AWS Route 53 DNS
We have several DNS zones hosted on AWS Route 53. This allows DNS records to be dynamically updated using API calls.
DNS Zones
For an up to date list of which zones are hosted on AWS Route 53, see the "Zones" list in the cloudformation/README.md
file in the platon/aws-dns-zones
project.
platon-dns CLI
To examine and update the DNS zones, use the platon-dns
CLI.
See the platon-dns
documentation for details for more information.
Managing DNS records
DNS records in the zones can be managed in many ways:
- Using the
platon-dns
CLI. - Using the web console. (This requires you to have access to the AWS console.)
- Through CloudFormation or Terraform.
- Directly through the Route 53 API.