Merge pull request #7819 from phils/patch-4
Fix IAM permissions for spot based on changes in 7682
This commit is contained in:
commit
3896ef29bd
|
@ -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…
Reference in New Issue