Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Troubleshooting Tip: For Configuring AWS Credentials Locally #501

Open
EOEboh opened this issue Aug 17, 2022 · 1 comment
Open

Troubleshooting Tip: For Configuring AWS Credentials Locally #501

EOEboh opened this issue Aug 17, 2022 · 1 comment

Comments

@EOEboh
Copy link

EOEboh commented Aug 17, 2022

When you run the aws sts get-caller-identity command after trying to configure programmatic access locally, it is possible to receive an error which states that the file could not be reached.

It means you haven't properly configured the credentials yet.

This leaves you with an option of configuring it via the command line by running aws configure.

  • Run the command: aws configure

Also, some people may experience an error when trying to configure credentials by running the command aws configure..

The most possible error that could occur when trying to run aws configure is:

[Errno 13] Permission denied: 'C:\Users\USER/.aws/credentials'

When this happens, make sure you delete the credentials folder you created manually, and just re-run the aws configure command again.

I will make a pull request to the docs later on.

@endymion1818
Copy link
Contributor

Great tip Emmanuel, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants