Page MenuHomePhabricator

Implement support for launching spot instances in Amazon EC2
AbandonedPublic

Authored by hach-que on Aug 30 2014, 9:26 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 29, 4:11 PM
Unknown Object (File)
Wed, Apr 24, 11:56 PM
Unknown Object (File)
Sun, Apr 21, 2:38 PM
Unknown Object (File)
Thu, Apr 11, 8:13 AM
Unknown Object (File)
Wed, Apr 3, 1:23 PM
Unknown Object (File)
Apr 1 2024, 5:52 AM
Unknown Object (File)
Mar 8 2024, 5:55 PM
Unknown Object (File)
Mar 8 2024, 6:55 AM

Details

Summary

Ref T2015. Depends on D10395.

This implements support for launching spot instances in EC2 instead of On Demand instances. Spot instances are substantially cheaper than On Demand instances, but can be terminated at any time depending on the current market price.

Test Plan

Tested by launching a Linux spot instance.

Diff Detail

Repository
rP Phabricator
Branch
patch-stack
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 2416
Build 2420: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

hach-que retitled this revision from to Implement support for launching spot instances in Amazon EC2.
hach-que updated this object.
hach-que edited the test plan for this revision. (Show Details)
hach-que added a reviewer: epriestley.
hach-que edited edge metadata.

Handle AWS eventual consistency

epriestley edited edge metadata.

Depends on premature D10395.

This revision now requires changes to proceed.Aug 8 2015, 5:48 PM