A. Create a placement group. It should be one with a low latency network. Make sure to launch an instance as part of this placement group. B. Create another placement group. This time high availability is a priority
A.
- Go to EC2 service
- Click on "Placement Groups" under "Network & Security"
- Click on "Create placement group"
- Give it a name and choose the "Cluster" placement strategy because the requirement is low latency network
- Click on "Create group"
- Go to "Instances" and click on "Launch an instance". Choose any properties you would like, just make sure to check "Add instance to placement group" and choose the placement group you've created
B.
- Go to EC2 service
- Click on "Placement Groups" under "Network & Security"
- Click on "Create placement group"
- Give it a name and choose the "Spread" placement strategy because the requirement is high availability as top priority
- Click on "Create group"