From e0e0348760fc7a99f833c7d947d82773b0178e52 Mon Sep 17 00:00:00 2001 From: Joseph Manley Date: Fri, 24 Apr 2020 10:03:36 -0400 Subject: [PATCH] Basic --- README.md | 10 +++++++++- cloudformation/efs/top.yaml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b97deaf..0e0b45f 100644 --- a/README.md +++ b/README.md @@ -1 +1,9 @@ -# aws-efs-stack \ No newline at end of file +# 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 \ No newline at end of file diff --git a/cloudformation/efs/top.yaml b/cloudformation/efs/top.yaml index 2f0ff0e..f7055fa 100644 --- a/cloudformation/efs/top.yaml +++ b/cloudformation/efs/top.yaml @@ -44,7 +44,7 @@ Resources: Value: !Ref Project ThroughputMode: bursting - Munt: + Mount: Type: AWS::EFS::MountTarget Properties: FileSystemId: !Ref Efs