Skip to content

Instantly share code, notes, and snippets.

@arthuralvim
Created January 29, 2020 14:23
Show Gist options
  • Save arthuralvim/a5c4afaa9affd092f1a5ffd67b33b199 to your computer and use it in GitHub Desktop.
Save arthuralvim/a5c4afaa9affd092f1a5ffd67b33b199 to your computer and use it in GitHub Desktop.
Ec2MetricsPolicy for Cloudwatch monitoring.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "SendDataCW",
"Effect": "Allow",
"Action": [
"cloudwatch:PutMetricData",
"ec2:DescribeTags",
"cloudwatch:GetMetricStatistics",
"cloudwatch:ListMetrics"
],
"Resource": "*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment