Bobcares

Filter AWS DMS tasks by date – How to do

by | Jul 31, 2021

Wondering how to filter AWS DMS tasks by date? We can help you!

Here at Bobcares, we often get requests from our customers to handle similar CloudWatch issues.

Today let’s see how our Support Engineers fix this for our customers as a part of our Server Management Services.

How filter AWS DMS tasks by date

We will see the steps that our Support Engineers follow for filtering DMS tasks.

Filtering use table mapping

To setup table mappings in AWS Database Migration Service (AWS DMS), we can use the following steps

  1. Firstly, open the AWS DMS console, and select Database migration tasks.
  2. Then click on Create task.
  3. And enter the details for Task configuration and Task settings.
  4. After that, select Enable CloudWatch logs.
  5. From the Table mappings section, select Guided UI. We can also select JSON editor to enter the mappings in JSON format.
  6. Then from the Selection rules section, select Add new selection rule.
  7. Enter the Schema and a Table name.
  8. For Action, select Include or Exclude.
  9. Finally, click on Create task.

To add table mappings to a task that already exists, go to Database migration tasks. And select the task, click on Actions. After that click on Modify, from the Table mappings section, expand Selection rules, and select Add new selection rule. Enter the details of your selection rule, and then Save.

Filter AWS Database Migration Service (AWS DMS) tasks by date

While entering table mappings, the filter-operator parameter can have one of the following values:

filter AWS DMS tasks by date

  • ste – less than or equal to
  • gte – greater than or equal to
  • eq – equal to
  • between – equal to or between two values

The following JSON example filter uses gte and date_of_record >= 2019-01-08.

{
  "rules": [
    {
      "rule-type": "selection",
      "rule-id": "1",
      "rule-name": "1",
      "object-locator":
    {
    
        "schema-name": "testonly",
        "table-name": "myTable_test"
      },
      "rule-action": "include",
     
    "filters": [
        {
          "filter-type": "source",
          "column-name": "date_of_record",
         
    "filter-conditions": [
            {
              "filter-operator": "gte",
             
    "value": "2019-01-08"
            }
          ]
        }
      ]
   
    }
    
  ]
}

Note: While importing data, AWS DMS uses the date format YYYY-MM-DD and the time format YYYY-MM-DD HH:MM:SS for filtering.

[Need assistance? We can help you]

Conclusion

To conclude, we saw the steps that our Support Techs follow to Filter AWS DMS tasks by date.

PREVENT YOUR SERVER FROM CRASHING!

Never again lose customers to poor server speed! Let us help you.

Our server experts will monitor & maintain your server 24/7 so that it remains lightning fast and secure.

GET STARTED

var google_conversion_label = "owonCMyG5nEQ0aD71QM";

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

Never again lose customers to poor
server speed! Let us help you.