add minimal permission

This commit is contained in:
Mitsuhiro Tanda
2018-11-05 14:27:27 +09:00
parent 4ee79faff4
commit cb2a03a08c

View File

@ -60,7 +60,8 @@ Here is a minimal policy example:
"Effect": "Allow", "Effect": "Allow",
"Action": [ "Action": [
"cloudwatch:ListMetrics", "cloudwatch:ListMetrics",
"cloudwatch:GetMetricStatistics" "cloudwatch:GetMetricStatistics",
"cloudwatch:GetMetricData"
], ],
"Resource": "*" "Resource": "*"
}, },