From 461264fef50deff2c2ab8f1bc773b472865c9e53 Mon Sep 17 00:00:00 2001
From: Michael Nguyen <michael.nguyen@parivedasolutions.com>
Date: Mon, 2 Dec 2019 14:19:48 -0600
Subject: [PATCH] updating ecs

---
 provider/indexer-aws/CloudFormation/Automated/ecs.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/provider/indexer-aws/CloudFormation/Automated/ecs.yml b/provider/indexer-aws/CloudFormation/Automated/ecs.yml
index 0cd82ac26..cd17f61cf 100644
--- a/provider/indexer-aws/CloudFormation/Automated/ecs.yml
+++ b/provider/indexer-aws/CloudFormation/Automated/ecs.yml
@@ -584,8 +584,9 @@ Resources:
             Statement:
               - Effect: Allow
                 Action: ['ecs:CreateCluster', 'ecs:DeregisterContainerInstance', 'ecs:DiscoverPollEndpoint',
-                         'ecs:Poll', 'ecs:RegisterContainerInstance', 'ecs:StartTelemetrySession',
-                         'ecs:Submit*', 'logs:CreateLogStream', 'logs:PutLogEvents', 'ecr:*']
+                         'ecs:Poll', 'ecs:RegisterContainerInstance', 'ecs:StartTelemetrySession', 'ecs:Submit*',
+                         "logs:CreateLogGroup", "logs:CreateLogStream", "logs:PutLogEvents", "logs:DescribeLogStreams",
+                         'ecr:*']
                 Resource: '*'
 
   AutoscalingRole:
-- 
GitLab