Merge pull request #7819 from phils/patch-4

Fix IAM permissions for spot based on changes in 7682
pull/7827/head
Megan Marsh 7 years ago committed by GitHub
commit 3896ef29bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:

Loading…
Cancel
Save