Thursday, February 20, 2020

AWS 03: Create EC2 instance snapshot and launch another instance from it

Let's see how we can create a spanshot of particular EC2 instance, and launch EC2 instance from create image.
We will take the snapshot of WebServer_01, and launch an EC2 instance as WebServer_02.


  1. Navigate your self to Snapshots page on EC2, and create Snapshot.
  2. It's going to take a while to create snapshot, please be patient.
  3. After take the snapshot, you need to create an image for launching EC2 instance.
  4. Now you can find the image is regisitered on AMIs page.
  5. Let's launch another web server EC2 instance from created image.
     
  6. You can access to another launched web server via assigned IPv4 address.
  7. Let's also check if the web server is getting requests from outside.



Please take a look an actual operation on following video.


No comments:

Post a Comment