mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2026-02-05 16:19:10 +00:00
12 lines
290 B
Markdown
12 lines
290 B
Markdown
## EC2 - Create an AMI
|
|
|
|
### Requirements
|
|
|
|
One running EC2 instance
|
|
|
|
### Objectives
|
|
|
|
1. Make some changes in the operating system of your instance (create files, modify files, ...)
|
|
2. Create an AMI image from running EC2 instance
|
|
3. Launch a new instance using the custom AMI you've created
|