fixes incorrect AssumeRole policy (#5555)

pull/5464/head
Robin Beck 1 year ago committed by GitHub
parent 14808d197f
commit 11c19d574f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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"
]
}
}
]
}

Loading…
Cancel
Save