In my Project I have one AMI Image-id. I want find out in which region this AMI runs? Can anyone please explain, how to get it without going to AWS console.
Asked
Active
Viewed 346 times
0
-
do you have aws command line tools setup on your machine – Brij Raj Singh - MSFT Mar 05 '14 at 08:22
1 Answers
0
use AWS ec2 describe images function http://docs.aws.amazon.com/AWSEC2/latest/CommandLineReference/ApiReference-cmd-DescribeImages.html
using the AWS command line tools.
alternatively you can use Ruby sdk for AWS

Brij Raj Singh - MSFT
- 4,903
- 7
- 36
- 55