Revisions
-
colinvh revised this gist
Apr 27, 2017 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -12,14 +12,17 @@ Schemes | Region | Location | Partition | Launched | AWS code | A1 | A2 | B | |---------------|---------------|--------------|----------|------------------|---------|---------|---------| | US East | N. Virginia | `aws` | 2006 | `us-east-1` | `usea1` | `use1` | `usva` | | US East | Ohio | `aws` | 2016 | `us-east-2` | `usea2` | `use2` | `usoh` | | US West | N. California | `aws` | 2011 | `us-west-1` | `uswe1` | `usw1` | `usca` | | US West | Oregon | `aws` | 2009 | `us-west-2` | `uswe2` | `usw2` | `usor` | | GovCloud US | Northwest | `aws-us-gov` | 2011 | `us-gov-west-1` | `ugwe2` | `usgw2` | `usgov` | | Canada | Montreal | `aws` | 2016 | `ca-central-1` | `cace1` | `cac1` | `caqc` | | EU | Ireland | `aws` | 2007 | `eu-west-1` | `euwe1` | `ew1` | `ied` | | EU | London | `aws` | 2016 | `eu-west-2` | `euwe2` | `ew2` | `gblnd` | | EU | Frankfurt | `aws` | 2014 | `eu-central-1` | `euce1` | `ec1` | `dehe` | | Asia Pacific | Singapore | `aws` | 2010 | `ap-southeast-1` | `apse1` | `apse1` | `sg` | | Asia Pacific | Sydney | `aws` | 2012 | `ap-southeast-2` | `apse2` | `apse2` | `aunsw` | | Asia Pacific | Mumbai | `aws` | 2016 | `ap-south-1` | `apso1` | `aps1` | `inmh` | | Asia Pacific | Tokyo | `aws` | 2011 | `ap-northeast-1` | `apne1` | `apne1` | `jp13` | | Asia Pacific | Seoul | `aws` | 2016 | `ap-northeast-2` | `apne2` | `apne2` | `kr11` | | South America | Saõ Paulo | `aws` | 2011 | `sa-east-1` | `saea1` | `sae1` | `brsp` | -
colinvh revised this gist
Mar 7, 2017 . 1 changed file with 17 additions and 14 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -9,20 +9,21 @@ The intent is to define terse, standards-supported names for AWS regions. Schemes ------- | Region | Location | Partition | Launched | AWS code | A1 | A2 | B | |---------------|---------------|--------------|----------|------------------|---------|---------|---------| | US East | N. Virginia | `aws` | 2006 | `us-east-1` | `usea1` | `use1` | `usva` | | US West | N. California | `aws` | 2011 | `us-west-1` | `uswe1` | `usw1` | `usca` | | US West | Oregon | `aws` | 2009 | `us-west-2` | `uswe2` | `usw2` | `usor` | | GovCloud US | Northwest | `aws-us-gov` | 2011 | `us-gov-west-1` | `ugwe2` | `usgw2` | `usgov` | | EU | Ireland | `aws` | 2007 | `eu-west-1` | `euwe1` | `ew1` | `ied` | | EU | London | `aws` | 2016 | `eu-west-2` | `euwe2` | `ew2` | `gblnd` | | EU | Frankfurt | `aws` | 2014 | `eu-central-1` | `euce1` | `ec1` | `dehe` | | Asia Pacific | Singapore | `aws` | 2010 | `ap-southeast-1` | `apse1` | `apse1` | `sg` | | Asia Pacific | Sydney | `aws` | 2012 | `ap-southeast-2` | `apse2` | `apse2` | `aunsw` | | Asia Pacific | Tokyo | `aws` | 2011 | `ap-northeast-1` | `apne1` | `apne1` | `jp13` | | Asia Pacific | Seoul | `aws` | 2016 | `ap-northeast-2` | `apne2` | `apne2` | `kr11` | | South America | Saõ Paulo | `aws` | 2011 | `sa-east-1` | `saea1` | `sae1` | `brsp` | | China | Beijing | `aws-cn` | 2013 | `cn-north-1` | `cnno1` | `cn1` | `cn11` | | Code | Description | |------|-------------------------------------| @@ -54,6 +55,7 @@ Schemes | `us-east-1` | `USea1` | USe1 | USva | | `us-west-1` | `USwe1` | USw1 | USca | | `us-west-2` | `USwe2` | USw2 | USor | | `us-gov-west-1` | `gUSwe1`| gUSw1 | gUSnw | | `eu-west-1` | `EUwe1` | Ew1 | IEd | | `eu-west-2` | `EUwe2` | Ew2 | GBlnd | | `eu-central-1` | `EUce1` | Ec1 | DEhe | @@ -70,6 +72,7 @@ Schemes | `us-east-1` | **us**ea1 | **us**e1 | **US**E1 | **us**va | | `us-west-1` | **us**we1 | **us**w1 | **US**W1 | **us**ca | | `us-west-2` | **us**we2 | **us**w2 | **US**W2 | **us**or | | `us-gov-west-1` | gov**us**we1 | gov**us**w1 | **USg**W1 | gov**us**nw | | `eu-west-1` | **eu**we1 | **e**w1 | **E**W1 | **ie**d | | `eu-west-2` | **eu**we2 | **e**w2 | **E**W2 | **gb**lnd | | `eu-central-1` | **eu**ce1 | **e**c1 | **E**C1 | **de**he | -
colinvh revised this gist
Jan 29, 2017 . 1 changed file with 14 additions and 15 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -65,18 +65,17 @@ Schemes | `cn-north-1` | `CNno1` | Cn1 | CN11 | ### Bold-delimited codes for rich text | AWS code | A1 | A2 | A2c | B | |------------------|-----------|-----------|-----------|-----------| | `us-east-1` | **us**ea1 | **us**e1 | **US**E1 | **us**va | | `us-west-1` | **us**we1 | **us**w1 | **US**W1 | **us**ca | | `us-west-2` | **us**we2 | **us**w2 | **US**W2 | **us**or | | `eu-west-1` | **eu**we1 | **e**w1 | **E**W1 | **ie**d | | `eu-west-2` | **eu**we2 | **e**w2 | **E**W2 | **gb**lnd | | `eu-central-1` | **eu**ce1 | **e**c1 | **E**C1 | **de**he | | `ap-southeast-1` | **ap**se1 | **ap**se1 | **AP**SE1 | **sg** | | `ap-southeast-2` | **ap**se2 | **ap**se2 | **AP**SE2 | **au**nsw | | `ap-northeast-1` | **ap**ne1 | **ap**ne1 | **AP**NE1 | **jp**13 | | `ap-northeast-2` | **ap**ne2 | **ap**ne2 | **AP**NE2 | **kr**11 | | `sa-east-1` | **sa**ea1 | **sa**e1 | **SA**E1 | **br**sp | | `cn-north-1` | **cn**no1 | **c**n1 | **C**N1 | **cn**11 | -
colinvh revised this gist
Jan 29, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -68,7 +68,7 @@ Schemes | AWS code | A1 | A2 | B | |------------------|-----------|-----------|-----------| | `us-east-1` | **us**ea1 | **us**e1 | **us**va | | `us-west-1` | **us**we1 | **us**w1 | **us**ca | | `us-west-2` | **us**we2 | **us**w2 | **us**or | | `eu-west-1` | **eu**we1 | **e**w1 | **ie**d | -
colinvh revised this gist
Jan 29, 2017 . 1 changed file with 28 additions and 28 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -49,34 +49,34 @@ Schemes ### Capital-delimited codes for variable-width fonts | AWS code | A1 | A2 | B | |------------------|---------|-------|-------| | `us-east-1` | `USea1` | USe1 | USva | | `us-west-1` | `USwe1` | USw1 | USca | | `us-west-2` | `USwe2` | USw2 | USor | | `eu-west-1` | `EUwe1` | Ew1 | IEd | | `eu-west-2` | `EUwe2` | Ew2 | GBlnd | | `eu-central-1` | `EUce1` | Ec1 | DEhe | | `ap-southeast-1` | `APse1` | APse1 | SG | | `ap-southeast-2` | `APse2` | APse2 | AUnsw | | `ap-northeast-1` | `APne1` | APne1 | JP13 | | `ap-northeast-2` | `APne2` | APne2 | KR11 | | `sa-east-1` | `SAea1` | SAe1 | BRsp | | `cn-north-1` | `CNno1` | Cn1 | CN11 | ### Bold-delimited codes for rich text | AWS code | A1 | A2 | B | |------------------|-----------|-----------|-----------| | `us-east-1` | `**us**ea1` | **us**e1 | **us**va | | `us-west-1` | **us**we1 | **us**w1 | **us**ca | | `us-west-2` | **us**we2 | **us**w2 | **us**or | | `eu-west-1` | **eu**we1 | **e**w1 | **ie**d | | `eu-west-2` | **eu**we2 | **e**w2 | **gb**lnd | | `eu-central-1` | **eu**ce1 | **e**c1 | **de**he | | `ap-southeast-1` | **ap**se1 | **ap**se1 | **sg** | | `ap-southeast-2` | **ap**se2 | **ap**se2 | **au**nsw | | `ap-northeast-1` | **ap**ne1 | **ap**ne1 | **jp**13 | | `ap-northeast-2` | **ap**ne2 | **ap**ne2 | **kr**11 | | `sa-east-1` | **sa**ea1 | **sa**e1 | **br**sp | | `cn-north-1` | **cn**no1 | **c**n1 | **cn**11 | -
colinvh revised this gist
Jan 29, 2017 . 1 changed file with 17 additions and 17 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -14,21 +14,21 @@ Schemes | US East | N. Virginia | 2006 | `us-east-1` | `usea1` | `use1` | `usva` | | US West | N. California | 2011 | `us-west-1` | `uswe1` | `usw1` | `usca` | | US West | Oregon | 2009 | `us-west-2` | `uswe2` | `usw2` | `usor` | | EU | Ireland | 2007 | `eu-west-1` | `euwe1` | `ew1` | `ied` | | EU | London | 2016 | `eu-west-2` | `euwe2` | `ew2` | `gblnd` | | EU | Frankfurt | 2014 | `eu-central-1` | `euce1` | `ec1` | `dehe` | | Asia Pacific | Singapore | 2010 | `ap-southeast-1` | `apse1` | `apse1` | `sg` | | Asia Pacific | Sydney | 2012 | `ap-southeast-2` | `apse2` | `apse2` | `aunsw` | | Asia Pacific | Tokyo | 2011 | `ap-northeast-1` | `apne1` | `apne1` | `jp13` | | Asia Pacific | Seoul | 2016 | `ap-northeast-2` | `apne2` | `apne2` | `kr11` | | South America | Saõ Paulo | 2011 | `sa-east-1` | `saea1` | `sae1` | `brsp` | | China | Beijing | 2013 | `cn-north-1` | `cnno1` | `cn1` | `cn11` | | Code | Description | |------|-------------------------------------| | A1 | Abbreviated AWS code (equal length) | | A2 | Abbreviated AWS code | | B | Concatenated ISO 3166 code | ### Domain names for regional services @@ -54,15 +54,15 @@ Schemes | us-east-1 | USea1 | USe1 | USva | | us-west-1 | USwe1 | USw1 | USca | | us-west-2 | USwe2 | USw2 | USor | | eu-west-1 | EUwe1 | Ew1 | IEd | | eu-west-2 | EUwe2 | Ew2 | GBlnd | | eu-central-1 | EUce1 | Ec1 | DEhe | | ap-southeast-1 | APse1 | APse1 | SG | | ap-southeast-2 | APse2 | APse2 | AUnsw | | ap-northeast-1 | APne1 | APne1 | JP13 | | ap-northeast-2 | APne2 | APne2 | KR11 | | sa-east-1 | SAea1 | SAe1 | BRsp | | cn-north-1 | CNno1 | Cn1 | CN11 | ### Bold-delimited codes for rich text @@ -71,12 +71,12 @@ Schemes | us-east-1 | **us**ea1 | **us**e1 | **us**va | | us-west-1 | **us**we1 | **us**w1 | **us**ca | | us-west-2 | **us**we2 | **us**w2 | **us**or | | eu-west-1 | **eu**we1 | **e**w1 | **ie**d | | eu-west-2 | **eu**we2 | **e**w2 | **gb**lnd | | eu-central-1 | **eu**ce1 | **e**c1 | **de**he | | ap-southeast-1 | **ap**se1 | **ap**se1 | **sg** | | ap-southeast-2 | **ap**se2 | **ap**se2 | **au**nsw | | ap-northeast-1 | **ap**ne1 | **ap**ne1 | **jp**13 | | ap-northeast-2 | **ap**ne2 | **ap**ne2 | **kr**11 | | sa-east-1 | **sa**ea1 | **sa**e1 | **br**sp | | cn-north-1 | **cn**no1 | **c**n1 | **cn**11 | -
colinvh revised this gist
Dec 14, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Schemes | `us-west-1` | example-ca.us | example-west.us | | `us-west-2` | example-or.us | example-nw.us | | `eu-west-1` | example-d.ie | example.ie | | `eu-west-2` | example-lnd.net.uk | example.net.uk | | `eu-central-1` | example-he.de | example.de | | `ap-southeast-1` | example.sg | example.sg | | `ap-southeast-2` | example-nsw.net.au | example.net.au | -
colinvh revised this gist
Dec 14, 2016 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -15,6 +15,7 @@ Schemes | US West | N. California | 2011 | `us-west-1` | `uswe1` | `usw1` | `usca` | | US West | Oregon | 2009 | `us-west-2` | `uswe2` | `usw2` | `usor` | | EU | Ireland | 2007 | `eu-west-1` | `euwe1` | `euw1` | `ied` | | EU | London | 2016 | `eu-west-2` | `euwe2` | `euw2` | `gblnd` | | EU | Frankfurt | 2014 | `eu-central-1` | `euce1` | `euc1` | `dehe` | | Asia Pacific | Singapore | 2010 | `ap-southeast-1` | `apse1` | `apse1` | `sg` | | Asia Pacific | Sydney | 2012 | `ap-southeast-2` | `apse2` | `apse2` | `aunsw` | @@ -37,6 +38,7 @@ Schemes | `us-west-1` | example-ca.us | example-west.us | | `us-west-2` | example-or.us | example-nw.us | | `eu-west-1` | example-d.ie | example.ie | | `eu-west-2` | example-lnd.co.uk | example.co.uk | | `eu-central-1` | example-he.de | example.de | | `ap-southeast-1` | example.sg | example.sg | | `ap-southeast-2` | example-nsw.net.au | example.net.au | @@ -53,6 +55,7 @@ Schemes | us-west-1 | USwe1 | USw1 | USca | | us-west-2 | USwe2 | USw2 | USor | | eu-west-1 | EUwe1 | EUw1 | IEd | | eu-west-2 | EUwe2 | EUw2 | GBlnd | | eu-central-1 | EUce1 | EUc1 | DEhe | | ap-southeast-1 | APse1 | APse1 | SG | | ap-southeast-2 | APse2 | APse2 | AUnsw | @@ -69,6 +72,7 @@ Schemes | us-west-1 | **us**we1 | **us**w1 | **us**ca | | us-west-2 | **us**we2 | **us**w2 | **us**or | | eu-west-1 | **eu**we1 | **eu**w1 | **ie**d | | eu-west-2 | **eu**we2 | **eu**w2 | **gb**lnd | | eu-central-1 | **eu**ce1 | **eu**c1 | **de**he | | ap-southeast-1 | **ap**se1 | **ap**se1 | **sg** | | ap-southeast-2 | **ap**se2 | **ap**se2 | **au**nsw | -
colinvh revised this gist
May 25, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Schemes | AWS code | Domain 1 | Domain 2 | |------------------|--------------------|-----------------| | `us-east-1` | example-va.us | example.us | | `us-west-1` | example-ca.us | example-west.us | | `us-west-2` | example-or.us | example-nw.us | | `eu-west-1` | example-d.ie | example.ie | | `eu-central-1` | example-he.de | example.de | -
colinvh revised this gist
May 25, 2016 . 1 changed file with 16 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -29,6 +29,22 @@ Schemes | A2 | Abbreviated AWS code | | B | Concatenated ISO 3166 code | ### Domain names for regional services | AWS code | Domain 1 | Domain 2 | |------------------|--------------------|-----------------| | `us-east-1` | example-va.us | example.us | | `us-west-1` | example-ca.us | example.west.us | | `us-west-2` | example-or.us | example-nw.us | | `eu-west-1` | example-d.ie | example.ie | | `eu-central-1` | example-he.de | example.de | | `ap-southeast-1` | example.sg | example.sg | | `ap-southeast-2` | example-nsw.net.au | example.net.au | | `ap-northeast-1` | example-13.jp | example.jp | | `ap-northeast-2` | example.seoul.kr | example.ne.kr | | `sa-east-1` | example-sp.net.br | example.net.br | | `cn-north-1` | example.bj.cn | example.cn | ### Capital-delimited codes for variable-width fonts | AWS code | A1 | A2 | B | -
colinvh revised this gist
May 13, 2016 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -19,6 +19,7 @@ Schemes | Asia Pacific | Singapore | 2010 | `ap-southeast-1` | `apse1` | `apse1` | `sg` | | Asia Pacific | Sydney | 2012 | `ap-southeast-2` | `apse2` | `apse2` | `aunsw` | | Asia Pacific | Tokyo | 2011 | `ap-northeast-1` | `apne1` | `apne1` | `jp13` | | Asia Pacific | Seoul | 2016 | `ap-northeast-2` | `apne2` | `apne2` | `kr11` | | South America | Saõ Paulo | 2011 | `sa-east-1` | `saea1` | `sae1` | `brsp` | | China | Beijing | 2013 | `cn-north-1` | `cnno1` | `cnn1` | `cn11` | @@ -40,6 +41,7 @@ Schemes | ap-southeast-1 | APse1 | APse1 | SG | | ap-southeast-2 | APse2 | APse2 | AUnsw | | ap-northeast-1 | APne1 | APne1 | JP13 | | ap-northeast-2 | APne2 | APne2 | KR11 | | sa-east-1 | SAea1 | SAe1 | BRsp | | cn-north-1 | CNno1 | CNn1 | CN11 | @@ -55,5 +57,6 @@ Schemes | ap-southeast-1 | **ap**se1 | **ap**se1 | **sg** | | ap-southeast-2 | **ap**se2 | **ap**se2 | **au**nsw | | ap-northeast-1 | **ap**ne1 | **ap**ne1 | **jp**13 | | ap-northeast-2 | **ap**ne2 | **ap**ne2 | **kr**11 | | sa-east-1 | **sa**ea1 | **sa**e1 | **br**sp | | cn-north-1 | **cn**no1 | **cn**n1 | **cn**11 | -
colinvh revised this gist
Mar 31, 2016 . 1 changed file with 14 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -43,3 +43,17 @@ Schemes | sa-east-1 | SAea1 | SAe1 | BRsp | | cn-north-1 | CNno1 | CNn1 | CN11 | ### Bold-delimited codes for rich text | AWS code | A1 | A2 | B | |----------------|-----------|-----------|-----------| | us-east-1 | **us**ea1 | **us**e1 | **us**va | | us-west-1 | **us**we1 | **us**w1 | **us**ca | | us-west-2 | **us**we2 | **us**w2 | **us**or | | eu-west-1 | **eu**we1 | **eu**w1 | **ie**d | | eu-central-1 | **eu**ce1 | **eu**c1 | **de**he | | ap-southeast-1 | **ap**se1 | **ap**se1 | **sg** | | ap-southeast-2 | **ap**se2 | **ap**se2 | **au**nsw | | ap-northeast-1 | **ap**ne1 | **ap**ne1 | **jp**13 | | sa-east-1 | **sa**ea1 | **sa**e1 | **br**sp | | cn-north-1 | **cn**no1 | **cn**n1 | **cn**11 | -
colinvh revised this gist
Mar 31, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Schemes | A2 | Abbreviated AWS code | | B | Concatenated ISO 3166 code | ### Capital-delimited codes for variable-width fonts | AWS code | A1 | A2 | B | |----------------|-------|-------|-------| -
colinvh revised this gist
Mar 31, 2016 . 1 changed file with 31 additions and 17 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -9,23 +9,37 @@ The intent is to define terse, standards-supported names for AWS regions. Schemes ------- | Region | Location | Launched | AWS code | A1 | A2 | B | |---------------|---------------|----------|------------------|---------|---------|---------| | US East | N. Virginia | 2006 | `us-east-1` | `usea1` | `use1` | `usva` | | US West | N. California | 2011 | `us-west-1` | `uswe1` | `usw1` | `usca` | | US West | Oregon | 2009 | `us-west-2` | `uswe2` | `usw2` | `usor` | | EU | Ireland | 2007 | `eu-west-1` | `euwe1` | `euw1` | `ied` | | EU | Frankfurt | 2014 | `eu-central-1` | `euce1` | `euc1` | `dehe` | | Asia Pacific | Singapore | 2010 | `ap-southeast-1` | `apse1` | `apse1` | `sg` | | Asia Pacific | Sydney | 2012 | `ap-southeast-2` | `apse2` | `apse2` | `aunsw` | | Asia Pacific | Tokyo | 2011 | `ap-northeast-1` | `apne1` | `apne1` | `jp13` | | South America | Saõ Paulo | 2011 | `sa-east-1` | `saea1` | `sae1` | `brsp` | | China | Beijing | 2013 | `cn-north-1` | `cnno1` | `cnn1` | `cn11` | | Code | Description | |------|---------------------------------------------| | A1 | Abbreviated AWS code (eual length) | | A2 | Abbreviated AWS code | | B | Concatenated ISO 3166 code | ## Capital-delimited codes for variable-width fonts | AWS code | A1 | A2 | B | |----------------|-------|-------|-------| | us-east-1 | USea1 | USe1 | USva | | us-west-1 | USwe1 | USw1 | USca | | us-west-2 | USwe2 | USw2 | USor | | eu-west-1 | EUwe1 | EUw1 | IEd | | eu-central-1 | EUce1 | EUc1 | DEhe | | ap-southeast-1 | APse1 | APse1 | SG | | ap-southeast-2 | APse2 | APse2 | AUnsw | | ap-northeast-1 | APne1 | APne1 | JP13 | | sa-east-1 | SAea1 | SAe1 | BRsp | | cn-north-1 | CNno1 | CNn1 | CN11 | -
colinvh revised this gist
Mar 31, 2016 . 1 changed file with 14 additions and 13 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -9,22 +9,23 @@ The intent is to define terse, standards-supported names for AWS regions. Schemes ------- | Region | Location | Launched | AWS Code | A1 | A2a | A2b | B1 | B2 | |---------------|---------------|----------|------------------|---------|---------|---------|---------|---------| | US East | N. Virginia | 2006 | `us-east-1` | `usea1` | `use1` | `USe1` | `usva` | `USva` | | US West | N. California | 2011 | `us-west-1` | `uswe1` | `usw1` | `USw1` | `usca` | `USca` | | US West | Oregon | 2009 | `us-west-2` | `uswe2` | `usw2` | `USw2` | `usor` | `USor` | | EU | Ireland | 2007 | `eu-west-1` | `euwe1` | `euw1` | `EUw1` | `ied` | `IEd` | | EU | Frankfurt | 2014 | `eu-central-1` | `euce1` | `euc1` | `EUc1` | `dehe` | `DEhe` | | Asia Pacific | Singapore | 2010 | `ap-southeast-1` | `apse1` | `apse1` | `APse1` | `sg` | `SG` | | Asia Pacific | Sydney | 2012 | `ap-southeast-2` | `apse2` | `apse2` | `APse2` | `aunsw` | `AUnsw` | | Asia Pacific | Tokyo | 2011 | `ap-northeast-1` | `apne1` | `apne1` | `APne1` | `jp13` | `JP13` | | South America | Saõ Paulo | 2011 | `sa-east-1` | `saea1` | `sae1` | `SAe1` | `brsp` | `BRsp` | | China | Beijing | 2013 | `cn-north-1` | `cnno1` | `cnn1` | `CNn1` | `cn11` | `CN11` | | Code | Description | |------|---------------------------------------------| | A1 | Abbreviated AWS Code (eual length) | | A2a | Abbreviated AWS Code | | A2b | Abbreviated AWS Code (caps-delimited) | | B1 | Concatenated ISO 3166 code | | B2 | Concatenated ISO 3166 code (caps-delimited) | -
colinvh revised this gist
Mar 31, 2016 . 1 changed file with 12 additions and 12 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -9,18 +9,18 @@ The intent is to define terse, standards-supported names for AWS regions. Schemes ------- | Region | Location | Launched | AWS Code | A1 | A2 | B1 | B2 | |---------------|---------------|----------|------------------|---------|---------|---------|---------| | US East | N. Virginia | 2006 | `us-east-1` | `usea1` | `USe1` | `usva` | `USva` | | US West | N. California | 2011 | `us-west-1` | `uswe1` | `USw1` | `usca` | `USca` | | US West | Oregon | 2009 | `us-west-2` | `uswe2` | `USw2` | `usor` | `USor` | | EU | Ireland | 2007 | `eu-west-1` | `euwe1` | `EUw1` | `ied` | `IEd` | | EU | Frankfurt | 2014 | `eu-central-1` | `euce1` | `EUc1` | `dehe` | `DEhe` | | Asia Pacific | Singapore | 2010 | `ap-southeast-1` | `apse1` | `APse1` | `sg` | `SG` | | Asia Pacific | Sydney | 2012 | `ap-southeast-2` | `apse2` | `APse2` | `aunsw` | `AUnsw` | | Asia Pacific | Tokyo | 2011 | `ap-northeast-1` | `apne1` | `APne1` | `jp13` | `JP13` | | South America | Saõ Paulo | 2011 | `sa-east-1` | `saea1` | `SAe1` | `brsp` | `BRsp` | | China | Beijing | 2013 | `cn-north-1` | `cnno1` | `CNn1` | `cn11` | `CN11` | | Code | Description | |------|---------------------------------------------| -
colinvh revised this gist
Mar 31, 2016 . 1 changed file with 12 additions and 12 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -9,18 +9,18 @@ The intent is to define terse, standards-supported names for AWS regions. Schemes ------- | Region | Location | Launched | AWS Code | A1 | A2 | B1 | B2 | |---------------|---------------|----------|----------------|---------|-------|-------|-------| | US East | N. Virginia | 2006 | us-east-1 | `usea1` | USe1 | usva | USva | | US West | N. California | 2011 | us-west-1 | `uswe1` | USw1 | usca | USca | | US West | Oregon | 2009 | us-west-2 | `uswe2` | USw2 | usor | USor | | EU | Ireland | 2007 | eu-west-1 | `euwe1` | EUw1 | ied | IEd | | EU | Frankfurt | 2014 | eu-central-1 | `euce1` | EUc1 | dehe | DEhe | | Asia Pacific | Singapore | 2010 | ap-southeast-1 | `apse1` | APse1 | sg | SG | | Asia Pacific | Sydney | 2012 | ap-southeast-2 | `apse2` | APse2 | aunsw | AUnsw | | Asia Pacific | Tokyo | 2011 | ap-northeast-1 | `apne1` | APne1 | jp13 | JP13 | | South America | Saõ Paulo | 2011 | sa-east-1 | `saea1` | SAe1 | brsp | BRsp | | China | Beijing | 2013 | cn-north-1 | `cnno1` | CNn1 | cn11 | CN11 | | Code | Description | |------|---------------------------------------------| -
colinvh revised this gist
Mar 31, 2016 . 1 changed file with 18 additions and 34 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -9,38 +9,22 @@ The intent is to define terse, standards-supported names for AWS regions. Schemes ------- | Region | Location | Launched | AWS Code | A1 | A2 | B1 | B2 | |---------------|---------------|----------|----------------|-------|-------|-------|-------| | US East | N. Virginia | 2006 | us-east-1 | usea1 | USe1 | usva | USva | | US West | N. California | 2011 | us-west-1 | uswe1 | USw1 | usca | USca | | US West | Oregon | 2009 | us-west-2 | uswe2 | USw2 | usor | USor | | EU | Ireland | 2007 | eu-west-1 | euwe1 | EUw1 | ied | IEd | | EU | Frankfurt | 2014 | eu-central-1 | euce1 | EUc1 | dehe | DEhe | | Asia Pacific | Singapore | 2010 | ap-southeast-1 | apse1 | APse1 | sg | SG | | Asia Pacific | Sydney | 2012 | ap-southeast-2 | apse2 | APse2 | aunsw | AUnsw | | Asia Pacific | Tokyo | 2011 | ap-northeast-1 | apne1 | APne1 | jp13 | JP13 | | South America | Saõ Paulo | 2011 | sa-east-1 | saea1 | SAe1 | brsp | BRsp | | China | Beijing | 2013 | cn-north-1 | cnno1 | CNn1 | cn11 | CN11 | | Code | Description | |------|---------------------------------------------| | A1 | Abbreviated AWS Code (eual length) | | A2 | Abbreviated AWS Code (caps-delimited) | | B1 | Concatenated ISO 3166 code | | B2 | Concatenated ISO 3166 code (caps-delimited) | -
colinvh revised this gist
Nov 10, 2015 . 1 changed file with 28 additions and 14 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -9,23 +9,37 @@ The intent is to define terse, standards-supported names for AWS regions. Schemes ------- |AWS Name |Launched|AWS Code |A1 |A2 |A3 | |-------------------------|--------|--------------|-----|-----|-----| |US East (N. Virginia) |2006 |us-east-1 |usea1|usea |us | |US West (N. California) |2011 |us-west-1 |uswe1|uswe |uswe | |US West (Oregon) |2009 |us-west-2 |uswe2|uswe2|uswe2| |EU (Ireland) |2007 |eu-west-1 |euwe1|euwe |eu | |EU (Frankfurt) |2014 |eu-central-1 |euce1|euce |euce | |Asia Pacific (Singapore) |2010 |ap-southeast-1|apse1|apse |ap | |Asia Pacific (Sydney) |2012 |ap-southeast-2|apse2|apse2|apse2| |Asia Pacific (Tokyo) |2011 |ap-northeast-1|apne1|apne |apne | |South America (Saõ Paulo)|2011 |sa-east-1 |saea1|saea |sa | |China (Beijing) |2013 |cn-north-1 |cnno1|cnno |cn | |AWS Code |B1 |B2 |C1 |C2 | |--------------|------|-----|-----|----| |us-east-1 |us-va |usva |us |us | |us-west-1 |us-ca |usca |us-ca|usca| |us-west-2 |us-or |usor |us-or|usor| |eu-west-1 |ie-d |ied |ie |ie | |eu-central-1 |de-he |dehe |de |de | |ap-southeast-1|sg |sg |sg |sg | |ap-southeast-2|au-nsw|aunsw|au |au | |ap-northeast-1|jp-13 |jp13 |jp |jp | |sa-east-1 |br-sp |brsp |br |br | |cn-north-1 |cn-11 |cn11 |cn |cn | | Code | Description | |------|--------------------------------------------| | A1 | Abbreviated AWS Code | | A2 | Abbreviated AWS Code with implied ones | | A3 | Minimum-prefix abbreviated AWS Code | | B1 | ISO 3166 code | | B2 | ISO 3166 code, concatenated | | C1 | Minimum-prefix ISO 3166 code | -
colinvh revised this gist
Nov 10, 2015 . No changes.There are no files selected for viewing
-
colinvh revised this gist
Oct 6, 2015 . 1 changed file with 12 additions and 12 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -9,18 +9,18 @@ The intent is to define terse, standards-supported names for AWS regions. Schemes ------- |AWS Name |Launched|AWS Code |A1 |A2 |B1 |B2 |C1 |C2 | |-------------------------|--------|--------------|-----|-----|------|-----|-----|----| |US East (N. Virginia) |2006 |us-east-1 |usea1|us |us-va |usva |us |us | |US West (N. California) |2011 |us-west-1 |uswe1|uswe |us-ca |usca |us-ca|usca| |US West (Oregon) |2009 |us-west-2 |uswe2|uswe2|us-or |usor |us-or|usor| |EU (Ireland) |2007 |eu-west-1 |euwe1|eu |ie-d |ied |ie |ie | |EU (Frankfurt) |2014 |eu-central-1 |euce1|euce |de-he |dehe |de |de | |Asia Pacific (Singapore) |2010 |ap-southeast-1|apse1|ap |sg |sg |sg |sg | |Asia Pacific (Sydney) |2012 |ap-southeast-2|apse2|apse2|au-nsw|aunsw|au |au | |Asia Pacific (Tokyo) |2011 |ap-northeast-1|apne1|apne |jp-13 |jp13 |jp |jp | |South America (Saõ Paulo)|2011 |sa-east-1 |saea1|sa |br-sp |brsp |br |br | |China (Beijing) |2013 |cn-north-1 |cnno1|cn |cn-11 |cn11 |cn |cn | | Code | Description | |------|--------------------------------------------| -
colinvh revised this gist
Oct 6, 2015 . 1 changed file with 13 additions and 12 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -9,22 +9,23 @@ The intent is to define terse, standards-supported names for AWS regions. Schemes ------- |AWS Code |AWS Name |A1 |A2 |B1 |B2 |C1 |C2 | |--------------|-------------------------|-----|-----|------|-----|-----|----| |us-east-1 |US East (N. Virginia) |usea1|us |us-va |usva |us |us | |us-west-1 |US West (N. California) |uswe1|uswe |us-ca |usca |us-ca|usca| |us-west-2 |US West (Oregon) |uswe2|uswe2|us-or |usor |us-or|usor| |eu-west-1 |EU (Ireland) |euwe1|eu |ie-d |ied |ie |ie | |eu-central-1 |EU (Frankfurt) |euce1|euce |de-he |dehe |de |de | |ap-southeast-1|Asia Pacific (Singapore) |apse1|ap |sg |sg |sg |sg | |ap-southeast-2|Asia Pacific (Sydney) |apse2|apse2|au-nsw|aunsw|au |au | |ap-northeast-1|Asia Pacific (Tokyo) |apne1|apne |jp-13 |jp13 |jp |jp | |sa-east-1 |South America (Saõ Paulo)|saea1|sa |br-sp |brsp |br |br | |cn-north-1 |China (Beijing) |cnno1|cn |cn-11 |cn11 |cn |cn | | Code | Description | |------|--------------------------------------------| | A1 | AWS Code, shortened | | A2 | Minimum-prefix AWS Code, shortened | | B1 | ISO 3166 code | | B2 | ISO 3166 code, concatenated | | C1 | Minimum-prefix ISO 3166 code | -
colinvh revised this gist
Aug 31, 2015 . 1 changed file with 15 additions and 7 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,18 +1,26 @@ Alternative naming schemes for AWS regions ========================================== Purpose ------- The intent is to define terse, standards-supported names for AWS regions. Schemes ------- |AWS Code |AWS Name |A1 |B1 |B2 |C1 |C2 | |--------------|-------------------------|-----|------|-----|-----|----| |us-east-1 |US East (N. Virginia) |usea1|us-va |usva |us |us | |us-west-1 |US West (N. California) |uswe1|us-ca |usca |us-ca|usca| |us-west-2 |US West (Oregon) |uswe2|us-or |usor |us-or|usor| |eu-west-1 |EU (Ireland) |euwe1|ie-d |ied |ie |ie | |eu-central-1 |EU (Frankfurt) |euce1|de-he |dehe |de |de | |ap-southeast-1|Asia Pacific (Singapore) |apse1|sg |sg |sg |sg | |ap-southeast-2|Asia Pacific (Sydney) |apse2|au-nsw|aunsw|au |au | |ap-northeast-1|Asia Pacific (Tokyo) |apne1|jp-13 |jp13 |jp |jp | |sa-east-1 |South America (Saõ Paulo)|saea1|br-sp |brsp |br |br | |cn-north-1 |China (Beijing) |cnno1|cn-11 |cn11 |cn |cn | | Code | Description | |------|--------------------------------------------| -
colinvh created this gist
Aug 31, 2015 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,23 @@ Alternative naming schemes for AWS regions ========================================== |AWS Code |AWS Name |A1 |B1 |B2 |C1 |C2 | |--------------|-------------------------|-----|------|-----|-----|----| |ap-northeast-1|Asia Pacific (Tokyo) |apne1|jp-13 |jp13 |jp |jp | |ap-southeast-1|Asia Pacific (Singapore) |apse1|sg |sg |sg |sg | |ap-southeast-2|Asia Pacific (Sydney) |apse2|au-nsw|aunsw|au |au | |cn-north-1 |China (Beijing) |cnno1|cn-11 |cn11 |cn |cn | |eu-central-1 |EU (Frankfurt) |euce1|de-he |dehe |de |de | |eu-west-1 |EU (Ireland) |euwe1|ie-d |ied |ie |ie | |sa-east-1 |South America (Saõ Paulo)|saea1|br-sp |brsp |br |br | |us-east-1 |US East (N. Virginia) |usea1|us-va |usva |us |us | |us-west-1 |US West (N. California) |uswe1|us-ca |usca |us-ca|usca| |us-west-2 |US West (Oregon) |uswe2|us-or |usor |us-or|usor| | Code | Description | |------|--------------------------------------------| | A1 | AWS Code, shortened | | B1 | ISO 3166 code | | B2 | ISO 3166 code, concatenated | | C1 | Minimum-prefix ISO 3166 code | | C2 | Minimum-prefix ISO 3166 code, concatenated |