From 20fed42c8fd14129eb5fd70e3dcec3ea65fe0a3e Mon Sep 17 00:00:00 2001 From: Antonio Carlos Ribeiro Date: Sun, 25 Oct 2020 12:17:52 +0100 Subject: [PATCH] Add DescribeRegions to CloudFormation I needed to add this to fix ``` An error occurred (AccessDeniedException) when calling the GetRegions operation ``` --- 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 1639af9..8a7151a 100644 --- a/docs/deploy-from-ansible.md +++ b/docs/deploy-from-ansible.md @@ -150,6 +150,7 @@ Additional variables: "Sid": "CloudFormationEC2Access", "Effect": "Allow", "Action": [ + "ec2:DescribeRegions", "ec2:CreateInternetGateway", "ec2:DescribeVpcs", "ec2:CreateVpc",