AWS AmazonCloudWatch documentation change
Summary
Fixed apostrophe usage in contractions (changed 'agent’s' to 'agent's', 'you’re' to 'you're')
Security assessment
Changes are typographical corrections without modifying security recommendations. Credential management best practices remain unchanged, and no new security guidance was added.
Diff
diff --git a/AmazonCloudWatch/latest/monitoring/CloudWatch-Agent-Credentials-Preference.md b/AmazonCloudWatch/latest/monitoring/CloudWatch-Agent-Credentials-Preference.md index 3a21a4a80..17e28a5e1 100644 --- a//AmazonCloudWatch/latest/monitoring/CloudWatch-Agent-Credentials-Preference.md +++ b//AmazonCloudWatch/latest/monitoring/CloudWatch-Agent-Credentials-Preference.md @@ -15 +15 @@ The preferences listed in numbers two through five are the same preference order - 1. Shared config and credentials files as defined in the CloudWatch agent’s `common-config.toml` file. For more information, see [Install the CloudWatch agent using AWS Systems Manager](./installing-cloudwatch-agent-ssm.html). + 1. Shared config and credentials files as defined in the CloudWatch agent's `common-config.toml` file. For more information, see [Install the CloudWatch agent using AWS Systems Manager](./installing-cloudwatch-agent-ssm.html). @@ -46 +46 @@ As a best practice, we recommend that you specify credentials in the following o - 3. Use the CloudWatch agent `common-config.toml` file to specify the credentials file. This credentials file is the same one used by other AWS SDKs and the AWS CLI. If you’re already using a shared credentials file, you can also use it for this purpose. If you provide it by using the CloudWatch agent’s `common-config.toml` file, you ensure that the agent will consume rotated credentials when they expire and get replaced without requiring you to restart the agent. + 3. Use the CloudWatch agent `common-config.toml` file to specify the credentials file. This credentials file is the same one used by other AWS SDKs and the AWS CLI. If you're already using a shared credentials file, you can also use it for this purpose. If you provide it by using the CloudWatch agent's `common-config.toml` file, you ensure that the agent will consume rotated credentials when they expire and get replaced without requiring you to restart the agent. @@ -48 +48 @@ As a best practice, we recommend that you specify credentials in the following o - 4. Use environment variables. Setting environment variables is useful if you’re doing development work on a computer other than an Amazon EC2 instance. + 4. Use environment variables. Setting environment variables is useful if you're doing development work on a computer other than an Amazon EC2 instance.