WorkerResourceConfig - Amazon EMR Serverless
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

WorkerResourceConfig

The cumulative configuration requirements for every worker instance of the worker type.

Contents

cpu

The CPU requirements for every worker instance of the worker type.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 15.

Pattern: [1-9][0-9]*(\s)?(vCPU|vcpu|VCPU)?

Required: Yes

memory

The memory requirements for every worker instance of the worker type.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 15.

Pattern: [1-9][0-9]*(\s)?(GB|gb|gB|Gb)?

Required: Yes

disk

The disk requirements for every worker instance of the worker type.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 15.

Pattern: [1-9][0-9]*(\s)?(GB|gb|gB|Gb)

Required: No

diskType

The disk type for every worker instance of the work type. Shuffle optimized disks have higher performance characteristics and are better for shuffle heavy workloads. Default is STANDARD.

Type: String

Pattern: (SHUFFLE_OPTIMIZED|[Ss]huffle_[Oo]ptimized|STANDARD|[Ss]tandard)

Required: No

See Also

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