You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/aws/services/dms.md
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
---
2
2
title: "Database Migration Service (DMS)"
3
-
linkTitle: "Database Migration Service (DMS)"
4
3
description: Get started with Database Migration Service (DMS) on LocalStack
5
4
tags: ["Ultimate"]
6
5
---
@@ -11,12 +10,12 @@ AWS Database Migration Service provides migration solution from databases, data
11
10
The migration can be homogeneous (source and target have the same type), but often times is heterogeneous as it supports migration from various sources to various targets (self-hosted and AWS services).
12
11
13
12
LocalStack only supports selected use cases for DMS at the moment.
14
-
The supported APIs are available on our [API coverage page]({{< ref "coverage_dms" >}}), which provides information on the extent of DMS integration with LocalStack.
13
+
The supported APIs are available on our [API coverage page](), which provides information on the extent of DMS integration with LocalStack.
15
14
16
-
{{< callout "note">}}
15
+
:::note
17
16
DMS is in a preview state, supporting only [selected use cases](#supported-use-cases).
18
17
You need to set the env `ENABLE_DMS=1` in order to activate it.
19
-
{{< /callout >}}
18
+
:::
20
19
21
20
## Getting started
22
21
@@ -29,13 +28,13 @@ You can run a DMS sample showcasing MariaDB source and Kinesis target from our [
29
28
30
29
To follow the sample, simply clone the repository:
Next, start LocalStack (there is a docker-compose included, setting the `ENABLE_DMS=1` flag):
37
36
38
-
```sh
37
+
```bash
39
38
export LOCALSTACK_AUTH_TOKEN=<your-auth-token># this must be a enterprise license token
40
39
docker-compose up
41
40
```
@@ -53,7 +52,7 @@ make run
53
52
54
53
You will then see some log output, indicating the status of the ongoing replication:
55
54
56
-
```sh
55
+
```bash
57
56
************
58
57
STARTING FULL LOAD FLOW
59
58
************
@@ -147,8 +146,7 @@ The LocalStack Web Application provides a Resource Browser for managing:
147
146
148
147
You can access the Resource Browser by opening the LocalStack Web Application in your browser, navigating to the **Resources** section, and then clicking on **Database Migration Service** under the **Migration and transfer** section.
The Resource Browser supports CRD (Create, Read, Delete) operations on DMS resources.
154
152
@@ -176,7 +174,7 @@ The Resource Browser supports CRD (Create, Read, Delete) operations on DMS resou
176
174
For RDS MariaDB and RDS MySQL it is not yet possible to set custom db-parameters.
177
175
In order to make those databases work with `cdc` migration for DMS, some default db-parameters are changed upon start if the `ENABLE_DMS=1` flag is set:
0 commit comments