简体   繁体   中英

How do I save a customized AWS EC2 image (AMI)?

So, I am using an ubuntu AMI (amazon machine image). I have installed a couple of compiler, softwares, packages etc on this image. Now I want to save this image; so that I can use it to spawn multiple identical instances of this same AMI. How can I save my create and image of my current AMI instance in order to replicate it to create multiple identical instances?

Create a new AMI Image

  1. Go to the AWS console
  2. go to your EC2 dashboard : in the instances list
  3. select your instance, right click on your instance
  4. select image / create image

This will create an AMI image that you can reuse later

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM