Where are AWS data center locations listed?
Asked Answered
E

5

27

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.)

Ethaethan answered 11/10, 2010 at 15:21 Comment(0)
A
2

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

Anabelanabella answered 11/10, 2010 at 15:22 Comment(2)
Update: No, these pages no longer list this informationFifield
You're right. The complete information is now posted at docs.aws.amazon.com/general/latest/gr/rande.htmlAnabelanabella
C
56

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

Centime answered 11/10, 2010 at 15:22 Comment(0)
N
2

WikiLeaks - AmazonAtlas

Confidential AWS datacenters location has been leaked:

11 October 2018, WikiLeaks publishes a "Highly Confidential" internal document from the cloud computing provider Amazon. The document from late 2015 lists the addresses and some operational details of over one hundred data centers spread across fifteen cities in nine countries

https://wikileaks.org/amazon-atlas/

https://wikileaks.org/amazon-atlas/map/

enter image description here

Neanderthal answered 11/10, 2010 at 15:22 Comment(0)
A
2

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

Anabelanabella answered 11/10, 2010 at 15:22 Comment(2)
Update: No, these pages no longer list this informationFifield
You're right. The complete information is now posted at docs.aws.amazon.com/general/latest/gr/rande.htmlAnabelanabella
A
1

An updated list here: https://gist.github.com/atyachin/a011edf76df66c5aa1eac0cdca412ea9

Compiled from various sources including those mentioned in other answers. Coordinates represent the location of a specific datacenter in the zone. Most availability-zones have multiple datacenters so there's no single coordinate for each AZ.

Angiology answered 11/10, 2010 at 15:22 Comment(0)
M
1

datacenters.com

The best reference I found for tracking down the individual data center locations is datacenters.com's locations page: https://www.datacenters.com/locations

From there you can see locations and details of individual data centers like AWS Ashburn


domenech's Google Maps overlay

The other reference I cam across is from this blog post from domenech: Amazon Web Services Google Maps: World Domination Map

Direct link to the map here

Midas answered 11/10, 2010 at 15:22 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.