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 9ffbf20 commit 24d7e48Copy full SHA for 24d7e48
README.md
@@ -1,13 +1,14 @@
1
## AWS EKS Monitoring and Logging (Using Container Insights)
2
3
+### Prerequisite
4
We must grant IAM permissions to enable Amazon EKS worker nodes to send metrics and logs to CloudWatch:
5
-### Manual Steps:
6
+#### 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
-### Using terraform:
11
+#### 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