Skip to content

Commit c759d75

Browse files
authored
Lightsail to CloudFormation (#14337)
* Lightsail to CloudFormation * Update deploy-from-ansible.md
1 parent 1bf8a40 commit c759d75

File tree

6 files changed

+115
-580
lines changed

6 files changed

+115
-580
lines changed

docs/deploy-from-ansible.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,25 @@ Possible options can be gathered via cli `aws lightsail get-regions`
242242
"lightsail:GetRegions",
243243
"lightsail:GetInstance",
244244
"lightsail:CreateInstances",
245-
"lightsail:OpenInstancePublicPorts"
245+
"lightsail:DisableAddOn",
246+
"lightsail:PutInstancePublicPorts",
247+
"lightsail:StartInstance",
248+
"lightsail:GetStaticIp",
249+
"lightsail:AllocateStaticIp",
250+
"lightsail:AttachStaticIp"
251+
],
252+
"Resource": [
253+
"*"
254+
]
255+
},
256+
{
257+
"Sid": "DeployCloudFormationStack",
258+
"Effect": "Allow",
259+
"Action": [
260+
"cloudformation:CreateStack",
261+
"cloudformation:DescribeStacks",
262+
"cloudformation:DescribeStackEvents",
263+
"cloudformation:ListStackResources"
246264
],
247265
"Resource": [
248266
"*"

0 commit comments

Comments
 (0)