Unable to find .aws directory

18,457

Solution 1

You have to run aws configure to have it create the ~/.aws directory.

Solution 2

.aws hidden directory so you need to write command ls -a. This command will provide all hidden folders.

Share:
18,457

Related videos on Youtube

Kosmos Nagios
Author by

Kosmos Nagios

Updated on December 29, 2022

Comments

  • Kosmos Nagios
    Kosmos Nagios over 1 year

    By default python 2.75 is installed in my machine and I installed boto3 and awcli using pip install awscli boto3 -U --ignore-installed six command. And it got installed fine, I checked,but there I can't find .aws directory in my home directory. I tried to find using locate and find commands but no use. I want to know where that directory is to add a new profile to the credentials file in the .aws directory

  • Kosmos Nagios
    Kosmos Nagios over 6 years
    Thanks I was able to do that using your answer, Can't upvote your answer due to my reputation : )