21

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
  • 311
  • 1
  • 2
  • 10

3 Answers3

78

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

Mark B
  • 183,023
  • 24
  • 297
  • 295
5

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

Diwakar Sinha
  • 57
  • 1
  • 2
0

Also I found that .aws folder gets created in the adminstrator account(user) so just take that into account while working ,as if you don't have admin power then login through that and then check like in C:\Users\Administrator.aws