Merge pull request #5197 from BWITS/feature/policy_for_spot_instance
Add policies to use spot instance to create the AMI
This commit is contained in:
commit
23567aad6f
|
@ -177,6 +177,9 @@ for Packer to work:
|
|||
}]
|
||||
}
|
||||
```
|
||||
### Notes to pay for a spot instance to create the AMI
|
||||
|
||||
You need to add two more actions: `ec2:RequestSpotInstances` and `ec2:CancelSpotInstanceRequests`
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
|
|
Loading…
Reference in New Issue