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