I am developing a Rails application for AWS and would like to create drop down menu for region names, like “us-east-1” etc.
If someone already created gem to get them, I want to use it. Does anyone know such a gem or useful API?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The AWS SDK for Ruby (aws-sdk gem) supports enumerating region names:
You can also use a client interface to the DescribeRegions call:
You can view the gem docs here: http://docs.amazonwebservices.com/AWSRubySDK/latest/frames.html