EksContainerOverride - Amazon Batch
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

EksContainerOverride

Object representing any Kubernetes overrides to a job definition that's used in a SubmitJob API operation.

Contents

args

The arguments to the entrypoint to send to the container that overrides the default arguments from the Docker image or the job definition. For more information, see Dockerfile reference: CMD and Define a command an arguments for a pod in the Kubernetes documentation.

Type: Array of strings

Required: No

command

The command to send to the container that overrides the default command from the Docker image or the job definition.

Type: Array of strings

Required: No

env

The environment variables to send to the container. You can add new environment variables, which are added to the container at launch. Or, you can override the existing environment variables from the Docker image or the job definition.

Note

Environment variables cannot start with "AWS_BATCH". This naming convention is reserved for variables that Amazon Batch sets.

Type: Array of EksContainerEnvironmentVariable objects

Required: No

image

The override of the Docker image that's used to start the container.

Type: String

Required: No

name

A pointer to the container that you want to override. The name must match a unique container name that you wish to override.

Type: String

Required: No

resources

The type and amount of resources to assign to a container. These override the settings in the job definition. The supported resources include memory, cpu, and nvidia.com/gpu. For more information, see Resource management for pods and containers in the Kubernetes documentation.

Type: EksContainerResourceRequirements object

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: