79490262

Date: 2025-03-06 17:54:33
Score: 1.5
Natty:
Report link

Run aws configure list .

If profile is not set, then you need to set it along with others (AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_DEFAULT_REGION):

export AWS_PROFILE=default

export AWS_ACCESS_KEY_ID=A*******

export AWS_SECRET_ACCESS_KEY=***

export AWS_DEFAULT_REGION=us-east-1 (Note: Change for appropriate region)

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Irshad Nizami