mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2026-02-05 08:09:13 +00:00
Name it instead "topics" so it won't be strange if some topics included "exercises" directory.
16 lines
288 B
Markdown
16 lines
288 B
Markdown
## AWS EC2 - EBS Snapshots
|
|
|
|
### Requirements
|
|
|
|
EBS Volume
|
|
|
|
### Objectives
|
|
|
|
A. Create a snapshot of an EBS volume
|
|
B. Verify the snapshot was created
|
|
C. Move the data to another region
|
|
D. Create a volume out of it in a different AZ
|
|
|
|
## Solution
|
|
|
|
Click [here to view to solution](solution.md) |