1 Answer
- Newest
- Most votes
- Most comments
0
As the error message says, please confirm that you configured AWS region locally.
You can check your current region by aws configure get region command.
You can configure the resion by aws configure command.
Example for us-west-2 region.
$ aws configure
AWS Access Key ID [None]:
AWS Secret Access Key [None]:
Default region name [None]: us-west-2
Default output format [None]: json
Access Key ID and Secret Access Key can be empty if you are OK with the IAM Role associated to your EC2.
answered 2 years ago
Relevant content
- asked 3 years ago
- asked 3 years ago
