From 4b2b46271c640e37e56fa85594e132d995ee8fb7 Mon Sep 17 00:00:00 2001 From: Chris Farris Date: Mon, 2 Oct 2023 08:30:35 -0400 Subject: [PATCH] Update SecurityAlertChatBot-Template.yaml --- cloudformation/SecurityAlertChatBot-Template.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) 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: