From 6594de423c00a2a2fca081172fea8effb66aaa88 Mon Sep 17 00:00:00 2001 From: Jack Ivanov <17044561+jackivanov@users.noreply.github.com> Date: Tue, 14 Dec 2021 01:13:09 +0300 Subject: [PATCH] Update deploy-from-ansible.md --- docs/deploy-from-ansible.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/docs/deploy-from-ansible.md b/docs/deploy-from-ansible.md index 01ecf21..5bcb87d 100644 --- a/docs/deploy-from-ansible.md +++ b/docs/deploy-from-ansible.md @@ -242,7 +242,25 @@ Possible options can be gathered via cli `aws lightsail get-regions` "lightsail:GetRegions", "lightsail:GetInstance", "lightsail:CreateInstances", - "lightsail:OpenInstancePublicPorts" + "lightsail:DisableAddOn", + "lightsail:PutInstancePublicPorts", + "lightsail:StartInstance", + "lightsail:GetStaticIp", + "lightsail:AllocateStaticIp", + "lightsail:AttachStaticIp" + ], + "Resource": [ + "*" + ] + }, + { + "Sid": "DeployCloudFormationStack", + "Effect": "Allow", + "Action": [ + "cloudformation:CreateStack", + "cloudformation:DescribeStacks", + "cloudformation:DescribeStackEvents", + "cloudformation:ListStackResources" ], "Resource": [ "*"