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.
4848The [ AWS CLI] ( https://aws.amazon.com/cli/ ) allows you to interact with our AWS
4949account from a terminal or a script. To set it up the first time, follow
5050Amazon'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
5254authenticate: you'll need to create an access key from the "My Security
5355Credentials" page on the console.
5456
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+
5560### 2-factor authentication
5661
5762To ensure the security of our AWS account, 2-factor authentication is required
You can’t perform that action at this time.
0 commit comments