AWS::EC2::PlacementGroupResource Type definition for AWS::EC2::PlacementGroup
4 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
PartitionCount | integer | Create-only |
SpreadLevel | string | Create-only |
Strategy | string | Create-only |
Tags | Array<Tag> | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
GroupName | string | The Group Name of Placement Group. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EC2::PlacementGroup
Resources:
MyResource:
Type: AWS::EC2::PlacementGroup
Properties:
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
ec2:CreatePlacementGroupec2:DescribePlacementGroupsec2:CreateTagsec2:DescribePlacementGroupsec2:DeletePlacementGroupec2:DescribePlacementGroupsec2:DescribePlacementGroupsEverything you need to know about EC2 on one page. HD quality, print-friendly.
Download Free InfographicGroupNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
TagsStrategySpreadLevelPartitionCount