Amazon STS Regions and endpoints
Note
Amazon has made changes to the Amazon Security Token Service (Amazon STS) global endpoint
(https://sts.amazonaws.com
) in Regions enabled by default to
enhance its resiliency and performance. Amazon STS requests to the global endpoint are
automatically served in the same Amazon Web Services Region as your workloads. These changes will not be
deployed to opt-in Regions. We recommend that you use the appropriate Amazon STS regional
endpoints. For more information, see Amazon STS global endpoint
changes.
The following table lists the Regions and their endpoints. It indicates which ones are activated by default and which ones you can activate or deactivate.
Region name | Endpoint | Active by default | Manually activate/deactivate |
---|---|---|---|
--Global-- | sts.amazonaws.com | ||
US East (Ohio) | sts.us-east-2.amazonaws.com | ||
US East (N. Virginia) | sts.us-east-1.amazonaws.com | ||
US West (N. California) | sts.us-west-1.amazonaws.com | ||
US West (Oregon) | sts.us-west-2.amazonaws.com | ||
Africa (Cape Town) | sts.af-south-1.amazonaws.com | ||
Asia Pacific (Hong Kong) | sts.ap-east-1.amazonaws.com | ||
Asia Pacific (Hyderabad) | sts.ap-south-2.amazonaws.com | ||
Asia Pacific (Jakarta) | sts.ap-southeast-3.amazonaws.com | ||
Asia Pacific (Malaysia) | sts.ap-southeast-5.amazonaws.com | ||
Asia Pacific (Melbourne) | sts.ap-southeast-4.amazonaws.com | ||
Asia Pacific (Mumbai) | sts.ap-south-1.amazonaws.com | ||
Asia Pacific (Osaka) | sts.ap-northeast-3.amazonaws.com | ||
Asia Pacific (Seoul) | sts.ap-northeast-2.amazonaws.com | ||
Asia Pacific (Singapore) | sts.ap-southeast-1.amazonaws.com | ||
Asia Pacific (Sydney) | sts.ap-southeast-2.amazonaws.com | ||
Asia Pacific (Thailand) | sts.ap-southeast-7.amazonaws.com | ||
Asia Pacific (Tokyo) | sts.ap-northeast-1.amazonaws.com | ||
Canada (Central) | sts.ca-central-1.amazonaws.com | ||
Canada West (Calgary) | sts.ca-west-1.amazonaws.com | ||
China (Beijing) | sts.cn-north-1.amazonaws.com.cn | ||
China (Ningxia) | sts.cn-northwest-1.amazonaws.com.cn | ||
Europe (Frankfurt) | sts.eu-central-1.amazonaws.com | ||
Europe (Ireland) | sts.eu-west-1.amazonaws.com | ||
Europe (London) | sts.eu-west-2.amazonaws.com | ||
Europe (Milan) | sts.eu-south-1.amazonaws.com | ||
Europe (Paris) | sts.eu-west-3.amazonaws.com | ||
Europe (Spain) | sts.eu-south-2.amazonaws.com | ||
Europe (Stockholm) | sts.eu-north-1.amazonaws.com | ||
Europe (Zurich) | sts.eu-central-2.amazonaws.com | ||
Israel (Tel Aviv) | sts.il-central-1.amazonaws.com | ||
Mexico (Central) | sts.mx-central-1.amazonaws.com | ||
Middle East (Bahrain) | sts.me-south-1.amazonaws.com | ||
Middle East (UAE) | sts.me-central-1.amazonaws.com | ||
South America (São Paulo) | sts.sa-east-1.amazonaws.com |
¹You must enable the Region to use it. This automatically activates Amazon STS. You cannot manually activate or deactivate Amazon STS in these Regions.
²To use Amazon in China, you need an account and credentials specific to Amazon in China.
Amazon STS global endpoint changes
Amazon has made changes to the Amazon Security Token Service (Amazon STS) global endpoint
(https://sts.amazonaws.com
) in Regions enabled by default
to enhance its resiliency and performance. Previously, all requests to the Amazon STS global
endpoint were served by a single Amazon Web Services Region, US East (N. Virginia). Now in Regions enabled by default, requests to the Amazon STS global endpoint are automatically
served in the same Region where the request originates, rather than the US East (N. Virginia) Region.
These changes will not be deployed to opt-in Regions.
With this change, Amazon STS will process your request based on the originating Region and DNS resolver used. Requests to the Amazon STS global endpoint are served in the same Region as your Amazon deployed workload if the DNS request for the Amazon STS global endpoint is handled by the Amazon DNS server in Regions that are enabled by default. Requests to the Amazon STS global endpoint will continue to be served in US East (N. Virginia) Region if your request originated from opt-in Regions or if your request was resolved using a DNS resolver other than the Amazon DNS server. For more information about Amazon DNS, see Amazon DNS server in the Amazon Virtual Private Cloud User Guide.
The following table shows how requests to the Amazon STS global endpoint are routed based on your DNS provider.
DNS Resolver | Requests to the Amazon STS global endpoint routed to the local Amazon Web Services Region? |
---|---|
Amazon DNS resolver in a Amazon VPC in an Region enabled by default |
Yes |
Amazon DNS resolver in a Amazon VPC in an opt-in Region |
No, the request will be routed to the US East (N. Virginia) Region |
DNS resolver provided by your ISP, a public DNS provider, or any other DNS provider |
No, the request will be routed to the US East (N. Virginia) Region |
To ensure minimal disruption to your existing processes, Amazon has implemented the following measures:
-
Amazon CloudTrail logs for requests made to the Amazon STS global endpoint are sent to the US East (N. Virginia) Region. CloudTrail logs for requests served by Amazon STS Regional endpoints will continue to be logged to their respective Region in CloudTrail.
-
CloudTrail logs for operations performed by the Amazon STS global endpoint and Regional endpoints have additional fields
endpointType
andawsServingRegion
to indicate which endpoint and Region served the request. For CloudTrail log examples, see Example Amazon STS API event using the global endpoint in CloudTrail log file. -
Requests made to the Amazon STS global endpoint have a value of
us-east-1
for theaws:RequestedRegion
condition key, regardless of which Region served the request. -
Requests handled by the Amazon STS global endpoint do not share a requests per second quota with Regional Amazon STS endpoints.
If you have workloads in an opt-in Region and are still using the Amazon STS global endpoint, we recommend migrating to Amazon STS regional endpoints for improved resiliency and performance. For more information about configuring regional Amazon STS endpoints, see Amazon STS Regional endpoints in the Amazon SDKs and Tools Reference Guide.
Amazon CloudTrail and Regional endpoints
Calls to regional and global endpoints are logged in the tlsDetails
field
in Amazon CloudTrail. Calls to regional endpoints, such as
us-west-2.amazonaws.com.cn
, are logged in CloudTrail to
their appropriate region. Calls to the global endpoint, sts.amazonaws.com
,
are logged as calls to a global service. Events for global Amazon STS endpoints are logged to
us-east-1.
Note
tlsDetails
can only be viewed for services that support this field. See
Services that support TLS details in CloudTrail in the Amazon CloudTrail
User Guide
For more information, see Logging IAM and Amazon STS API calls with Amazon CloudTrail.