in src/aws.js [80:91]
function buildMarketOptions() { if (config.input.marketType !== 'spot') { return undefined; } return { MarketType: config.input.marketType, SpotOptions: { SpotInstanceType: 'one-time', }, }; }