From aa130b070ae2f12098982f95384e49c572dd6412 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20W=C3=BCrl?= Date: Wed, 21 Jun 2017 15:58:55 +0200 Subject: [PATCH] allow metrics collection (#15352) --- examples/aws-ecs-alb/instance-profile-policy.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/aws-ecs-alb/instance-profile-policy.json b/examples/aws-ecs-alb/instance-profile-policy.json index 686c31316..bfdc148a1 100644 --- a/examples/aws-ecs-alb/instance-profile-policy.json +++ b/examples/aws-ecs-alb/instance-profile-policy.json @@ -9,7 +9,8 @@ "ecs:DiscoverPollEndpoint", "ecs:Poll", "ecs:RegisterContainerInstance", - "ecs:Submit*" + "ecs:Submit*", + "ecs:StartTelemetrySession" ], "Resource": [ "*"