diff --git a/cloudformation/SecurityAlertChatBot-Template.yaml b/cloudformation/SecurityAlertChatBot-Template.yaml index 778db52..81e8ecb 100644 --- a/cloudformation/SecurityAlertChatBot-Template.yaml +++ b/cloudformation/SecurityAlertChatBot-Template.yaml @@ -67,6 +67,15 @@ Resources: Action: - logs:* Effect: Allow + - PolicyName: ReadTelemetry + PolicyDocument: + Version: '2012-10-17' + Statement: + - Resource: '*' + Action: + - cloudwatch:Describe* + Effect: Allow + Outputs: