I'm failing at Google search today. Is there a page that lists geolocations of the various Amazon AWS server farms?

I want to use this data to pick the appropriate farm for a client on a web app, CDN-style.

(This isn't programming, but it's for the purpose of programming, and I thought it would be useful to have this question answered for public consumption.)

link|improve this question
feedback

2 Answers

up vote 1 down vote accepted

Each service's detail page (e.g. http://aws.amazon.com/ec2/, http://aws.amazon.com/cloudfront/) provides this information.

link|improve this answer
feedback

Very late to the party, but in case anyone else has the same question, we've done some work to map AWS regional data centers by the fastest connection to each country (and state in US):

http://www.turnkeylinux.org/blog/aws-datacenters

The code used to this has been open sourced:

https://github.com/turnkeylinux/aws-datacenters

Mashup of associations and worldwide underwater cables:

aws-datacenters-mashup

Regarding the GeoIP implementation, see:

http://www.turnkeylinux.org/blog/geoip-amazon-regions

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.