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)
Thu, Apr 11, 8:13 AM
Unknown Object (File)
Wed, Apr 3, 1:23 PM
Unknown Object (File)
Mon, Apr 1, 5:52 AM
Unknown Object (File)
Mar 8 2024, 5:55 PM
Unknown Object (File)
Mar 8 2024, 6:55 AM
Unknown Object (File)
Mar 5 2024, 4:48 AM
Unknown Object (File)
Feb 3 2024, 12:37 AM
Unknown Object (File)
Jan 30 2024, 3:56 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
live-master
Lint
Lint Passed
Unit
Test Failures
Build Status
Buildable 3954
Build 3967: [Placeholder Plan] Wait for 30 Seconds

Unit TestsFailed

TimeTest
4,997 msPhabricatorLibraryTestCase::testMethodVisibility
2,131 msPhabricatorCelerityTestCase::testCelerityMaps
85 msPhabricatorConduitTestCase::testConduitMethods
0 msPhabricatorInfrastructureTestCase::testApplicationsInstalled
2 msPhabricatorInfrastructureTestCase::testRejectMySQLNonUTF8Queries
View Full Test Results (1 Failed · 6 Passed)

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