diff --git a/docs/topic/access-creds/cloud-auth.md b/docs/topic/access-creds/cloud-auth.md index c62b6f9c98..46eda9f9dc 100644 --- a/docs/topic/access-creds/cloud-auth.md +++ b/docs/topic/access-creds/cloud-auth.md @@ -148,7 +148,7 @@ are used to provide access to the AWS account from your terminal. format: ```ini - [your-cluster-name] + [your-cluster-name or the AWS account name] aws_access_key_id = aws_secret_access_key = ``` @@ -172,9 +172,12 @@ are used to provide access to the AWS account from your terminal. You can execute it like so: ```bash - $ deployer exec-aws-shell + $ deployer exec-aws-shell ``` + where `` must match the name of the profile in `~/.aws/credentials` + you created in the previous step. + This will open a new subshell with all the appropriate AWS environment variables setup to perform actions with `terraform`, `eksctl`, etc. Note this requires that you have an aws profile set up under `~/.aws/credentials`