Update Lightsail required IAM permissions

This commit is contained in:
Maxim Perepelitsa 2022-03-09 21:22:17 +03:00 committed by GitHub
parent 9f241b1886
commit ab4f96b828
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"