aws-cdk-lib.aws_efs.ThroughputMode

enum ThroughputMode

LanguageType name
.NETAmazon.CDK.AWS.EFS.ThroughputMode
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsefs#ThroughputMode
Javasoftware.amazon.awscdk.services.efs.ThroughputMode
Pythonaws_cdk.aws_efs.ThroughputMode
TypeScript (source)aws-cdk-lib » aws_efs » ThroughputMode

EFS Throughput mode.

See also: https://docs.aws.amazon.com/efs/latest/ug/performance.html#throughput-modes

Members

NameDescription
BURSTINGThis mode scales as the size of the file system in the standard storage class grows.
PROVISIONEDThis mode can instantly provision the throughput of the file system (in MiB/s) independent of the amount of data stored.
ELASTICThis mode scales the throughput automatically regardless of file system size.

BURSTING

This mode scales as the size of the file system in the standard storage class grows.


PROVISIONED

This mode can instantly provision the throughput of the file system (in MiB/s) independent of the amount of data stored.


ELASTIC

This mode scales the throughput automatically regardless of file system size.