Delete the AWS CLI configuration from window

Remove the AWS CLI configuration to setup on Window

On window platform, go to the directory of user and you will find the .aws directory. For delete the configuration of existing user. You can remove the .aws file

cd %USERPROFILE%

For change the User or region setting you can edit the file by open in notepad

notepad config
notepad credentials

For delete the configuration. you simple delete the hidden folder .aws on windows

C:\Users\ersan\.aws>rmdir /s .aws

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.