mirror of
				https://github.com/yeslayla/aws-efs-stack.git
				synced 2025-11-04 00:43:00 +01:00 
			
		
		
		
	Basic
This commit is contained in:
		
							
								
								
									
										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
 | 
			
		||||
      ThroughputMode: bursting
 | 
			
		||||
 | 
			
		||||
  Munt:
 | 
			
		||||
  Mount:
 | 
			
		||||
    Type: AWS::EFS::MountTarget
 | 
			
		||||
    Properties:
 | 
			
		||||
      FileSystemId: !Ref Efs
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user