EFS Mount Target

An EFS Mount Target in AWS provides a network endpoint in a specific subnet that allows Amazon EC2 instances or other resources within a VPC to access an Amazon Elastic File System. Each mount target is associated with a subnet and an IP address, enabling secure and scalable file system access across Availability Zones.

aws.efs_mount_target

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
availability_zone_idcorestringThe unique and consistent identifier of the Availability Zone that the mount target resides in. For example, use1-az1 is an AZ ID for the us-east-1 Region and it has the same location in every Amazon Web Services account.
availability_zone_namecorestringThe name of the Availability Zone in which the mount target is located. Availability Zones are independently mapped to names for each Amazon Web Services account. For example, the Availability Zone us-east-1a for your Amazon Web Services account might not be the same location as us-east-1a for another Amazon Web Services account.
file_system_idcorestringThe ID of the file system for which the mount target is intended.
ip_addresscorestringAddress at which the file system can be mounted by using the mount target.
life_cycle_statecorestringLifecycle state of the mount target.
mount_target_arncorestring
mount_target_idcorestringSystem-assigned mount target ID.
network_interface_idcorestringThe ID of the network interface that Amazon EFS created when it created the mount target.
owner_idcorestringAmazon Web Services account ID that owns the resource.
security_groupscorearray<string>An array of security groups.
subnet_idcorestringThe ID of the mount target's subnet.
tagscorehstore
vpc_idcorestringThe virtual private cloud (VPC) ID that the mount target is configured in.