maximumCoreCapacityUnits property

int? maximumCoreCapacityUnits
final

The upper boundary of EC2 units for core node type in a cluster. It is measured through vCPU cores or instances for instance groups and measured through units for instance fleets. The core units are not allowed to scale beyond this boundary. The parameter is used to split capacity allocation between core and task nodes.

Implementation

final int? maximumCoreCapacityUnits;