Skip to content

Commit

Permalink
backport of commit 97af14a
Browse files Browse the repository at this point in the history
  • Loading branch information
stellarsquall committed Feb 20, 2025
1 parent 88edcaf commit bdf6f4a
Showing 1 changed file with 6 additions and 22 deletions.
28 changes: 6 additions & 22 deletions website/content/docs/concepts/host-discovery/aws.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
}
]
}
Expand Down

0 comments on commit bdf6f4a

Please sign in to comment.