From 9e61945b8602f0562033d07a3529696cd3496e0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Magalh=C3=A3es?= <4622652+pjrm@users.noreply.github.com> Date: Tue, 16 Feb 2021 20:12:22 +0000 Subject: [PATCH] Allow to describe instance health on ELBs This permission is needed to use the classic elb_classic_info module on elb_classic integration tests (https://github.com/ansible-collections/community.aws/pull/215). --- aws/policy/compute.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/aws/policy/compute.yaml b/aws/policy/compute.yaml index eb53ba52..7a73e821 100644 --- a/aws/policy/compute.yaml +++ b/aws/policy/compute.yaml @@ -127,6 +127,7 @@ Statement: - elasticloadbalancing:DescribeTags - elasticloadbalancing:DescribeTargetGroupAttributes - elasticloadbalancing:DescribeTargetGroups + - elasticloadbalancing:DescribeInstanceHealth - elasticloadbalancing:DescribeTargetHealth - elasticloadbalancing:DeregisterTargets - elasticloadbalancing:ModifyListener