Add a couple of AWS exercises

Questions as well :)
This commit is contained in:
abregman
2021-11-13 20:57:18 +02:00
parent 8b0360e13c
commit f7edd72302
8 changed files with 249 additions and 8 deletions

View File

@ -0,0 +1,10 @@
## AWS EC2 - Elastic IP
### Requirements
* An EC2 instance with public IP (not elastic IP)
### Objectives
1. Write down the public IP of your EC2 instance somewhere and stop & start the instance. Does the public IP address is the same? why?
2. Handle this situation so you have the same public IP even after stopping and starting the instance