This commit is contained in:
Layla 2020-04-24 10:03:36 -04:00
parent 7e8f3efe03
commit e0e0348760
2 changed files with 10 additions and 2 deletions

View File

@ -1 +1,9 @@
# aws-efs-stack
# aws-efs-stack
Part of the [aws-ecs-infrastructure](https://github.com/josephbmanley/aws-ecs-infrastructure) project.
This CloudFormation stack creates a basic filesystem using EFS with all essential infrastructure including:
- Security Group
- EFS Filesystem
- EFS Mount Target

View File

@ -44,7 +44,7 @@ Resources:
Value: !Ref Project
ThroughputMode: bursting
Munt:
Mount:
Type: AWS::EFS::MountTarget
Properties:
FileSystemId: !Ref Efs