Created
January 29, 2020 14:23
-
-
Save arthuralvim/a5c4afaa9affd092f1a5ffd67b33b199 to your computer and use it in GitHub Desktop.
Ec2MetricsPolicy for Cloudwatch monitoring.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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