Skip to content

Commit 746eec5

Browse files
committed
no ".txt" in aws config files, link to configure docs #4990
1 parent 562c9c7 commit 746eec5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

doc/sphinx-guides/source/developers/deployment.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ Create a ``.aws`` directory in your home directory (which is called ``~``) like
4949

5050
``mkdir ~/.aws``
5151

52+
We will be creating two plain text files in the ``.aws`` directory and it is important that these files do not end in ".txt" or any other extension. After creating the files, you can verify their names with the following command:
53+
54+
``ls ~/.aws``
55+
5256
Create a plain text file at ``~/.aws/config`` with the following content::
5357

5458
[default]
@@ -64,6 +68,8 @@ Create a plain text file at ``~/.aws/credentials`` with the following content::
6468

6569
Then update the file and replace the values for "aws_access_key_id" and "aws_secret_access_key" with your actual credentials by following the instructions at https://aws.amazon.com/blogs/security/wheres-my-secret-access-key/
6670

71+
If you are having trouble configuring the files manually as described above, see https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html which documents the ``aws configure`` command.
72+
6773
Download and Run the "Create Instance" Script
6874
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6975

0 commit comments

Comments
 (0)