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:
13
topics/aws/exercises/ebs_volume_creation/exercise.md
Normal file
13
topics/aws/exercises/ebs_volume_creation/exercise.md
Normal file
@@ -0,0 +1,13 @@
|
||||
## AWS EC2 - EBS Volume Creation
|
||||
|
||||
### Requirements
|
||||
|
||||
One EC2 instance that you can get rid of :)
|
||||
|
||||
### Objectives
|
||||
|
||||
1. Create a volume in the same AZ as your instance, with the following properties:
|
||||
1. gp2 volume type
|
||||
2. 4 GiB size
|
||||
2. Once created, attach it to your EC2 instance
|
||||
3. Remove your EC2 instance. What happened to the EBS volumes attached to the EC2 instance?
|
||||
Reference in New Issue
Block a user