From 25b6ab9e0a35c2affbbcf599b35218f609cce72e Mon Sep 17 00:00:00 2001 From: Osman Surkatty Date: Sat, 6 May 2017 06:16:35 -0700 Subject: [PATCH] Added missing minimum policy actions. (#522) Going through the installation process it appears that you're missing the following calls: `ec2:describeAddresses` and `ec2:allocateAddress`. This change fixes that. --- docs/deploy-from-ansible.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/deploy-from-ansible.md b/docs/deploy-from-ansible.md index 54154bb..46a3cdf 100644 --- a/docs/deploy-from-ansible.md +++ b/docs/deploy-from-ansible.md @@ -157,7 +157,9 @@ Additional tags: "ec2:DescribeSecurityGroups", "ec2:AuthorizeSecurityGroupIngress", "ec2:RunInstances", - "ec2:DescribeInstances" + "ec2:DescribeInstances", + "ec2:AllocateAddress", + "ec2:DescribeAddresses" ], "Resource": [ "*"