You've already forked devops-exercises
Rename exercises dir
Name it instead "topics" so it won't be strange if some topics included "exercises" directory.
This commit is contained in:
6
topics/aws/exercises/placement_groups/exercise.md
Normal file
6
topics/aws/exercises/placement_groups/exercise.md
Normal file
@@ -0,0 +1,6 @@
|
||||
## 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
|
||||
23
topics/aws/exercises/placement_groups/solution.md
Normal file
23
topics/aws/exercises/placement_groups/solution.md
Normal file
@@ -0,0 +1,23 @@
|
||||
## 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.
|
||||
1. Go to EC2 service
|
||||
2. Click on "Placement Groups" under "Network & Security"
|
||||
3. Click on "Create placement group"
|
||||
4. Give it a name and choose the "Cluster" placement strategy because the requirement is low latency network
|
||||
5. Click on "Create group"
|
||||
6. 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.
|
||||
1. Go to EC2 service
|
||||
2. Click on "Placement Groups" under "Network & Security"
|
||||
3. Click on "Create placement group"
|
||||
4. Give it a name and choose the "Spread" placement strategy because the requirement is high availability as top priority
|
||||
5. Click on "Create group"
|
||||
Reference in New Issue
Block a user