We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24d7e48 commit de54db8Copy full SHA for de54db8
README.md
@@ -1,14 +1,14 @@
1
-## AWS EKS Monitoring and Logging (Using Container Insights)
+# AWS EKS Monitoring and Logging (Using Container Insights)
2
3
-### Prerequisite
+## Prerequisite:
4
We must grant IAM permissions to enable Amazon EKS worker nodes to send metrics and logs to CloudWatch:
5
6
-#### Manual Steps:
+### Manual Steps:
7
- Attach AWS managed `CloudWatchAgentServerPolicy` to the IAM roles of the EKS worker nodes.
8
- Policy `ARN` : `arn:aws:iam::aws:policy/CloudWatchAgentServerPolicy`
9
10
11
-#### Using terraform:
+### Using terraform:
12
This terraform module provides an option to attach IAM Policy to EKS nodegroup roles :
13
```hcl
14
# Attach CloudWatchAgentServerPolicy to EKS nodegroup roles
0 commit comments