DNS name configuration
Domain name configuration
DNS names below are for example purpose only. There are no specific requirements for DNS names.
Examples of domain names to be assigned to servers:
| Domain name (example) | Record Type | Description |
|---|---|---|
| db.example.com | A or CNAME | DB Server |
| app.example.com | A or CNAME | APP Server |
| s3.example.com | Additional A or CNAME record for the APP server | APP Server *Required to access the S3 emulator URLs like this: s3.example.com/bucket. |
| apm.example.com | A or CNAME | APM Server |
| ocr.example.com | A or CNAME | OCR Server |
| automl-standalone.example.com | A or CNAME | AutoML standalone server (Master + agent) |
| automl-master.example.com | A or CNAME | For installing AutoML in the cluster mode. There might be multiple AutoML agent servers. DNS records should be created for all of them. |
| automl-agent.example.com | A or CNAME | |
| rpa.example.com | A or CNAME | RPA server |
| bi.example.com | A or CNAME | BI server (Analytics) |
Alternative way:
If you can't use DNS service, add the records into the hosts file on each server, and end users' PC that will use the product:
- On Linux machines: edit the
/etc/hostsfile. - On Windows machines: edit the
C:\Windows\system32\drivers\etc\hostsfile.
Add the following records to the hosts file:
192.168.1.1 db.example.com
192.168.1.2 app.example.com
192.168.1.2 s3.example.com
192.168.1.3 apm.example.com
192.168.1.4 ocr.example.com
192.168.1.5 automl.example.com
192.168.1.6 rpa.example.com
192.168.1.7 bi.example.com
note
The IP addresses above are for illustrative purpose only. You should use your real IP addresses.