MaxNevermind
MaxNevermind

Reputation: 2923

Why some of most popular AMI are not available on all regions?

I'm new to AWS, we are using this RHEL AMI for our test environment, initially we wanted to use Canada region, but later figured out that our AIM is not available there for some reason, I wonder why? RHEL AMIs from amazon web services are not available in Canada not 7.x, nor 6.x versions, I guess technically it's not really a problem, so AWS is doing this because of policies of some sort?

Upvotes: 3

Views: 249

Answers (1)

Hakro
Hakro

Reputation: 2774

An AMI is a regional resource in AWS, because it's tied to the region where its files are located within Amazon S3. However, if in need, you can copy an AMI from one region to another:

http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/CopyingAMIs.html

And more info about resource locations in AWS : http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/resources.html

Upvotes: 4

Related Questions