MozillaSecurity / laniakea

Laniakea is a utility for managing instances at various cloud providers and aids in setting up a fuzzing cluster.
Mozilla Public License 2.0
27 stars 12 forks source link

[EC2] Use boto3 #43

Open jschwartzentruber opened 5 years ago

jschwartzentruber commented 5 years ago

We should support boto3 and remove boto2. In particular, the spot request API was simplified significantly (same API for spot/demand instances), but we need to use boto3 to take advantage of that..