AWS::EKS::FargateProfileResource Schema for AWS::EKS::FargateProfile
6 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ClusterName | string | RequiredCreate-only |
PodExecutionRoleArn | string | RequiredCreate-only |
Selectors | Array<Selector> | RequiredCreate-only |
FargateProfileName | string | Create-only |
Subnets | Array<string> | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EKS::FargateProfile
Resources:
MyResource:
Type: AWS::EKS::FargateProfile
Properties:
ClusterName: "my-clustername"
PodExecutionRoleArn: "arn:aws:service:region:account:resource"
Selectors: []
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
eks:CreateFargateProfileeks:DescribeFargateProfileiam:GetRoleiam:PassRoleiam:CreateServiceLinkedRoleeks:TagResourceeks:DescribeFargateProfileeks:DeleteFargateProfileeks:DescribeFargateProfileeks:ListFargateProfileseks:DescribeFargateProfileeks:TagResourceeks:UntagResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterClusterNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ClusterNameFargateProfileNamePodExecutionRoleArnSubnetsSelectors