Skip to content

Commit 7bc355f

Browse files
bwbarrettsean-smith
authored andcommitted
doc: Update credentials section
Add note saying not to store creds in the CfnCluster config. Refs #345 Signed-off-by: Brian Barrett <[email protected]>
1 parent 49f3ad4 commit 7bc355f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/configuration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ Attempts to validate that resources defined in parameters actually exist. ::
5050

5151
aws
5252
^^^
53-
This is the AWS credentials section (required). These settings apply to all clusters.
53+
This is the AWS credentials/region section (required). These settings apply to all clusters.
5454

55-
If not defined, boto will attempt to use a) environment or b) EC2 IAM role. ::
55+
We highly recommend use of the environment, EC2 IAM Roles, or storing credentials using the `AWS CLI <https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html>`_ to store credentials, rather than storing them in the CfnCluster config file. ::
5656

5757
[aws]
5858
aws_access_key_id = #your_aws_access_key_id

0 commit comments

Comments
 (0)