Fix IAM permissions for spot based on changes in 7682

pull/7819/head
phils 7 years ago committed by GitHub
parent 049811d329
commit 700e747cb9
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