https://github.com/mongoexpuser/aws-rds-mariadb-migration
AWS RDS MariaDB Migration
https://github.com/mongoexpuser/aws-rds-mariadb-migration
aws mariadb migration rds terraform
Last synced: 27 days ago
JSON representation
AWS RDS MariaDB Migration
- Host: GitHub
- URL: https://github.com/mongoexpuser/aws-rds-mariadb-migration
- Owner: MongoExpUser
- License: mit
- Created: 2022-01-15T13:37:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-20T00:06:42.000Z (about 4 years ago)
- Last Synced: 2025-01-26T19:37:36.249Z (over 1 year ago)
- Topics: aws, mariadb, migration, rds, terraform
- Language: HCL
- Homepage:
- Size: 307 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/MongoExpUser/AWS-RDS-MariaDB-Migration/actions/workflows/mariadb.yml)
# README #
This README summaries the contents of this repository.
### What is this repository for? ###
* Deployment of AWS RDS MariaDB instances (primary & replica(s)) and related resources for database migration.
* The number of replica can vary between 1 and 5. If the number of replica is set to zero on the **.tfvars file**, no replica is deployed.
* Version 1.0
### Deployed resoures ###
* AWS RDS DB subnet group
* AWS RDS DB parameter group
* AWS VPC security group
* AWS secret manager secret
* AWS RDS enhanced monitoring IAM role
* AWS RDS PostgreSQL DB instance(s)
### Repo usage ###
* Database migration
* Deployment instructions: use GitHub-Actions-Workflow
* Deployment yml file: **.github/workflows/mariadb.yml file**
### Contribution guidelines ###
* Create branch
* Add codes
* Submit pull request for code review
### Who do I talk to? ###
* Repo owner or admin
### Authors and acknowledgment
* MongoExpUser
### License
* [MIT](https://github.com/MongoExpUser/AWS-RDS-MariaDB-Migration/blob/main/LICENSE)