Skip to content

Commit 5838b36

Browse files
Apply suggestions from code review
Co-authored-by: Alex Krawiec <[email protected]>
1 parent d40a1d0 commit 5838b36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/product/drains/otlp-guides/aws-cloudwatch.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Download the latest `otelcol-contrib` binary from the [OpenTelemetry Collector r
2525

2626
The AWS CloudWatch Receiver uses the [AWS SDK](https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html) for authentication, which supports multiple methods including credentials files and EC2 instance metadata (IMDS).
2727

28-
### Using AWS Credentials File
28+
### Using an AWS Credentials File
2929

3030
Configure your AWS credentials using the AWS CLI:
3131

@@ -37,7 +37,7 @@ This creates a credentials file at `~/.aws/credentials` with your access key and
3737

3838
### Using IAM Role (EC2)
3939

40-
If running on EC2, attach an IAM role with the `CloudWatchLogsReadOnlyAccess` policy to your instance.
40+
For EC2 environments, attach an IAM role with the `CloudWatchLogsReadOnlyAccess` policy to your instance.
4141

4242
### Required IAM Permissions
4343

0 commit comments

Comments
 (0)