How can I use the Overview details section to view and access my AWS Database Migration Service (AWS DMS) task information?
Resolution
Note: If you receive errors when running AWS Command Line Interface (AWS CLI) commands, make sure that you’re using the most recent AWS CLI version.
- Open the AWS DMS console.
- Choose Database migration tasks from the navigation pane.
- Choose the name of your task, and then review the Overview details section.
The Overview details section contains information about your task. This includes the basic configuration, such as Task ARN, Status, Migration type, Last failure message, Migration task logs, and Task settings. For more information, see Monitoring AWS DMS tasks.
You can modify a task to change the table mapping, task settings, or other properties. For example, to modify the target table preparation mode, choose the task in the AWS DMS console, and then choose Modify.
To modify other task settings, such as logging, use the AWS CLI to modify a replication task. For more information, see Specifying task settings for AWS Database Migration Service tasks.
Related information
How can I monitor an AWS DMS task?