mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-11 01:30:06 -04:00
Enable the spot_price in "amazon-instance-store" AMI
This commit is contained in:
parent
3980c7dcfd
commit
da29d684a8
1 changed files with 1 additions and 0 deletions
|
|
@ -200,6 +200,7 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe
|
|||
&awscommon.StepRunSourceInstance{
|
||||
Debug: b.config.PackerDebug,
|
||||
ExpectedRootDevice: "instance-store",
|
||||
SpotPrice: b.config.SpotPrice,
|
||||
InstanceType: b.config.InstanceType,
|
||||
IamInstanceProfile: b.config.IamInstanceProfile,
|
||||
UserData: b.config.UserData,
|
||||
|
|
|
|||
Loading…
Reference in a new issue