Update Lightsail required IAM permissions (#14438)

This commit is contained in:
Maxim Perepelitsa 2022-06-14 00:11:53 +03:00 committed by GitHub
parent ed01f30949
commit 59672d476d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -248,6 +248,7 @@ Possible options can be gathered via cli `aws lightsail get-regions`
"lightsail:DisableAddOn",
"lightsail:PutInstancePublicPorts",
"lightsail:StartInstance",
"lightsail:TagResource",
"lightsail:GetStaticIp",
"lightsail:AllocateStaticIp",
"lightsail:AttachStaticIp"
@ -261,6 +262,7 @@ Possible options can be gathered via cli `aws lightsail get-regions`
"Effect": "Allow",
"Action": [
"cloudformation:CreateStack",
"cloudformation:UpdateStack",
"cloudformation:DescribeStacks",
"cloudformation:DescribeStackEvents",
"cloudformation:ListStackResources"