DBS-C01 • Hard Questions
The 25 most difficult DBS-C01 questions — topics that eliminate candidates. Full explanations for every option.
A team is using AWS DMS to migrate a 3 TB Oracle database to Amazon Aurora PostgreSQL. They configured the task as shown. After the full load completes, they notice that the target tables have no indexes, primary keys, or foreign keys. What is the most likely cause?
Refer to the exhibit.
-- AWS DMS Migration Task JSON excerpt:
{
"MigrationType": "full-load",
"TableMappings": {
"rules": [
{
"rule-type": "selection",
"rule-id": "1",
"rule-name": "1",
"object-locator": {
"schema-name": "%",
"table-name": "%"
},
"rule-action": "include"
}
]
},
"TargetTablePrepMode": "DROP_AND_CREATE"
}