efs-volume
There are 20 repositories under efs-volume topic.
cloudposse/terraform-aws-backup
Terraform module to provision AWS Backup, a fully managed backup service that makes it easy to centralize and automate the back up of data across AWS services such as EBS volumes, RDS databases, DynamoDB tables, EFS file systems, and AWS Storage Gateway volumes.
neiman-marcus/terraform-aws-jenkins-ha-agents
A terraform module for a highly available Jenkins deployment.
hackcoderr/aws-efs-terraform
Deploy Infrastructure website on AWS and integrating with EFS using Terraform
JenniaGo/Wordpress_Deploy_AWS
Deploy wordpress docker app to AWS ec2 to 2 AZ using Terraform and setting up from backup via Ansible.
bard-rr/deploy
This reploy allows you to deploy the entire Bard infrastructure either as docker containers using the docker-compose.yml or on Amazon Fargate using the build file.
egdose/python-optimized-AWS-EFS-operations
Faster storage operations using multiprocessing in python
Harshetjain666/aws-terraform-efs
Terraform Integration With AWS Using EFS
praveen1664/ECS-EFS-Terraform-Integration
ECS-EFS integration with Terraform
My-Infra-Repos/GithbActions-CI-CD-Terraform-ECR-docker-ECS-EFS
CI-CD pipeline through Github workflow actions present in .github folder along with Terraform code present in modules folder & environment/demo folder
My-Infra-Repos/Github-Actions-Bitcoin-Docker-Pipeline
Automated Pipeline with Github actions + Terraform + Docker Containers to deploy the Bitcoin Image in AWs
roeeelnekave/jenkins-efs-vpc-ecs-part-1
Automate CI/CD pipelines using Jenkins, AWS EFS, CloudFormation, and Terraform. This project streamlines deployment and infrastructure management for efficient development workflows.
devopsmakers/helm-charts
A set of Helm charts to make things easier
eitansela/distributed_tensorflow_mask_rcnn
Distributed TensorFlow training using Amazon SageMaker
elsie-dev/cloudgenr
Setting up Multi-tier application with AWS EKS
joaocarlos1994/aws-course
Amazon Web Services is a subsidiary of Amazon that provides on-demand cloud computing platforms and APIs to individuals, companies, and governments, on a metered pay-as-you-go basis. In this repositorie you'll find notes and explanion in pt-BR about the examination AWS Solutions Architect by Andre Iacono.
sebranchett/ecs-jupyterhub-pluto-python
AWS CDK Python example of a serverless JupyterHub/Pluto with persistent storage on EFS.
Selleo/terraform-aws-efs
EFS terraform module
visaltyagi/EC2-Assignment-3
How to Create EFS & Attach It to the EC2 Instances - EC2 Assignment 3
yousafkhamza/aws-project
It is an application with PHP with a database. I just tell you the project baseline. There was a website like (blog.com) that website is used for upload blogs/images and there have millions of clients and heavy traffic from viewers. But it's another portion like (blog.com/admin) this section is only used, admins/creators. So, there has no heavy traffic with this URL. So, I have designed to structure to separate servers for viewers and creators through application load balancers (Target group). I know all you have doubts about how to manage the creator's database sync with the viewer's database. I overcome with used an RDS-Master server for admin/creators and I have built RDS-Replica servers to connect with viewers servers. Once, if you have any updates on creators/admin servers you saved a replica stop script on your master server and first stop the replica script then update your kinds of stuff on the master server, and then you can start the server through the same script as the scripts run time new data sync to the viewer's server and new database changes applied to the replica servers.