diff --git a/docs/deploy-from-ansible.md b/docs/deploy-from-ansible.md index 5bcb87d..15a486b 100644 --- a/docs/deploy-from-ansible.md +++ b/docs/deploy-from-ansible.md @@ -170,9 +170,12 @@ Additional variables: "ec2:CreateVpc", "ec2:DescribeInternetGateways", "ec2:ModifyVpcAttribute", - "ec2:createTags", + "ec2:CreateTags", "ec2:CreateSubnet", - "ec2:Associate*", + "ec2:AssociateVpcCidrBlock", + "ec2:AssociateSubnetCidrBlock", + "ec2:AssociateRouteTable", + "ec2:AssociateAddress", "ec2:CreateRouteTable", "ec2:AttachInternetGateway", "ec2:DescribeRouteTables",