vcpus property
This parameter is deprecated and not supported for jobs run on Fargate
resources, see resourceRequirement
. For jobs run on EC2
resources, the number of vCPUs to reserve for the container. This value
overrides the value set in the job definition. Jobs run on EC2 resources can
specify the vCPU requirement using resourceRequirement
but the
vCPU requirements can't be specified both here and in
resourceRequirement
. This parameter maps to
CpuShares
in the Create a
container section of the Docker Remote API and
the --cpu-shares
option to docker run. Each
vCPU is equivalent to 1,024 CPU shares. You must specify at least one vCPU.
Implementation
final int? vcpus;