Can’t find the AWS shared AMI when trying to share with specific account

amazon ec2amazon-amiamazon-web-services

I followed the instructions to share my AMI with a specific account here: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sharingamis-explicit.html

I made sure the account number is correct, and when I log into the target account, I'm unable to find the shared AMI anywhere in my EC2 console ( Under Images -> AMIs ) no matter what I try to filter by.

How can I find the shared AMI?

Best Answer

I'm not sure about shared AMIs, but many things in EC2 are segmented by region and you have to select the correct region to see them. You can select the region in the upper right-hand corner of the screen.

Related Topic