Skip to content

Commit 267c68c

Browse files
Merge pull request #1041 from redis/DOC-4711-cloud-DNS-VM
DOC-4711 cloud DNS IP address info
2 parents aef61dc + be7b540 commit 267c68c

File tree

2 files changed

+28
-5
lines changed

2 files changed

+28
-5
lines changed

content/integrate/redis-data-integration/data-pipelines/data-pipelines.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,9 @@ configuration contains the following data:
166166
(the default is to include all tables if you don't specify a query here).
167167
- `columns`: A list of the columns you are interested in (the default is to
168168
include all columns if you don't supply a list)
169-
- `keys`: A list of primary keys, one for each table. If the table doesn't
170-
have a column with a
171-
[`PRIMARY KEY`](https://www.w3schools.com/sql/sql_primarykey.asp) or
172-
[`UNIQUE`](https://www.w3schools.com/sql/sql_unique.asp) constraint then you can
173-
supply a unique composite key.
169+
- `keys`: A list of columns to create a composite key if your table
170+
doesn't already have a [`PRIMARY KEY`](https://www.w3schools.com/sql/sql_primarykey.asp) or
171+
[`UNIQUE`](https://www.w3schools.com/sql/sql_unique.asp) constraint.
174172
- `advanced`: These optional properties configure other Debezium-specific features.
175173
The available sub-sections are:
176174
- `sink`: All advanced properties for writing to RDI (TLS, memory threshold, etc).

content/integrate/redis-data-integration/installation/install-vm.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,31 @@ sudo service k3s restart
224224

225225
After the installation is finished, RDI is ready for use.
226226

227+
## Supply cloud DNS information
228+
229+
{{< note >}}This section is only relevant if you are installing RDI
230+
on VMs in a cloud environment.
231+
{{< /note >}}
232+
233+
If you are using [Amazon Route 53](https://aws.amazon.com/route53/),
234+
[Google Cloud DNS](https://cloud.google.com/dns?hl=en), or
235+
[Azure DNS](https://azure.microsoft.com/en-gb/products/dns)
236+
then you must supply the installer with the nameserver IP address
237+
during installation (or with the `nameservers` property if you are
238+
using [Silent installation](#silent-installation)). The table below
239+
shows the appropriate IP address for each platform:
240+
241+
| Platform | Nameserver IP |
242+
| :-- | :-- |
243+
| [Amazon Route 53](https://aws.amazon.com/route53/) | 169.254.169.253 |
244+
| [Google Cloud DNS](https://cloud.google.com/dns?hl=en) | 169.254.169.254 |
245+
| [Azure DNS](https://azure.microsoft.com/en-gb/products/dns) | 168.63.129.16 |
246+
247+
If you are planning to use Route 53, you should first check that your VPC
248+
allows it. See
249+
[DNS attributes in your VPC](https://docs.aws.amazon.com/vpc/latest/userguide/AmazonDNS-concepts.html#vpc-dns-support)
250+
in the Amazon docs for more information.
251+
227252
## "Silent" installation
228253

229254
You can use the

0 commit comments

Comments
 (0)