0

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"

last time when I do the same Job of copying AMI and create a new EC2 instance from that copied image. I need your help to diagnose this issue.

1 Answers1

1

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

Region – AMIs are a Regional resource. When you share an AMI, it is only available in that Region. To make an AMI available in a different Region, copy the AMI to the Region and then share it. For more information, see Copy an AMI.

MZM
  • 105
  • 1
  • 3