Fix IAM permissions for spot based on changes in 7682

This commit is contained in:
phils 2019-07-01 00:51:34 +10:00 committed by GitHub
parent 049811d329
commit 700e747cb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

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