File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,15 @@ account.
48
48
The [ AWS CLI] ( https://aws.amazon.com/cli/ ) allows you to interact with our AWS
49
49
account from a terminal or a script. To set it up the first time, follow
50
50
Amazon's documentation to [ install it] [ awscli-install ] and [ configure your
51
- credentials] [ awscli-configure ] . The CLI doesn't use your console password to
51
+ credentials] [ awscli-configure ] .
52
+
53
+ The CLI doesn't use your console password to
52
54
authenticate: you'll need to create an access key from the "My Security
53
55
Credentials" page on the console.
54
56
57
+ After you do that, run ` aws configure ` and paste the access key ID and the secret
58
+ key from the console to configure it. Use ` us-west-1 ` as the default region.
59
+
55
60
### 2-factor authentication
56
61
57
62
To ensure the security of our AWS account, 2-factor authentication is required
You can’t perform that action at this time.
0 commit comments