Skip to content

Latest commit

 

History

History

efs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Elastic File System (EFS) Web shares


Creates an EFS with a mount target in each public subnet of non-default VPC for use by public-facing web servers deployed in the ec2-web-efs example repo.

Depends On: Non-Default VPC

vpc

DEPLOYMENT

  1. Deploy non-default vpc
  2. Run efs/build.sh: build.sh dev oh efs
  3. Run aws cloudformation list-exports to get EFS ID
  4. Use the EFS ID to configure EFS mounts in EC2 instances
  5. See ec2-web-efs