I'd like to see how I can get a list of regions from AWS on the command line so I can quickly look things up, how can I do this?
I'd like to see how I can get a list of regions from AWS on the command line so I can quickly look things up, how can I do this?
This is now how you'd do it using the aws cli:
You can do this by running the command ec2-describe-regions from the command line (if you have ec2-api-tools installed available in multiverse).
Botocore would have all of them in configured endpoints:
Your AWS CLI installation may have it locally; In this example, I get at it with python: