The CloudWatch agent will not work properly without the permissions configured. This was the fastest way I found to get CloudWatch talking correctly. Create IAM Role – https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/create-iam-roles-for-cloudwatch-agent-commandline.html Attach Role to EC2 instance – https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/attach-iam-role.html Install Cloudwatch on the EC2 instance Install CloudWatch Agent sudo yum install amazon-cloudwatch-agent -y Install
Category: role
Create IAM Role (Service Account) and attach the policy Run the following command– Update <clustername> with the correct cluster name– Update <role-name> with the role name (example: app-ebs-csi-role)– Update or remove the <awscli-profile> depending on your configuration Install CSI Driver Add the AWS CSI Driver Repo Update Repos Install