nodepool/releasenotes/notes/aws-fleet-api-ef99139931642c54.yaml
Benedikt Loeffler 7d31a8e79f Support EC2 Fleet API
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>
2024-07-23 09:49:07 +02:00

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.