PlacementGroupSpreadLevel
- class aws_cdk.aws_ec2.PlacementGroupSpreadLevel(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)
Bases:
Enum
Determines how this placement group spreads instances.
Attributes
- 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.
- 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.