ruby on rails - I need to get the specific region of aws on the basis of country -



ruby on rails - I need to get the specific region of aws on the basis of country -

what want is:-

if come in country want specific amazon region(zone) country

say if take commonwealth of australia country need give me 'ap-southeast-2'(sydney)

amazon part australia.

your question quite open ended, haven't specified whether need in drop down-list / auto-complete list in ror web app etc. nevertheless ever may requirement info need.

you may implement require

+------+--------------------------------------+----------------+ | s.no | part name | part | +------+--------------------------------------+----------------+ | 1 | east (northern virginia) part | us-east-1 | | 2 | west (northern california) part | us-west-1 | | 3 | west (oregon) part | us-west-2 | | 4 | european union (ireland) part | eu-west-1 | | 5 | asia pacific (singapore) part | ap-southeast-1 | | 6 | asia pacific (sydney) part | ap-southeast-2 | | 7 | asia pacific (tokyo) part | ap-northeast-1 | | 8 | south america (sao paulo) part | sa-east-1 | +------+--------------------------------------+----------------+

ruby-on-rails ruby amazon-web-services

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -