Skip to content

Instantly share code, notes, and snippets.

@danrovito
Created June 29, 2015 19:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danrovito/04c514bdf19d6ec6504c to your computer and use it in GitHub Desktop.
Save danrovito/04c514bdf19d6ec6504c to your computer and use it in GitHub Desktop.
Cloudfront Edge Server Locations
var locations = [
//United States
['<h4>Atlanta, GA</h4>', 33.7677129,-84.420604],
['<h4>Ashburn, VA</h4>', 39.0299604,-77.4771231],
['<h4>Dallas, TX</h4>', 32.8206645,-96.7313396],
['<h4>Hayward, CA</h4>', 37.625644,-122.0413544],
['<h4>Jacksonville, FL</h4>', 30.34499,-81.720457],
['<h4>Los Angeles, CA</h4>', 34.0204989,-118.4117325],
['<h4>Miami, FL</h4>', 25.782324,-80.2310801],
['<h4>New York</h4>', 40.7033127,-73.979681],
['<h4>Newark, NJ</h4>', 40.7313409,-74.1820554],
['<h4>Palo Alto, CA</h4>', 37.42565,-122.13535],
['<h4>San Jose, CA</h4>', 37.2970156,-121.817411],
['<h4>Seattle, WA</h4>', 47.614848,-122.3359058],
['<h4>South Bend, IN</h4>', 41.6747204,-86.2758845],
['<h4>St. Louis, MO</h4>', 38.6531004,-90.243462],
//Europe
['<h4>Amsterdam, The Netherlands</h4>', 52.3747158,4.8986142],
['<h4>Dublin, Ireland</h4>', 53.3243201,-6.245704],
['<h4>Frankfurt, Germany</h4>', 50.121212,8.6365638],
['<h4>London, England</h4>', 51.5286416,-0.1015987],
['<h4>Madrid, Spain</h4>', 40.4379543,-3.6795367],
['<h4>Marseille, France</h4>', 43.2803905,5.405139],
['<h4>Milan, Italy</h4>', 45.4627338,9.1777323],
['<h4>Paris, France</h4>', 48.8588589,2.3470599],
['<h4>Stockholm, Sweden</h4>', 59.326142,17.9875454],
['<h4>Warsaw, Poland</h4>', 52.232938,21.0611941],
//Asia
['<h4>Chennai, India</h4>', 13.0475604,80.2089535],
['<h4>Hong Kong</h4>', 22.3593252,114.1408686],
['<h4>Mumbai, India</h4>', 19.0822507,72.8812042],
['<h4>Manila, the Philippines</h4>', 14.5980716,120.9796513],
['<h4>Osaka, Japan</h4>', 34.6784,135.49515],
['<h4>Seoul, Korea</h4>', 37.5651,126.98955],
['<h4>Singapore</h4>', 1.3147308,103.8470128],
['<h4>Taipei, Taiwan</h4>', 25.0172264,121.506378],
['<h4>Tokyo, Japan</h4>', 35.673343,139.710388],
//Australia
['<h4>Melbourne, Australia</h4>', -37.8602828,145.079616],
['<h4>Sydney, Australia</h4>', -33.7969235,150.9224326],
//South America
['<h4>São Paulo, Brazil</h4>', -23.6824124,-46.5952992],
['<h4>Rio de Janeiro, Brazil</h4>', -22.9112728,-43.4484478]
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment