I just created a new account and have started configuring the AWS CLI. I have created a new IAM user and security credentials for that user. After entering the access id and secret key I am also asked the default region. What should I fill in?
I just created a new account and have started configuring the AWS CLI. I have created a new IAM user and security credentials for that user. After entering the access id and secret key I am also asked the default region. What should I fill in?
From the docs:
The Default region name identifies the AWS Region whose servers you want to send your requests to by default. This is typically the Region closest to you, but it can be any Region. For example, you can type us-west-2 to use US West (Oregon). This is the Region that all later requests are sent to, unless you specify otherwise in an individual command.
Thus you can specify the default region whichever you want to use to launch your resources. It can be geographically closest to you, but it can be any other as well.
Also some services are not available in all regions (e.g. Alexa for Business). Thus if you wanted to work witch such services, your default region would be one when the service is available.