Skip to content

Commit

Permalink
fix: allow the instances to send metrics (#3067)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rgoomar authored Mar 16, 2023
1 parent 75b88ac commit 55c40ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/setup-iam-permissions/policies/boundary.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"resource-groups:*",
"ssm:*",
"ssmmessages:*",
"ec2messages:*"
"ec2messages:*",
"cloudwatch:*"
],
"Resource": "*"
},
Expand Down

0 comments on commit 55c40ff

Please sign in to comment.