我在AWS上有一个Ubuntu ec2实例。我把AMI作为实例。 我想将AMI存储到S3存储桶。有什么办法吗?无论如何还要从S3桶中导出AMI?
答案 0 :(得分:1)
导出AMI 不可能。
亚马逊机器映像(AMI)是弹性块存储(EBS)卷的副本。 AMI存储在Amazon S3中,但无法通过S3服务访问。可以将其视为存储在AWS自己的S3存储桶中,而不是存储在您的存储桶中。
如果要导出磁盘映像,请使用标准磁盘实用程序将磁盘复制到 ISO格式,然后可以将其复制并挂载到其他VM上。
答案 1 :(得分:1)
谢谢约翰。
嗨,大家好,我也和AWS支持人员聊天了。供您参考,
10:15:45 AM Myself: Well i have some doubts. I will ask and just clear in me on that.
10:15:49 AM AWS support: Sure
10:15:59 AM AWS support: I'll be happy to do so
10:16:25 AM Myself: Is there any option to sore AMI in S3 bucket.
10:16:46 AM AWS support: No, this is not possible
10:17:05 AM AWS support: AMI data is a simple configuration file
10:17:11 AM AWS support: This is backed by S3
10:17:18 AM AWS support: But not stored in an S3 bucket
10:17:27 AM AWS support: The exact same is true for Snapshots
10:17:45 AM AWS support: It is stored and backed by S3- but not something that can be placed in one of your buckets
10:17:59 AM Myself: is it possible to view that in s3?
10:18:51 AM AWS support: No, this is not something that is visible in S3, I am sorry to say
10:19:57 AM Myself: OK. I need to download the AMI . what can i do?
10:20:19 AM AWS support: AMI data is not something that is downloadable
10:20:35 AM AWS support: Are you seeking to Download your whole instance?
10:20:46 AM AWS support: Or download a complete volume?
10:21:07 AM AWS support: If you originally imported your instance from a VM, you can Export the VM 10:21:29 AM AWS support: But its an EC2 instance that was created in EC2, you can not- I am really sorry to say
10:22:02 AM Myself: Okay fine.