This module creates an Elastic File System (EFS) service endpoint
This module will create a new EFS service endpoint and security group tied to the provide VPC.
vpc-id
- the VPC ID where this EFS will be tied to via Security Groupsremoval-policy
- the retention policy to put on the EFS service- defaults to
RETAIN
- supports
DESTROY
andRETAIN
only
- defaults to
- name: vpc-id
valueFrom:
moduleMetadata:
group: optionals
name: networking
key: VpcId
- name: removal-policy
value: RETAIN
EFSFileSystemArn
- the ARN of the EFSEFSFileSystemId
- the unique EFS IDEFSSecurityGroupId
- the created Security Group tied to the EFSVPCId
- the VPC tied to the new EFS
{
"EFSFileSystemArn": "arn:aws:elasticfilesystem:us-east-1:12346789012:file-system/fs-XXXXXXX",
"EFSFileSystemId": "fs-XXXXXXX",
"EFSSecurityGroupId": "sg-XXXXXXX",
"VPCId": "vpc-XXXXXXX"
}