From bb5297876b92d96342275c355717a875401badc4 Mon Sep 17 00:00:00 2001 From: Yevgeniy Brikman Date: Sun, 11 Sep 2016 18:47:50 +0100 Subject: [PATCH] Add one more missing IAM permission --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c48ec8f..864a534 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ Whichever method you use to authenticate, the AWS account you use to authenticat "Sid": "Stmt1433747550000", "Effect": "Allow", "Action": [ + "cloudwatch:PutMetricData", "ec2:CreateImage", "ec2:CreateTags", "ec2:DeleteSnapshot",