Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

Commit

Permalink
Update ec2.py
Browse files Browse the repository at this point in the history
Changed default spot_count
  • Loading branch information
stumitchell committed Feb 5, 2017
1 parent 882b95a commit ae76aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dask_ec2/ec2.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def wait_for_fulfillment(self, request_ids, pending_request_ids):


def launch(self, name, image_id, instance_type, count, keyname,
spot_count = 1,
spot_count = 0,
spot_price = "0.10",
security_group_name=DEFAULT_SG_GROUP_NAME,
security_group_id=None,
Expand Down

0 comments on commit ae76aa1

Please sign in to comment.