Skip to content

Commit ccfae1c

Browse files
Apply suggestions from code review
Co-authored-by: Adam Locke <adam.locke@chronosphere.io> Signed-off-by: esmerel <6818907+esmerel@users.noreply.github.com>
1 parent 35220fb commit ccfae1c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

administration/aws-credentials.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# AWS Credentials
22

3-
Plugins that interact with AWS services fetch credentials from various providers in
4-
the following order. Only the first provider that's able to provide credentials will
5-
be used.
3+
Plugins that interact with AWS services fetch credentials from the following providers
4+
in order. Only the first provider that provides credentials is used.
65

76
- [Environment variables](#environment-variables)
87
- [Shared configuration and credentials files](#shared-configuration-and-credentials-files)
@@ -12,7 +11,7 @@ be used.
1211

1312
All AWS plugins additionally support a `role_arn` (or `AWS_ROLE_ARN`, for
1413
[Elasticsearch](../pipeline/outputs/elasticsearch.md)) configuration parameter. If
15-
specified, the fetched credentials will then be used to assume the given role.
14+
specified, the fetched credentials are used to assume the given role.
1615

1716
## Environment variables
1817

@@ -24,7 +23,7 @@ Plugins use the `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` (and optionally
2423
Plugins read the shared `config` file at `$AWS_CONFIG_FILE` (or `$HOME/.aws/config`),
2524
and the shared credentials file at `$AWS_SHARED_CREDENTIALS_FILE` (or
2625
`$HOME/.aws/credentials`) to fetch the credentials for the profile named
27-
`$AWS_PROFILE` or `$AWS_DEFAULT_PROFILE` (or "default"). See
26+
`$AWS_PROFILE` or `$AWS_DEFAULT_PROFILE` (or "default"). See
2827
[Configuration and credential file settings in the AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html).
2928

3029
The shared settings evaluate in the following order:

0 commit comments

Comments
 (0)