Adding DMS serverless options to aws provider #39954
Labels
area:providers
good first issue
kind:feature
Feature Requests
provider:amazon-aws
AWS/Amazon - related issues
Description
Sometime back AWS launched serverless DMS (Data Migration Service). This lets users create replication jobs without explicitly setting up a replication instance.
Currently, in the AWS provider, we have support for classic DMS, which requires users to set up a replication instance. It would be nice, if we can provide dms serverless support using the following boto3 functions:
Use case/motivation
Giving airflow[aws] a serverless DMS option would unlock specific DMS use cases that are becoming increasingly common via serverless, like -- full-load of a new table and patching a CDC table using the full load on serverless.
The serverless implementation is also quite appealing for source database replication that happens at a larger frequency than a couple of days (where a dedicated instance doesn't make sense) or with source data that changes or grows a lot.
Related issues
No response
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: