Module: AWSCDK::EFS::PerformanceMode

Defined in:
efs/performance_mode.rb

Overview

EFS Performance mode.

Constant Summary collapse

GENERAL_PURPOSE =
Deprecated.
Note:

Default:

General Purpose is ideal for latency-sensitive use cases, like web serving environments, content management systems, home directories, and general file serving.

Recommended for the majority of Amazon EFS file systems.

Jsii::Enum.new("aws-cdk-lib.aws_efs.PerformanceMode", "GENERAL_PURPOSE")
MAX_IO =
Deprecated.
Note:

Default:

File systems in the Max I/O mode can scale to higher levels of aggregate throughput and operations per second.

This scaling is done with a tradeoff of slightly higher latencies for file metadata operations. Highly parallelized applications and workloads, such as big data analysis, media processing, and genomics analysis, can benefit from this mode.

Jsii::Enum.new("aws-cdk-lib.aws_efs.PerformanceMode", "MAX_IO")