Created
May 19, 2022 03:48
-
-
Save nothingrealhappen/a62ae15bafd504e2763e543ba9f7343f to your computer and use it in GitHub Desktop.
AWS Region list JSON, update time 2022-05-19
This file contains hidden or 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
[ | |
{ | |
"name": "US East (Ohio)", | |
"region": "us-east-2" | |
}, | |
{ | |
"name": "US East (N. Virginia)", | |
"region": "us-east-1" | |
}, | |
{ | |
"name": "US West (N. California)", | |
"region": "us-west-1" | |
}, | |
{ | |
"name": "US West (Oregon)", | |
"region": "us-west-2" | |
}, | |
{ | |
"name": "Africa (Cape Town)", | |
"region": "af-south-1" | |
}, | |
{ | |
"name": "Asia Pacific (Hong Kong)", | |
"region": "ap-east-1" | |
}, | |
{ | |
"name": "Asia Pacific (Jakarta)", | |
"region": "ap-southeast-3" | |
}, | |
{ | |
"name": "Asia Pacific (Mumbai)", | |
"region": "ap-south-1" | |
}, | |
{ | |
"name": "Asia Pacific (Osaka)", | |
"region": "ap-northeast-3" | |
}, | |
{ | |
"name": "Asia Pacific (Seoul)", | |
"region": "ap-northeast-2" | |
}, | |
{ | |
"name": "Asia Pacific (Singapore)", | |
"region": "ap-southeast-1" | |
}, | |
{ | |
"name": "Asia Pacific (Sydney)", | |
"region": "ap-southeast-2" | |
}, | |
{ | |
"name": "Asia Pacific (Tokyo)", | |
"region": "ap-northeast-1" | |
}, | |
{ | |
"name": "Canada (Central)", | |
"region": "ca-central-1" | |
}, | |
{ | |
"name": "Europe (Frankfurt)", | |
"region": "eu-central-1" | |
}, | |
{ | |
"name": "Europe (Ireland)", | |
"region": "eu-west-1" | |
}, | |
{ | |
"name": "Europe (London)", | |
"region": "eu-west-2" | |
}, | |
{ | |
"name": "Europe (Milan)", | |
"region": "eu-south-1" | |
}, | |
{ | |
"name": "Europe (Paris)", | |
"region": "eu-west-3" | |
}, | |
{ | |
"name": "Europe (Stockholm)", | |
"region": "eu-north-1" | |
}, | |
{ | |
"name": "Middle East (Bahrain)", | |
"region": "me-south-1" | |
}, | |
{ | |
"name": "South America (São Paulo)", | |
"region": "sa-east-1" | |
}, | |
{ | |
"name": "AWS GovCloud (US-East)", | |
"region": "us-gov-east-1" | |
}, | |
{ | |
"name": "AWS GovCloud (US-West)", | |
"region": "us-gov-west-1" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment