deepti234 / rds-mysql-with-high-availability

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CDK Code To Setup RDS MySQL With Multi-AZ

RDS MySQL Multi AZ Setup. This will help to maintain failover of database.

In this project below topics covered.

  1. Create MySQL RDS Database With Failover
  2. Real Time Troubleshooting
  3. Schedule Database Backup
  4. Security Group Management
  5. RDS In Private Subnet
  6. Master Slave Architecture

RDS-Database drawio (1)

Useful commands

  • npm run build compile typescript to js
  • npm run watch watch for changes and compile
  • npm run test perform the jest unit tests
  • cdk deploy deploy this stack to your default AWS account/region
  • cdk diff compare deployed stack with current state
  • cdk synth emits the synthesized CloudFormation template

About


Languages

Language:TypeScript 70.0%Language:JavaScript 30.0%