From c6effb6367921c049c6ea45fa184193019ca2ab8 Mon Sep 17 00:00:00 2001 From: Rishi Goomar Date: Wed, 15 Mar 2023 16:20:29 -0700 Subject: [PATCH] fix(cloudwatch): allow the instances to send metrics This is needed in order to be able to send metrics around the disk and memory. Those were getting a 403 until this update was made. --- modules/setup-iam-permissions/policies/boundary.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/setup-iam-permissions/policies/boundary.json b/modules/setup-iam-permissions/policies/boundary.json index 5e9363456a..bed7d6a334 100644 --- a/modules/setup-iam-permissions/policies/boundary.json +++ b/modules/setup-iam-permissions/policies/boundary.json @@ -13,7 +13,8 @@ "resource-groups:*", "ssm:*", "ssmmessages:*", - "ec2messages:*" + "ec2messages:*", + "cloudwatch:*" ], "Resource": "*" },