What is an EC2 Placement Group?
Placement Groups are logical groupings or clusters of instances in an AWS region
What are the three types of EC2 Placement Groups?
What is a Clustered Placement Group?
A grouping of EC2 instances within a single availability zone
What is the recommended use case for a clustered placement group?
Can any type of EC2 instance be launched into a placement group?
No, only certain instance types can be launched into a placement group.
What is a Spread Placement Group?
What is the recommended use case for spread placement groups?
What is a Partitioned Placement Group?
Can you have a clustered placement group spanning multiple AZs?
No
What are the namespace rules for EC2 Placement Groups?
The name you specify for a placement group must be unique within your AWS account
Can you put instances of different types in the same clustered placement group?
Yes, but AWS recommends against it.
Can you merge two placement groups?
No.
Can you move an existing EC2 instance into a placement group?
Yes, but before moving the instance, it must be in the stopped state, and you cannot do this using the AWS console
How, using the console, can I move an EC2 instance into a placement group?
You can’t yet
What is the limit on the number of running instances per AZ in a Spread Placement Group?
7
Can you move an existing EC2 instance into a placement group using the AWS CLI?
Yes, but before moving the instance, it must be in the stopped state.
Can you move an existing EC2 instance into a placement group using the AWS SDK?
Can you move an existing EC2 instance into a placement group using the AWS Console?
No