创建 EC2 AMI 映像
我想为我的实例创建 AMI,但我对 AWS 上的以下提示感到害怕:
The instance you're using as a template for a new image has the following volumes:
/dev/sda1, vol-a9 (15 GiB), will delete on termination
Total size of EBS volumes: 15 GiB.
When you create an EBS image an EBS snapshot will also be created for each of the above volumes.
现在,当它说 EBS 卷将在终止时删除时,这是否意味着创建 AMI 的脚本的终止或仅在我终止时终止实例?
I want to create an AMI of my instance but I'm frightened by the following prompt on AWS:
The instance you're using as a template for a new image has the following volumes:
/dev/sda1, vol-a9 (15 GiB), will delete on termination
Total size of EBS volumes: 15 GiB.
When you create an EBS image an EBS snapshot will also be created for each of the above volumes.
Now when it says that the EBS volume will delete on termination, does it mean termination of the script that creates the AMI or just when I terminate the Instance?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
AWS 开发人员论坛上的帖子对此进行了说明。
There is a post on AWS developer forum that sheds light to this.