|
2 | 2 | Migrate from DynamoDB |
3 | 3 | ===================== |
4 | 4 |
|
5 | | -This page explains how to fill the ``source`` and ``target`` properties of the `configuration file <../configuration>`_ to migrate data: |
| 5 | +This page explains how to fill the ``source`` and ``target`` properties of the :doc:`configuration file </configuration>` to migrate data: |
6 | 6 |
|
7 | 7 | - from a DynamoDB table, a ScyllaDB Alternator table, or a `DynamoDB S3 export <https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/S3DataExport.HowItWorks.html>`_, |
8 | 8 | - to a DynamoDB table or a ScyllaDB Alternator table. |
@@ -57,7 +57,7 @@ In practice, your source database (DynamoDB or Alternator) may require authentic |
57 | 57 |
|
58 | 58 | Where ``<access-key>`` and ``<secret-key>`` should be replaced with your actual AWS access key and secret key. |
59 | 59 |
|
60 | | -The Migrator also supports advanced AWS authentication options such as using `AssumeRole <https://docs.aws.amazon.com/IAM/latest/UserGuide/tutorial_cross-account-with-roles.html>`_. Please read the `configuration reference </configuration#aws-authentication>`__ for more details. |
| 60 | +The Migrator also supports advanced AWS authentication options such as using `AssumeRole <https://docs.aws.amazon.com/IAM/latest/UserGuide/tutorial_cross-account-with-roles.html>`_. Please read the :ref:`configuration reference <aws-authentication>` for more details. |
61 | 61 |
|
62 | 62 | Last, you can provide the following optional properties: |
63 | 63 |
|
@@ -150,7 +150,7 @@ Additionally, you can provide the following optional properties: |
150 | 150 |
|
151 | 151 | Where ``<host>``, ``<port>``, ``<region>``, ``<access-key>``, and ``<secret-key>`` should be replaced with your specific values. |
152 | 152 |
|
153 | | -The Migrator also supports advanced AWS authentication options such as using `AssumeRole <https://docs.aws.amazon.com/IAM/latest/UserGuide/tutorial_cross-account-with-roles.html>`_. Please read the `configuration reference </configuration#aws-authentication>`__ for more details. |
| 153 | +The Migrator also supports advanced AWS authentication options such as using `AssumeRole <https://docs.aws.amazon.com/IAM/latest/UserGuide/tutorial_cross-account-with-roles.html>`_. Please read the :ref:`configuration reference <aws-authentication>` for more details. |
154 | 154 |
|
155 | 155 | --------------------------- |
156 | 156 | Configuring the Destination |
@@ -209,4 +209,4 @@ Additionally, you can also set the following optional properties: |
209 | 209 |
|
210 | 210 | Where ``<host>``, ``<port>``, ``<region>``, ``<access-key>``, and ``<secret-key>`` are replaced with your specific values. |
211 | 211 |
|
212 | | -The Migrator also supports advanced AWS authentication options such as using `AssumeRole <https://docs.aws.amazon.com/IAM/latest/UserGuide/tutorial_cross-account-with-roles.html>`_. Please read the `configuration reference </configuration#aws-authentication>`__ for more details. |
| 212 | +The Migrator also supports advanced AWS authentication options such as using `AssumeRole <https://docs.aws.amazon.com/IAM/latest/UserGuide/tutorial_cross-account-with-roles.html>`_. Please read the :ref:`configuration reference <aws-authentication>` for more details. |
0 commit comments