Skip to content

Commit

Permalink
Updated EC2 IP ranges as of 2013-03-04.
Browse files Browse the repository at this point in the history
  • Loading branch information
sopel committed Apr 1, 2013
1 parent 02ad799 commit ce837e2
Showing 1 changed file with 29 additions and 14 deletions.
43 changes: 29 additions & 14 deletions aws.json
Expand Up @@ -529,39 +529,47 @@
"184.72.128.0/17", "184.72.128.0/17",
"184.72.64.0/18", "184.72.64.0/18",
"50.16.0.0/15", "50.16.0.0/15",
"50.19.0.0/16", "50.19.0.0/16",
"107.20.0.0/15", "107.20.0.0/15",
"23.20.0.0/14", "23.20.0.0/14",
"54.242.0.0/15", "54.242.0.0/15",
"54.234.0.0/15", "54.234.0.0/15",
"54.236.0.0/15"] "54.236.0.0/15",
"54.224.0.0/15",
"54.226.0.0/15",
"54.208.0.0/15",
"54.210.0.0/15"]
}, },
{ {
"endpoint": "ec2.us-west-1.amazonaws.com", "endpoint": "ec2.us-west-1.amazonaws.com",
"name": "us-west-1", "name": "us-west-1",
"protocols": ["HTTPS", "HTTP"], "protocols": ["HTTPS", "HTTP"],
"description": "US-West (Northern California)", "description": "US-West (Northern California)",
"ip_ranges" : ["204.236.128.0/18", "ip_ranges" : ["204.236.128.0/18",
"184.72.0.0/18", "184.72.0.0/18",
"50.18.0.0/18", "50.18.0.0/18",
"184.169.128.0/17", "184.169.128.0/17",
"54.241.0.0/16"] "54.241.0.0/16",
"54.215.0.0/16"]
}, },
{ {
"endpoint": "ec2.us-west-2.amazonaws.com", "endpoint": "ec2.us-west-2.amazonaws.com",
"name": "us-west-2", "name": "us-west-2",
"protocols": ["HTTPS", "HTTP"], "protocols": ["HTTPS", "HTTP"],
"description": "US-West (Oregon)", "description": "US-West (Oregon)",
"ip_ranges" : ["50.112.0.0/16", "ip_ranges" : ["50.112.0.0/16",
"54.245.0.0/16"] "54.245.0.0/16",
"54.244.0.0/16",
"54.214.0.0/16"]
}, },
{ {
"endpoint": "ec2.sa-east-1.amazonaws.com", "endpoint": "ec2.sa-east-1.amazonaws.com",
"name": "sa-east-1", "name": "sa-east-1",
"protocols": ["HTTPS", "HTTP"], "protocols": ["HTTPS", "HTTP"],
"description": "South America (Sao Paulo)", "description": "South America (Sao Paulo)",
"ip_ranges" : ["177.71.128.0/17", "ip_ranges" : ["177.71.128.0/17",
"54.232.0.0/16"] "54.232.0.0/16",
"54.233.0.0/18"]
}, },
{ {
"endpoint": "ec2.eu-west-1.amazonaws.com", "endpoint": "ec2.eu-west-1.amazonaws.com",
Expand All @@ -572,11 +580,14 @@
"46.51.128.0/18", "46.51.128.0/18",
"46.51.192.0/20", "46.51.192.0/20",
"46.137.0.0/17", "46.137.0.0/17",
"46.137.128.0/18", "46.137.128.0/18",
"176.34.128.0/17", "176.34.128.0/17",
"176.34.64.0/18", "176.34.64.0/18",
"54.247.0.0/16", "54.247.0.0/16",
"54.246.0.0/16"] "54.246.0.0/16",
"54.228.0.0/16",
"54.216.0.0/15",
"54.229.0.0/16"]
}, },
{ {
"endpoint": "ec2.ap-southeast-1.amazonaws.com", "endpoint": "ec2.ap-southeast-1.amazonaws.com",
Expand All @@ -585,28 +596,32 @@
"description": "Asia Pacific (Singapore)", "description": "Asia Pacific (Singapore)",
"ip_ranges" : ["175.41.128.0/18", "ip_ranges" : ["175.41.128.0/18",
"122.248.192.0/18", "122.248.192.0/18",
"46.51.216.0/21",
"46.137.192.0/18", "46.137.192.0/18",
"54.251.0.0/16"] "46.51.216.0/21",
"54.251.0.0/16",
"54.254.0.0/16",
"54.255.0.0/16"]
}, },
{ {
"endpoint": "ec2.ap-southeast-2.amazonaws.com", "endpoint": "ec2.ap-southeast-2.amazonaws.com",
"name": "ap-southeast-2", "name": "ap-southeast-2",
"protocols": ["HTTPS", "HTTP"], "protocols": ["HTTPS", "HTTP"],
"description": "Asia Pacific (Sydney)", "description": "Asia Pacific (Sydney)",
"ip_ranges": ["54.252.0.0/16"] "ip_ranges": ["54.252.0.0/16",
"54.253.0.0/16"]
}, },
{ {
"endpoint": "ec2.ap-northeast-1.amazonaws.com", "endpoint": "ec2.ap-northeast-1.amazonaws.com",
"name": "ap-northeast-1", "name": "ap-northeast-1",
"protocols": ["HTTPS", "HTTP"], "protocols": ["HTTPS", "HTTP"],
"description": "Asia Pacific (Tokyo)", "description": "Asia Pacific (Tokyo)",
"ip_ranges" : ["175.41.192.0/18", "ip_ranges" : ["175.41.192.0/18",
"46.51.224.0/19", "46.51.224.0/19",
"176.32.64.0/19", "176.32.64.0/19",
"103.4.8.0/21", "103.4.8.0/21",
"176.34.0.0/18", "176.34.0.0/18",
"54.248.0.0/15"] "54.248.0.0/15",
"54.250.0.0/16"]
} }
], ],
"instance_types" : { "instance_types" : {
Expand Down

0 comments on commit ce837e2

Please sign in to comment.