AWS Organizations API - us-east-1 for all API and CLI calls

0

From https://docs.aws.amazon.com/organizations/latest/APIReference/Welcome.html (and related docs, such as https://awscli.amazonaws.com/v2/documentation/api/latest/reference/organizations/index.html#cli-aws-organizations)

For the current release of Organizations, specify the us-east-1 region for all Amazon Web Services API and CLI calls made from the commercial Amazon Web Services Regions outside of China.

While https://docs.aws.amazon.com/general/latest/gr/ao.html lists various endpoints.

Is the us-east-1 region still required for api access, as the documentation states?

hans-d
已提問 2 年前檢視次數 316 次
2 個答案
0

Because AWS Organizations is a global service, there is a single global endpoint for all of the AWS Regions in each partition. Yes the page here https://docs.aws.amazon.com/general/latest/gr/ao.html that you referenced lists various regions but if you notice, the endpoints are all the same (us-east-1) regardless of the region. for example:


US West (N. California) 	us-west-1 	

organizations.us-east-1.amazonaws.com

organizations-fips.us-east-1.amazonaws.com

organizations.us-east-1.amazonaws.com
profile pictureAWS
專家
Matt-B
已回答 2 年前
0

Has there been any thought to allowing the AmazonOrganizationsClient object in the AWS SDK for .NET (or maybe any SDK) to allow for instantiation without providing a region? Right now if you create and AmazonOrganizationsClient object without a region an exception is thrown. Would it not make sense for the SDK to default to us-east-1 if no region is provided in the constructor?

已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南