From 700e747cb9d9ebe7c89df5950cb07079808d11f5 Mon Sep 17 00:00:00 2001 From: phils Date: Mon, 1 Jul 2019 00:51:34 +1000 Subject: [PATCH] Fix IAM permissions for spot based on changes in 7682 --- website/source/docs/builders/amazon.html.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/source/docs/builders/amazon.html.md b/website/source/docs/builders/amazon.html.md index bbab565e8..0cfa0d98b 100644 --- a/website/source/docs/builders/amazon.html.md +++ b/website/source/docs/builders/amazon.html.md @@ -175,9 +175,9 @@ for Packer to work: Note that if you'd like to create a spot instance, you must also add: - ec2:RequestSpotInstances, - ec2:CancelSpotInstanceRequests, - ec2:DescribeSpotInstanceRequests + ec2:CreateLaunchTemplate, + ec2:DeleteLaunchTemplate, + ec2:CreateFleet If you have the `spot_price` parameter set to `auto`, you must also add: