Module: AWSCDK::FSX::LustreDeploymentType
- Defined in:
- fsx/lustre_deployment_type.rb
Overview
The different kinds of file system deployments used by Lustre.
Constant Summary collapse
- SCRATCH_1 =
Deprecated.Note:
Default:
Original type for shorter term data processing.
Data is not replicated and does not persist on server fail.
Jsii::Enum.new("aws-cdk-lib.aws_fsx.LustreDeploymentType", "SCRATCH_1")
- SCRATCH_2 =
Deprecated.Note:
Default:
Newer type for shorter term data processing.
Data is not replicated and does not persist on server fail. Provides better support for spiky workloads.
Jsii::Enum.new("aws-cdk-lib.aws_fsx.LustreDeploymentType", "SCRATCH_2")
- PERSISTENT_1 =
Deprecated.Note:
Default:
Long term storage.
Data is replicated and file servers are replaced if they fail.
Jsii::Enum.new("aws-cdk-lib.aws_fsx.LustreDeploymentType", "PERSISTENT_1")
- PERSISTENT_2 =
Deprecated.Note:
Default:
Newer type of long term storage with higher throughput tiers.
Data is replicated and file servers are replaced if they fail.
Jsii::Enum.new("aws-cdk-lib.aws_fsx.LustreDeploymentType", "PERSISTENT_2")