Skip to content

Commit de54db8

Browse files
committed
readme updated
1 parent 24d7e48 commit de54db8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

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

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

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

1010

11-
#### Using terraform:
11+
### Using terraform:
1212
This terraform module provides an option to attach IAM Policy to EKS nodegroup roles :
1313
```hcl
1414
# Attach CloudWatchAgentServerPolicy to EKS nodegroup roles

0 commit comments

Comments
 (0)