Search code examples
linuxamazon-web-servicesaws-clinanoaws-config

How Do I Clear The Credentials In AWS Configure?


I have deleted the AWS credentials in sudo nano ~/.aws/config. But, the credentials are still in aws configure. Is there a way to reset aws configure with clear state?


Solution

  • just remove ~/.aws/credentials along with ~/.aws/config

    EDIT: Note path references user home directory and specific to each user in system.