Efs
Resource Icon
Resource Overview
You can create a file system, mount it to an EC2 instance, read and write data to the file system from the EC2 instance, and share files.
Associated Resources
Parent Resources
Resource Setting Values
create_token
: A unique name used as reference when creating the Elastic File System to ensure file system creationavailability_zone_name
: The AWS Availability Zone in which to create the file systemenabled_encrypted
: Whether to encrypt File System -false
,true
.throughput_mode
: Throughput mode for the file system -provisioned
,elastic
,bursting
.provisioned_throughput_in_mibps
: The throughput, measured in MiB/s -1-3414
.performance_mode
: The file system performance mode -generalPurpose
,maxIO
.lifecycle_policy
: Manage life cycles, automatically reduce costs as access patterns changetransition_to_ia
: Indicates how long it takes to transition files to the IA storage class -1
,7
,14
,30
,60
.ransition_to_primary_storage_class
: Describes the policy used to transition a file from infequent access storage to primary storage -None
,FirstAccess
.
mount_target_subnets
: The list of the subnets to add the mount target infile_system_policy
: The JSON formatted file system policy for the EFS file systemenable_backup_policy
: Whether to use backup policy -false
,true
.enable_replica
: Whether to use replication -false
,true
.access_point
: Application-specific entry points for EFS file systems that make it easier to manage application access to shared data setsroot_directory_path
: Path on the EFS file system to expose as the root directory to NFS clients using the access point to access the EFS file systemposix_user_uid
: POSIX user ID used for all file system operations using this access point -below 4294967295
.posix_user_gid
: POSIX group ID used for all file system operations using this access point -below 4294967295
.posix_user_secondary_gids
: Secondary POSIX group IDs used for all file system operations using this access pointroot_owner_uid
: POSIX user ID to apply to the Root Directory -below 4294967295
.root_owner_gid
: POSIX group ID to apply to the Root Directory -below 4294967295
.root_permissions
: POSIX permissions to apply to the Root Directory, in the format of an octal number representing the file's mode bits