Which of the following is chosen as the default region when making an API call with an
AWS SDK?
A.
ap-northeast-1
B.
us-west-2
C.
us-east-1
D.
eu-west-1
E.
us-central-1
Explanation:
Which of the following is chosen as the default region when making an API call with an
AWS SDK?
Which of the following is chosen as the default region when making an API call with an
AWS SDK?
A.
ap-northeast-1
B.
us-west-2
C.
us-east-1
D.
eu-west-1
E.
us-central-1
Explanation:
I choose C
Correct answer is B. us-west-2
For API call default region is us-east-1
and for console its us-west-2
Are you referring to web console or CLI?
The default for API and CLI is us-east-1
http://docs.aws.amazon.com/powershell/latest/userguide/pstools-installing-specifying-region.html
The default can be changed via API call Set-DefaultAWSRegion and this will change the default region for your APIs and CLI.
c
C is correct
http://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/java-dg-region-selection.html
AWS clients created using the client constructor will not automatically determine region from the environment and will, instead, use the default SDK region (USEast1).
C
C