An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![CI - MariaDB Migration](https://github.com/MongoExpUser/AWS-RDS-MariaDB-Migration/actions/workflows/mariadb.yml/badge.svg)](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)