You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/product/drains/otlp-guides/aws-cloudwatch.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Download the latest `otelcol-contrib` binary from the [OpenTelemetry Collector r
25
25
26
26
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).
27
27
28
-
### Using AWS Credentials File
28
+
### Using an AWS Credentials File
29
29
30
30
Configure your AWS credentials using the AWS CLI:
31
31
@@ -37,7 +37,7 @@ This creates a credentials file at `~/.aws/credentials` with your access key and
37
37
38
38
### Using IAM Role (EC2)
39
39
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.
0 commit comments