Skip to content

Instantly share code, notes, and snippets.

@goetzc
Last active November 30, 2025 14:02
Show Gist options
  • Select an option

  • Save goetzc/7dc14be00d93822e12bb6e90632dff0e to your computer and use it in GitHub Desktop.

Select an option

Save goetzc/7dc14be00d93822e12bb6e90632dff0e to your computer and use it in GitHub Desktop.
AWS IAM policy for CloudWatch monitoring scripts
{
"Version": "2012-10-17",
"Statement": [
{
"Action": [
"cloudwatch:PutMetricData",
"cloudwatch:GetMetricStatistics",
"cloudwatch:ListMetrics",
"ec2:DescribeTags"
],
"Effect": "Allow",
"Resource": "*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment