Host Factory Supported APIs¶
This document outlines all AWS provider APIs supported by Host Factory, and current implementation status.
Supported API Combinations¶
Current Implementation Status¶
| Provider API | Fleet Type | Price Type | Status | Description |
|---|---|---|---|---|
| RunInstances | - | ondemand | IMPLEMENTED | |
| RunInstances | - | spot | NOT-SUPPORT | Intentionally not supported to maintain backward compatibility |
| SpotFleet | request | ondemand | IMPLEMENTED | |
| SpotFleet | request | spot | IMPLEMENTED | |
| EC2Fleet | instant | ondemand | IMPLEMENTED | |
| EC2Fleet | instant | spot | IMPLEMENTED | |
| EC2Fleet | request | ondemand | IMPLEMENTED | |
| EC2Fleet | request | spot | IMPLEMENTED | |
| EC2Fleet | maintain | ondemand | NOT-IMPLEMENTED | |
| EC2Fleet | maintain | spot | NOT-IMPLEMENTED | |
| ASG | - | ondemand | IMPLEMENTED | |
| ASG | - | spot | NOT-IMPLEMENTED |
Legend¶
- IMPLEMENTED: Code implemented and tested.
- NOT-IMPLEMENTED: Not yet implemented.
- NOT-SUPPORT: Intentionally not supported.