User Tools

Site Tools


set_the_region

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
set_the_region [2017/08/04 21:13] – created walkeradminset_the_region [2023/03/09 22:35] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Set the Region ====== ====== Set the Region ======
 <color darkorange>Aug 2017</color> <color darkorange>Aug 2017</color>
 +\\ 
 +\\ 
 +{{:terraform_logo.jpg?100|}}  |  {{:amazonwebservices_logo.svg.png?75|}}
 \\  \\ 
 \\  \\ 
  
 ---- ----
 +
 Regions, or as they are correctly know, Availability Zones (AZs) define where your EC2 Instance is created. Generally you want the EC2 Instance to be created close to where it will be used, so either in an AZ close to you or in an AZ close to the customer(s). Regions, or as they are correctly know, Availability Zones (AZs) define where your EC2 Instance is created. Generally you want the EC2 Instance to be created close to where it will be used, so either in an AZ close to you or in an AZ close to the customer(s).
 \\  \\ 
 \\  \\ 
 +Here is a list of AZ names (August 2017) bear in mind that these can (and probably) will be changed, deprecated or added to by Amazon as time goes on. 
 +\\  
 +    Code                    Name 
 +     
 +    us-east-1               US East (N. Virginia) 
 +    us-east-2               US East (Ohio) 
 +    us-west-1               US West (N. California) 
 +    us-west-2               US West (Oregon) 
 +    ca-central-1            Canada (Central) 
 +    eu-west-1               EU (Ireland) 
 +    eu-central-1            EU (Frankfurt) 
 +    eu-west-2               EU (London) 
 +    ap-northeast-1          Asia Pacific (Tokyo) 
 +    ap-northeast-2          Asia Pacific (Seoul) 
 +    ap-southeast-1          Asia Pacific (Singapore) 
 +    ap-southeast-2          Asia Pacific (Sydney) 
 +    ap-south-1              Asia Pacific (Mumbai) 
 +    sa-east-1               South America (São Paulo) 
 +\\  
 +In my example I am going to use the Availability Zone in London, so my region = "eu-west-2" 
 +\\  
 +\\  
 +Please bear in mind that most Availability Zones have two or more Zones. So London has "eu-west-2a" and "eu-west-2b". You cannot specify which one to use, you will just get an error, you must always use the AZ without the a,b,c suffix. 
 +\\  
 +\\ 
set_the_region.1501877595.txt.gz · Last modified: 2023/03/09 22:35 (external edit)