diff --git a/README.md b/README.md index a73d76a..8100693 100644 --- a/README.md +++ b/README.md @@ -39,4 +39,7 @@ sudo pip3 install --upgrade pip ``` ### Install AWS-CLI -`pip3 install boto3` +``` +pip3 install boto3 +pip3 install awscli +``` diff --git a/dot_aws/private_config b/dot_aws/private_config new file mode 100644 index 0000000..2064222 --- /dev/null +++ b/dot_aws/private_config @@ -0,0 +1,2 @@ +[default] +region = eu-west-1