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 個答案
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
已回答 1 年前
-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
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南