mirror of
https://github.com/yeslayla/aws-efs-stack.git
synced 2025-01-14 04:53:47 +01:00
Basic
This commit is contained in:
parent
7e8f3efe03
commit
e0e0348760
10
README.md
10
README.md
@ -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
|
@ -44,7 +44,7 @@ Resources:
|
|||||||
Value: !Ref Project
|
Value: !Ref Project
|
||||||
ThroughputMode: bursting
|
ThroughputMode: bursting
|
||||||
|
|
||||||
Munt:
|
Mount:
|
||||||
Type: AWS::EFS::MountTarget
|
Type: AWS::EFS::MountTarget
|
||||||
Properties:
|
Properties:
|
||||||
FileSystemId: !Ref Efs
|
FileSystemId: !Ref Efs
|
||||||
|
Loading…
Reference in New Issue
Block a user