Skip to main content

Elastic File System (EFS)


Performance Mode:

General Purpose
Max I/O

Throughput Mode:

Bursting
Provisioned

Features:

Use lifecycle policy
Create access point
Enable backup
resource "aws_efs_file_system" "foo" {
creation_token = "my-product"
performance_mode = "generalPurpose"
throughput_mode = "bursting"
}