Why is there request_spot_instances when it seems like you can do the same thing with create_instances by specifying InstanceMarketOptions? (In the AWS API that's RequestSpotInstances vs RunInstances)
Followup: How do you get the spot request id from create_instances?