How Do You Determine the AWS CLI Default Region?

Problem scenario
You are using the AWS CLI. You want to know what region is being used by default. You do not what to use the aws configure command. What should you do?

Solution
Run this:

cat ~/.aws/config

Leave a comment

Your email address will not be published. Required fields are marked *