简体   繁体   中英

AWS Java API for Spot automated bidding maximum price and allocation strategy

I just realized that AWS has new Spot instance launch wizard and adding some new options like Maximum Price and Allocation Strategy options.

Spot 实例启动向导

I'm developing an application that uses Java API, mainly RequestSpotInstancesRequest to launch spot request. However, I can't find any documents or any reference API (including aws cli docs too) that I could use to set those mentioned options. I'm using AWS SDK version 1.11.77. Any suggestion or information how to use these options through API is appreciated.

It's not the same API. This one is called spot fleet .

aws request-spot-fleet ...

API Reference

Note also that a fleet can be a "fleet" of just one, of course.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM