Add policies to use spot instance to create the AMI
This commit is contained in:
parent
4c52ee9697
commit
28a986691d
|
@ -136,6 +136,9 @@ 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