enum PlacementGroupSpreadLevel
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.EC2.PlacementGroupSpreadLevel |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#PlacementGroupSpreadLevel |
Java | software.amazon.awscdk.services.ec2.PlacementGroupSpreadLevel |
Python | aws_cdk.aws_ec2.PlacementGroupSpreadLevel |
TypeScript (source) | aws-cdk-lib » aws_ec2 » PlacementGroupSpreadLevel |
Determines how this placement group spreads instances.
Members
Name | Description |
---|---|
HOST | Host spread level placement groups are only available with AWS Outposts. |
RACK | Each instance is launched on a separate rack. |
HOST
Host spread level placement groups are only available with AWS Outposts.
For host spread level placement groups, there are no restrictions for running instances per Outposts.
See also: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups-outpost.html
RACK
Each instance is launched on a separate rack.
Each has its own network and power source. A rack spread placement group can span multiple Availability Zones in the same Region. For rack spread level placement groups, you can have a maximum of seven running instances per Availability Zone per group.