mirror of
				https://github.com/yeslayla/aws-efs-stack.git
				synced 2025-11-04 16:53:05 +01:00 
			
		
		
		
	Basic
This commit is contained in:
		@ -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
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user