How do I use the Overview details section to access my AWS DMS task information?

2 minute read
0

I want to use the Overview details section to access and view my AWS Database Migration Service (AWS DMS) task information.

Resolution

Note: If you receive errors when you run AWS Command Line Interface (AWS CLI) commands, then see Troubleshoot AWS CLI errors. Also, make sure that you're using the most recent AWS CLI version.

  1. Open the AWS DMS console.
  2. In the navigation pane, choose Database migration tasks.
  3. Choose the name of your task, and then review the Overview details section.

The Overview details section contains basic configuration information, such as the following details:

  • Task ARN
  • Status
  • Progress
  • Migration type
  • Last failure message
  • Migration task logs
  • CDC checkpoint information
  • 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, 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 turn on monitoring for an AWS DMS task?

AWS OFFICIAL
AWS OFFICIALUpdated 6 months ago