Last active
January 25, 2024 23:41
-
-
Save tobilg/ba6a5e1635478d13efdea5c1cd8227de to your computer and use it in GitHub Desktop.
Data is sourced from https://github.com/tobilg/aws-edge-locations and https://aws.amazon.com/about-aws/global-infrastructure/regions_az/#Region_Maps_and_Edge_Networks
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"us-east-1": { | |
"city": "Ashburn", | |
"state": "Virginia", | |
"country": "United States", | |
"countryCode": "US", | |
"latitude": 38.9445, | |
"longitude": -77.4558029, | |
"region": "North America", | |
"iataCode": "IAD" | |
}, | |
"us-east-2": { | |
"city": "Columbus", | |
"state": "Ohio", | |
"country": "United States", | |
"countryCode": "US", | |
"latitude": 39.958993960575775, | |
"longitude": -83.00219086148725, | |
"region": "North America", | |
"iataCode": "CMH" | |
}, | |
"us-west-1": { | |
"city": "San Francisco", | |
"state": "California", | |
"country": "United States", | |
"countryCode": "US", | |
"latitude": 37.61899948120117, | |
"longitude": -122.375, | |
"region": "North America", | |
"iataCode": "SFO" | |
}, | |
"us-west-2": { | |
"city": "Hillsboro", | |
"state": "Oregon", | |
"country": "United States", | |
"countryCode": "US", | |
"latitude": 45.540394, | |
"longitude": -122.949825, | |
"region": "North America", | |
"iataCode": "HIO" | |
}, | |
"af-south-1": { | |
"city": "Cape Town", | |
"country": "South Africa", | |
"countryCode": "ZA", | |
"latitude": -33.9648017883, | |
"longitude": 18.6016998291, | |
"region": "Africa", | |
"iataCode": "CPT" | |
}, | |
"ap-east-1": { | |
"city": "Hong Kong", | |
"country": "China", | |
"countryCode": "HK", | |
"latitude": 22.308901, | |
"longitude": 113.915001, | |
"region": "Asia", | |
"iataCode": "HKG" | |
}, | |
"ap-south-1": { | |
"city": "Mumbai", | |
"country": "India", | |
"countryCode": "IN", | |
"latitude": 19.0886993408, | |
"longitude": 72.8678970337, | |
"region": "Asia", | |
"iataCode": "BOM" | |
}, | |
"ap-northeast-3": { | |
"city": "Osaka", | |
"country": "Japan", | |
"countryCode": "JP", | |
"latitude": 34.42729949951172, | |
"longitude": 135.24400329589844, | |
"region": "Asia", | |
"iataCode": "KIX" | |
}, | |
"ap-northeast-2": { | |
"city": "Seoul", | |
"country": "South Korea", | |
"countryCode": "KR", | |
"latitude": 37.46910095214844, | |
"longitude": 126.45099639892578, | |
"region": "Asia", | |
"iataCode": "ICN" | |
}, | |
"ap-northeast-1": { | |
"city": "Tokyo", | |
"country": "Japan", | |
"countryCode": "JP", | |
"latitude": 35.764702, | |
"longitude": 140.386002, | |
"region": "Asia", | |
"iataCode": "NRT" | |
}, | |
"ap-southeast-1": { | |
"city": "Singapore", | |
"country": "Singapore", | |
"countryCode": "SG", | |
"latitude": 1.35019, | |
"longitude": 103.994003, | |
"region": "Asia", | |
"iataCode": "SIN" | |
}, | |
"ap-southeast-2": { | |
"city": "Sydney", | |
"country": "Australia", | |
"countryCode": "AU", | |
"latitude": -33.94609832763672, | |
"longitude": 151.177001953125, | |
"region": "Australia & New Zealand", | |
"iataCode": "SYD" | |
}, | |
"ap-southeast-3": { | |
"city": "Jakarta", | |
"country": "Indonesia", | |
"countryCode": "ID", | |
"latitude": -6.125556, | |
"longitude": 106.655833, | |
"region": "Asia", | |
"iataCode": "CGK" | |
}, | |
"ca-central-1": { | |
"city": "Montreal", | |
"state": "Quebec", | |
"country": "Canada", | |
"countryCode": "CA", | |
"latitude": 45.470556, | |
"longitude": -73.740833, | |
"region": "North America", | |
"iataCode": "YUL" | |
}, | |
"eu-central-1": { | |
"city": "Frankfurt am Main", | |
"country": "Germany", | |
"countryCode": "DE", | |
"latitude": 50.033333, | |
"longitude": 8.570556, | |
"region": "Europe", | |
"iataCode": "FRA" | |
}, | |
"eu-west-1": { | |
"city": "Dublin", | |
"country": "Ireland", | |
"countryCode": "IE", | |
"latitude": 53.421299, | |
"longitude": -6.27007, | |
"region": "Europe", | |
"iataCode": "DUB" | |
}, | |
"eu-west-2": { | |
"city": "London", | |
"country": "England", | |
"countryCode": "GB", | |
"latitude": 51.4775, | |
"longitude": -0.461389, | |
"region": "Europe", | |
"iataCode": "LHR" | |
}, | |
"eu-west-3": { | |
"city": "Paris", | |
"country": "France", | |
"countryCode": "FR", | |
"latitude": 49.012798, | |
"longitude": 2.55, | |
"region": "Europe", | |
"iataCode": "CDG" | |
}, | |
"eu-south-1": { | |
"city": "Milan", | |
"country": "Italy", | |
"countryCode": "IT", | |
"latitude": 45.6306, | |
"longitude": 8.72811, | |
"region": "Europe", | |
"iataCode": "MXP" | |
}, | |
"eu-north-1": { | |
"city": "Stockholm", | |
"country": "Sweden", | |
"countryCode": "SE", | |
"latitude": 59.651901245117, | |
"longitude": 17.918600082397, | |
"region": "Europe", | |
"iataCode": "ARN" | |
}, | |
"me-south-1": { | |
"city": "Manama", | |
"country": "Bahrain", | |
"countryCode": "BH", | |
"latitude": 26.27079963684082, | |
"longitude": 50.63359832763672, | |
"region": "Middle East", | |
"iataCode": "BAH" | |
}, | |
"sa-east-1": { | |
"city": "Sao Paulo", | |
"country": "Brazil", | |
"countryCode": "BR", | |
"latitude": -23.435556, | |
"longitude": -46.473056, | |
"region": "South America", | |
"iataCode": "GRU" | |
}, | |
"cn-northwest-1": { | |
"city": "Yinchuan", | |
"country": "China", | |
"countryCode": "CN", | |
"latitude": 38.321667, | |
"longitude": 106.3925, | |
"region": "China", | |
"iataCode": "INC" | |
}, | |
"cn-north-1": { | |
"city": "Beijing", | |
"country": "China", | |
"countryCode": "CN", | |
"latitude": 40.080101013183594, | |
"longitude": 116.58499908447266, | |
"region": "China", | |
"iataCode": "PEK" | |
}, | |
"us-gov-east-1": { | |
"city": "Ashburn", | |
"state": "Virginia", | |
"country": "United States", | |
"countryCode": "US", | |
"latitude": 38.9445, | |
"longitude": -77.4558029, | |
"region": "North America", | |
"iataCode": "IAD" | |
}, | |
"us-gov-west-1": { | |
"city": "San Francisco", | |
"state": "California", | |
"country": "United States", | |
"countryCode": "US", | |
"latitude": 37.61899948120117, | |
"longitude": -122.375, | |
"region": "North America", | |
"iataCode": "SFO" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment