diff --git a/website/content/docs/concepts/host-discovery/aws.mdx b/website/content/docs/concepts/host-discovery/aws.mdx index f475e0d81d..869ab034c0 100644 --- a/website/content/docs/concepts/host-discovery/aws.mdx +++ b/website/content/docs/concepts/host-discovery/aws.mdx @@ -91,29 +91,13 @@ Perform the following steps to set up a host catalog using [AssumeRole](https:// { "Effect": "Allow", "Action": [ - "ec2:Describe*", - "ec2:GetSecurityGroupsForVpc" + "sts:AssumeRole" ], - "Resource": "*" - }, - { - "Effect": "Allow", - "Action": "elasticloadbalancing:Describe*", - "Resource": "*" - }, - { - "Effect": "Allow", - "Action": [ - "cloudwatch:ListMetrics", - "cloudwatch:GetMetricStatistics", - "cloudwatch:Describe*" - ], - "Resource": "*" - }, - { - "Effect": "Allow", - "Action": "autoscaling:Describe*", - "Resource": "*" + "Principal": { + "Service": [ + "ec2.amazonaws.com" + ] + } } ] }