From: Justin Wind Date: Mon, 17 Apr 2017 21:30:45 +0000 (-0700) Subject: let vpcaccess systems disable their own src/dest check X-Git-Url: http://git.squeep.com/?p=awsible;a=commitdiff_plain;h=407606adbe003d8f79ee3a45cca526eca68dbd54 let vpcaccess systems disable their own src/dest check --- diff --git a/roles/vpcaccess-infrastructure/files/vpcaccess-policy.json b/roles/vpcaccess-infrastructure/files/vpcaccess-policy.json index acd5795..a1c244d 100644 --- a/roles/vpcaccess-infrastructure/files/vpcaccess-policy.json +++ b/roles/vpcaccess-infrastructure/files/vpcaccess-policy.json @@ -9,6 +9,7 @@ "ec2:CreateRoute", "ec2:DeleteRoute", "ec2:DescribeRouteTables", + "ec2:ModifyInstanceAttribute", "ec2:ModifyNetworkInterfaceAttribute" ], "Resource": [ @@ -16,4 +17,4 @@ ] } ] -} \ No newline at end of file +}