Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 55c40ff

Browse files
authored
fix: allow the instances to send metrics (#3067)
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.
1 parent 75b88ac commit 55c40ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: modules/setup-iam-permissions/policies/boundary.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"resource-groups:*",
1414
"ssm:*",
1515
"ssmmessages:*",
16-
"ec2messages:*"
16+
"ec2messages:*",
17+
"cloudwatch:*"
1718
],
1819
"Resource": "*"
1920
},

0 commit comments

Comments
 (0)