Skip to content

Commit 944ed47

Browse files
authored
Merge pull request #891 from Kobzol/aws-configure
Extend guide for configuring legacy AWS access
2 parents 63f25c4 + 9b8d06f commit 944ed47

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/infra/docs/aws-access.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,15 @@ account.
4848
The [AWS CLI](https://aws.amazon.com/cli/) allows you to interact with our AWS
4949
account from a terminal or a script. To set it up the first time, follow
5050
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
5254
authenticate: you'll need to create an access key from the "My Security
5355
Credentials" 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

5762
To ensure the security of our AWS account, 2-factor authentication is required

0 commit comments

Comments
 (0)