Skip to content

Commit 66e9f91

Browse files
committed
revamp dms docs
1 parent 745358e commit 66e9f91

File tree

1 file changed

+8
-10
lines changed
  • src/content/docs/aws/services

1 file changed

+8
-10
lines changed

src/content/docs/aws/services/dms.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: "Database Migration Service (DMS)"
3-
linkTitle: "Database Migration Service (DMS)"
43
description: Get started with Database Migration Service (DMS) on LocalStack
54
tags: ["Ultimate"]
65
---
@@ -11,12 +10,12 @@ AWS Database Migration Service provides migration solution from databases, data
1110
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).
1211

1312
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.
1514

16-
{{< callout "note">}}
15+
:::note
1716
DMS is in a preview state, supporting only [selected use cases](#supported-use-cases).
1817
You need to set the env `ENABLE_DMS=1` in order to activate it.
19-
{{< /callout >}}
18+
:::
2019

2120
## Getting started
2221

@@ -29,13 +28,13 @@ You can run a DMS sample showcasing MariaDB source and Kinesis target from our [
2928

3029
To follow the sample, simply clone the repository:
3130

32-
```sh
31+
```bash
3332
git clone https://github.com/localstack-samples/sample-dms-kinesis-rds-mariadb.git
3433
```
3534

3635
Next, start LocalStack (there is a docker-compose included, setting the `ENABLE_DMS=1` flag):
3736

38-
```sh
37+
```bash
3938
export LOCALSTACK_AUTH_TOKEN=<your-auth-token> # this must be a enterprise license token
4039
docker-compose up
4140
```
@@ -53,7 +52,7 @@ make run
5352

5453
You will then see some log output, indicating the status of the ongoing replication:
5554

56-
```sh
55+
```bash
5756
************
5857
STARTING FULL LOAD FLOW
5958
************
@@ -147,8 +146,7 @@ The LocalStack Web Application provides a Resource Browser for managing:
147146
148147
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.
149148
150-
<img src="dms-resource-browser.png" alt="DMS Resource Browser" title="Cognito Resource Browser" width="900" />
151-
<br><br>
149+
![DMS Resource Browser](/images/aws/dms-resource-browser.png)
152150
153151
The Resource Browser supports CRD (Create, Read, Delete) operations on DMS resources.
154152
@@ -176,7 +174,7 @@ The Resource Browser supports CRD (Create, Read, Delete) operations on DMS resou
176174
For RDS MariaDB and RDS MySQL it is not yet possible to set custom db-parameters.
177175
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:
178176
179-
```sh
177+
```bash
180178
binlog_checksum=NONE
181179
binlog_row_image=FULL
182180
binlog_format=ROW

0 commit comments

Comments
 (0)