From 398fc74424a12036c856af43406869233f8851b4 Mon Sep 17 00:00:00 2001 From: Morgan Wattiez Date: Tue, 9 Apr 2019 13:47:54 +0200 Subject: [PATCH] awscli install + config --- README.md | 5 ++++- dot_aws/private_config | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 dot_aws/private_config 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