From bf6b969f0c5d56a482d2bde0c2b5184e91586f73 Mon Sep 17 00:00:00 2001 From: Antonio Carlos Ribeiro Date: Sat, 31 Oct 2020 18:26:30 +0100 Subject: [PATCH] Add DescribeRegions to CloudFormation (#1901) 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",