Courseiva
MigrationmediumMultiple ChoiceObjective-mapped

PAS-C01 Migration Practice Question

Network Topology
aws dms describe-replication-tasksregion us-east-1Refer to the exhibit."ReplicationTasks": ["ReplicationTaskIdentifier": "migration-task-1","SourceEndpointArn": "arn:aws:dms:us-east-1:123456789012:endpoint:ABCDEFGHIJKLMNOP1","TargetEndpointArn": "arn:aws:dms:us-east-1:123456789012:endpoint:ABCDEFGHIJKLMNOP2","ReplicationInstanceArn": "arn:aws:dms:us-east-1:123456789012:rep:ABCDEFGHIJKLMNOP3","MigrationType": "full-load","TableMappings": "{\"rules\":[{\"rule-type\":\"selection\",\"rule-id\":\"1\",\"rule-name\":\"1\",\"object-locator\":{\"schema-name\":\"%\",\"table-name\":\"%\"},\"rule-action\":\"include\"}]}","ReplicationTaskSettings": "{\"TargetMetadata\":{\"TargetSchema\":\"\",\"SupportLobs\":true,\"FullLoadSettings\":{\"MaxFullLoadSubTasks\":8,\"TransactionConsistencyTimeout\":600,\"CreatePkAfterFullLoad\":false}}}","Status": "failed","StopReason": ""

The exhibit shows the output of the describe-replication-tasks command. The task status is 'failed'. Which action should be taken to troubleshoot the failure?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Review the CloudWatch logs for the replication instance and task.

The first step is to check the CloudWatch logs for DMS to find detailed error messages. Option A is wrong because restarting without investigation may lead to the same error. Option B is wrong because modifying table mappings may not be the issue. Option C is wrong because creating a new task without understanding the failure is inefficient.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Restart the replication task with a different migration type.

    Why it's wrong here

    Changing migration type may not address the underlying issue.

  • Modify the table mappings to exclude all tables.

    Why it's wrong here

    Excluding tables would not help identify the failure.

  • Create a new replication task with the same settings.

    Why it's wrong here

    The new task would likely fail with the same error.

  • Review the CloudWatch logs for the replication instance and task.

    Why this is correct

    CloudWatch logs provide detailed error messages for troubleshooting.

About these practice questions

Courseiva writes every PAS-C01 question from scratch — 1,616 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This PAS-C01 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the PAS-C01 exam.