We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10822e1 commit 5641630Copy full SHA for 5641630
aws/install_and_configure_awscli.sh
@@ -6,6 +6,7 @@ mkdir ~/.aws
6
7
touch ~/.aws/config
8
9
+# Taken from https://stackoverflow.com/a/17093489/1407371
10
tee ~/.aws/config <<- EOF > /dev/null
11
[default]
12
region=us-east-1
0 commit comments