https://github.com/cirocosta/efs-locks-sample
Sample showing how easy it is to get to the EFS locks quota
https://github.com/cirocosta/efs-locks-sample
aws efs locks mysql nfs
Last synced: about 1 year ago
JSON representation
Sample showing how easy it is to get to the EFS locks quota
- Host: GitHub
- URL: https://github.com/cirocosta/efs-locks-sample
- Owner: cirocosta
- Created: 2018-02-11T13:38:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-11T17:52:50.000Z (over 8 years ago)
- Last Synced: 2025-05-08T23:43:35.935Z (about 1 year ago)
- Topics: aws, efs, locks, mysql, nfs
- Language: HCL
- Homepage: https://ops.tips/blog/limits-aws-efs-nfs-locks/
- Size: 13.7 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
EFS-LOCKS-SAMPLE
Sample showing how easy it is to get to the EFS locks quota.
DEPENDENCIES
Terraform: to provision EC2 resources
GCC: to compile the stress sample
Docker: to run a sample mysql instance
USAGE
1) provision the AWS infrastructure
go to ./infrastructure
change `profile` to your aws profile
modify the variables to match your setup
apply the TF config
2) mount the EFS target in your instance
3) run the mysql sample with the mysql data
volume mounted in the EFS mount point of the
host
4) run the `create-many-tables.sh` script under `./scripts`
5) see mysql failing
MORE
Read more at https://ops.tips/blog/limits-aws-efs-nfs-locks/