Help us improve the AWS re:Post Knowledge Center by sharing your feedback in a brief survey. Your input can influence how we create and update our content to better support your AWS journey.
Questions tagged with AWS Database Migration Service
AWS Database Migration Service (AWS DMS) helps you migrate databases to AWS quickly and securely.
Content language: English
Filter questions
Select tags to filter
Sort by
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
792 results
Could someone help us recommend or suggest solution on following scenario
**Scenario**: Database was migrated from Oracle to Aurora Postgresql. Observed Performance issues with queries execution.
Inc...
1
answers
0
votes
15
views
asked 2 days ago
there is ec2 running in different vpc
this ec2 needs access to dbs running in different vpc
db has db sg attached
in same vpc dms also deployed it has dms sg which can access to dbs also
in vpc where ...
1
answers
0
votes
53
views
asked 4 days ago
Hi all,
I really need your help for a DMS serverless task, which run for months but now failing with these error:
```
2026-01-17T22:28:51 [METADATA_MANAGE ]W: list bucket retry 4 in 32000 millisecon...
4
answers
0
votes
138
views
asked 7 days ago
Problem Summary: My DMS task is experiencing a persistent hang during the CDC phase. Despite using an r5.2xlarge replication instance (64GB RAM), the CPU Utilization is flatlining at 0.06% and the tas...
1
answers
0
votes
55
views
asked 11 days ago
To use the global bundle certificate with AWS DMS in SSL verify-ca mode via CDK, you'll need to import the certificate into AWS DMS and then reference it when creating your endpoints. Here's how to do...
1
answers
0
votes
52
views
asked 17 days ago
To use the global bundle certificate with AWS DMS in SSL verify-ca mode via CDK, you'll need to:
Import the certificate into AWS DMS:
The global bundle certificate needs to be imported in .pem format...
1
answers
0
votes
27
views
asked 17 days ago
dms certificate which is global bundle is stored in ssm how to put it under dms certificates and use in task for ssl mode -verify ca
needs to be done by cdk
1
answers
0
votes
35
views
asked 17 days ago
ssl_mode="verify-ca",
certificate_arn=
dms task needs ssl to be used
i am using above in cdk code
i have downlaoded its pem but dont want to commit in cdk repo physically
so want to uplo...
1
answers
0
votes
43
views
asked 17 days ago
Add below config to respetive DMS tasks
"CaptureDdls": true,
"DdlArtifactsSchema": "dms"
in dms task where is this added
{
"Logging": {
"EnableLogging": true,
"EnableLogContext":...
1
answers
0
votes
35
views
asked 23 days ago
2025-12-30T12:32:53 [SOURCE_CAPTURE ]I: Querying for 'apps'.'metadata':'group_code' failed (postgres_test_decoding.c:1694)
what is been used in above logs of dms task
1
answers
0
votes
36
views
asked a month ago
12-30T00:37:43.000+05:30
2025-12-29T19:07:43 [SOURCE_CAPTURE ]I: Sampled DATESTYLE is 'ISO, MDY' (postgres_endpoint_util.c:1419)
2025-12-30T00:37:43.000+05:30
2025-12-29T19:07:43 [SOURCE_CAPTURE ]I: F...
1
answers
0
votes
27
views
asked a month ago
endpoint_type="source", engine_name="postgres", username=secret_lookup_ref(stack.db_secret_arn, "username"), password=secret_lookup_ref(stack.db_secret_arn, "password"), server_name=secret_lookup_ref(...
1
answers
0
votes
33
views
asked a month ago