简体   繁体   English

如何保存自定义的AWS EC2映像(AMI)?

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

So, I am using an ubuntu AMI (amazon machine image). 因此,我正在使用ubuntu AMI(亚马逊机器映像)。 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. 这样我就可以使用它来产生该相同AMI的多个相同实例。 How can I save my create and image of my current AMI instance in order to replicate it to create multiple identical instances? 如何保存当前AMI实例的创建和映像,以便对其进行复制以创建多个相同的实例?

Create a new AMI Image 创建一个新的AMI映像

  1. Go to the AWS console 转到AWS控制台
  2. go to your EC2 dashboard : in the instances list 转到您的EC2仪表板:在实例列表中
  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 这将创建一个AMI图像,您以后可以重用

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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