Difference between revisions of "Amazon regions"

From wikieduonline
Jump to navigation Jump to search
 
(8 intermediate revisions by the same user not shown)
Line 39: Line 39:
 
* Sydney: <code>[[ap-southeast-2]]</code>
 
* Sydney: <code>[[ap-southeast-2]]</code>
  
[[aws ec2 describe-regions]] --query "Regions[].{Name:RegionName}" --output text
+
 
 +
== Commands ==
 +
* <code>[[aws ec2 describe-regions]] --query "Regions[].{Name:RegionName}" --output text</code>
 +
* <code>[[aws account disable-region]]</code>
  
 
== [[Regional tokens]] ==
 
== [[Regional tokens]] ==
Line 51: Line 54:
 
== Activities ==
 
== Activities ==
 
* Learn how to enable or disable AWS regions: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_examples_aws-enable-disable-regions.html
 
* Learn how to enable or disable AWS regions: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_examples_aws-enable-disable-regions.html
 +
* [[Determine region from and EC2 instance]]: <code>[[curl http://169.254.169.254/latest/meta-data/placement/region]]</code>
 +
* [[AWS: Denies access to AWS based on the requested Region]]
 +
* [[Specify which AWS Regions your account can use]] <ref>https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-regions.html</ref>
  
 
== Related terms ==
 
== Related terms ==
Line 68: Line 74:
 
* [[AWS partition]]
 
* [[AWS partition]]
 
* <code>[[aws-all-regions]]</code>
 
* <code>[[aws-all-regions]]</code>
 +
* [[Amazon EC2 Global View]]
  
 
== See also ==
 
== See also ==

Latest revision as of 14:26, 19 February 2024

Regions[edit]

North America[edit]

South America[edit]

Middle East[edit]

Europe[edit]

Africa[edit]

Asia[edit]

Oceania[edit]


Commands[edit]

Regional tokens[edit]

AWS recommends using regional AWS Security Token Service (STS) endpoints to reduce latency. Session tokens from regional STS endpoints are valid in all AWS Regions. If you use regional STS endpoints, no action is required.

Session tokens from the global STS endpoint (https://sts.amazonaws.com) are valid only in AWS Regions that are enabled by default. If you intend to enable a new Region for your account, you can either use session tokens from regional STS endpoints or activate the global STS endpoint to issue session tokens that are valid in all AWS Regions. You can do this in Account Settings in the IAM console.

Session tokens that are valid in all AWS Regions are larger. If you store session tokens, these larger tokens might affect your systems. Learn more


Activities[edit]

Related terms[edit]

See also[edit]

  • https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-regions.html
  • https://aws.amazon.com/es/blogs/security/easier-way-to-control-access-to-aws-regions-using-iam-policies/
  • Advertising: