99c4e02ecf
Name it instead "topics" so it won't be strange if some topics included "exercises" directory.
1.0 KiB
1.0 KiB
AWS EC2 - Placement Groups
Objectives
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
Solution
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"