DMS SCT Terraform scripts

0

Hi, can we create an Instance profile, Data providers and Migration project for DMS Schema Conversion using Terraform or Cloud Formation?

Need to do on-premise(Oracle) to AWS RDS Aurora Postgres migration using AWS SCT and DMS.

2 Answers
0

The AWS provider for Terraform does support 6 of the 7 Database Migration Service (DMS) resource types (list below).

The AWS provider does not support the Schema Conversion Tool (SCT) directly, but it appears that you can use the output from SCT when defining a DMS replication task.

On our AWS Samples GitHub repository we have a AWS DMS Samples that demonstrates how to configure data migration between on premises and Amazon Aurora database in isolated VPCs using DMS.

AWS Sample Code

AWS provider documentation (with examples)

profile pictureAWS
answered a year ago
-1

Please note Terraform or cloudformation is used to create resources in AWS cloud. SCT is currently a standalone tool wont support it. In case you are referring to DMS Schema Conversion in AWS Database Migration Service it is still not supported in cloudformation /terraform.

AWS
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions