简体   繁体   English

在 AWS 中复制 AMI 映像(从一个区域到另一个区域)时会出现错误,提示“ami 的存储在源区域不可用”

[英]While copying an AMI image (from one region to another) in AWS create's an error that "The storage for the ami is not available in the source region"

In AWS I create an AMI image and copy that particular image from one region to another region but it generates an error that "Failed to copy AMI - The storage for the ami is not available in the source region"在 AWS 中,我创建了一个 AMI 映像并将该特定映像从一个区域复制到另一个区域,但它会生成一个错误“无法复制 AMI - ami 的存储在源区域不可用”

last time when I do the same Job of copying AMI and create a new EC2 instance from that copied image.上次我执行复制 AMI 的相同工作并从复制的映像创建新的 EC2 实例时。 I need your help to diagnose this issue.我需要你的帮助来诊断这个问题。

Amazon Machine Image (AMI) are region specific, but under certain condition can be shared, see link for details, https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sharingamis-explicit.html Amazon Machine Image (AMI) 是区域特定的,但在特定条件下可以共享,详情请参阅链接, https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sharingamis-explicit.html

Region – AMIs are a Regional resource.区域 – AMI 是区域资源。 When you share an AMI, it is only available in that Region.当您共享 AMI 时,它仅在该区域可用。 To make an AMI available in a different Region, copy the AMI to the Region and then share it.要使 AMI 在不同区域可用,请将 AMI 复制到该区域,然后共享它。 For more information, see Copy an AMI.有关更多信息,请参阅复制 AMI。

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

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