From 9f66e4760763bd3db50e3718f3caeb8f009ca0b4 Mon Sep 17 00:00:00 2001 From: Jack Ivanov <17044561+jackivanov@users.noreply.github.com> Date: Thu, 7 Feb 2019 15:09:09 +0100 Subject: [PATCH] Closes #1321 --- docs/deploy-from-ansible.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/deploy-from-ansible.md b/docs/deploy-from-ansible.md index 361272d..ccbb05e 100644 --- a/docs/deploy-from-ansible.md +++ b/docs/deploy-from-ansible.md @@ -212,6 +212,7 @@ Possible options can be gathered via cli `aws lightsail get-regions` "Sid": "LightsailDeployment", "Effect": "Allow", "Action": [ + "lightsail:GetRegions", "lightsail:GetInstance", "lightsail:CreateInstances", "lightsail:OpenInstancePublicPorts"