From 54067fc0913ac44fc2efa86d998120fde845b25e Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Mon, 27 Jul 2020 01:18:06 -0700 Subject: [PATCH] update docs to include vpc permissions (#9648) --- website/pages/docs/builders/amazon/index.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/pages/docs/builders/amazon/index.mdx b/website/pages/docs/builders/amazon/index.mdx index 9c5ee406c..e7d8af6c4 100644 --- a/website/pages/docs/builders/amazon/index.mdx +++ b/website/pages/docs/builders/amazon/index.mdx @@ -221,6 +221,10 @@ If you have the `spot_price` parameter set to `auto`, you must also add: ec2:DescribeSpotPriceHistory +If you are using the `vpc_filter` option, you must also add: + + ec2:DescribeVpcs + ## Troubleshooting ### Attaching IAM Policies to Roles