diff --git a/website/docs/guides/athena-qs.md b/website/docs/guides/athena-qs.md index 335ff85e9e..ad88b85f4d 100644 --- a/website/docs/guides/athena-qs.md +++ b/website/docs/guides/athena-qs.md @@ -87,11 +87,11 @@ To obtain your `aws_access_key_id` and `aws_secret_access_key`: Save the `aws_access_key_id` and `aws_secret_access_key` for a future step. -### AWS profile name +### AWS credentials file To obtain your AWS credentials file: 1. Follow the instructions for [configuring the credentials file](https://docs.aws.amazon.com/cli/v1/userguide/cli-configure-files.html) usin the AWS CLI -1. Locate the file on your computer +1. Locate the `~/.aws/credentials` file on your computer 1. Windows: `%USERPROFILE%\.aws\credentials` 2. Mac/Linux: `~/.aws/credentials`