These are the input parameters for this template. All of these parameters must be supplied for this template to be deployed.
These are all of the actual AWS resources created for this application.
Create an EFS entity to be used as a shared filesystem for the application instances.
EFS Mountpoints must be created for each Availability Zone in the VPC. This is also where you define access controls, as access to EFS is controlled by these security groups.
A pair of mount points must be created for each EFS volume.
This security group defines what resources are able to access the EFS shared filesystem.
Create a security group which will be allowed in to the EFS Volume. This security group can be referenced by environments as they're deployed so that additional environments can be allowed access to the EFS Volumes.
These SGs don't actually specify any rules, they exist only to allow access to the EFS security group
Output values that can be viewed from the AWS CloudFormation console.
EFS CloudFormation Deployment
This CloudFormation template will build an EFS volume and associated security groups and mount points.