awscli install + config

This commit is contained in:
Morgan Wattiez 2019-04-09 13:47:54 +02:00
parent d863417939
commit 398fc74424
2 changed files with 6 additions and 1 deletions

View File

@ -39,4 +39,7 @@ sudo pip3 install --upgrade pip
``` ```
### Install AWS-CLI ### Install AWS-CLI
`pip3 install boto3` ```
pip3 install boto3
pip3 install awscli
```

2
dot_aws/private_config Normal file
View File

@ -0,0 +1,2 @@
[default]
region = eu-west-1