Skip to content

AWS CDK Demo with RDS, Redshift, Data Migration Service (DMS), and SCT (Schema Conversion Tool)

Notifications You must be signed in to change notification settings

andre-salvati/cdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS CDK Demo with RDS, Redshift, Data Migration Service (DMS), and SCT (Schema Conversion Tool)

This CDK script:

  • creates an RDS (SQL Server) instance and a Redshift cluster
  • allows connections from the Internet to RDS and Redshift through a database management tool like DBeaver. Caution: RDS and Redshift are deployed on a public subnet, this is just for test purposes, it is not the best architecture for production environments.
  • configures a DMS instance with RDS and Redshift endpoints, and a migration task.

After stack creation, you can manually:

Architecture

About

AWS CDK Demo with RDS, Redshift, Data Migration Service (DMS), and SCT (Schema Conversion Tool)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages