Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 553 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 553 Bytes

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