7d31a8e79f
This change adds support for launching Amazon EC2 instances (On-Demand and Spot), using the EC2 fleet API. One key difference comparing to other type of labels is the quota information can not be determined by the label itself, it is only known after the instance is launched. Therefore, when EC2 fleet API is configured, quota is not checked before launching the instance, but the quota would be taken into account after the instance is launched. In the current change the `InstanceRequirements` is not supported. Change-Id: I1759d3539ef79d4a556661898553396d85aa69fa Co-Authored-By: James E. Blair <jim@acmegating.com> Co-Authored-By: Dong Zhang <dong.zhang@bmw.de>
7 lines
185 B
YAML
7 lines
185 B
YAML
---
|
|
features:
|
|
- |
|
|
The AWS driver now support EC2 Fleet API to launch instances whose
|
|
types are selected from among a specified set based on certain
|
|
optimization criteria.
|