Skip to content

Commit 24d7e48

Browse files
committed
readme updated
1 parent 9ffbf20 commit 24d7e48

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
## AWS EKS Monitoring and Logging (Using Container Insights)
22

3+
### Prerequisite
34
We must grant IAM permissions to enable Amazon EKS worker nodes to send metrics and logs to CloudWatch:
45

5-
### Manual Steps:
6+
#### Manual Steps:
67
- Attach AWS managed `CloudWatchAgentServerPolicy` to the IAM roles of the EKS worker nodes.
78
- Policy `ARN` : `arn:aws:iam::aws:policy/CloudWatchAgentServerPolicy`
89

910

10-
### Using terraform:
11+
#### Using terraform:
1112
This terraform module provides an option to attach IAM Policy to EKS nodegroup roles :
1213
```hcl
1314
# Attach CloudWatchAgentServerPolicy to EKS nodegroup roles

0 commit comments

Comments
 (0)