aws route53

CLI for AWS Route53 - Route 53 is a highly available and scalable Domain Name System (DNS) web service. More information: https://awscli.amazonaws.com/v2/documentation/api/latest/reference/route53/index.html.

aws route53 list-hosted-zones

aws route53 list-resource-record-sets --hosted-zone-id {{zone_id}}

aws route53 create-hosted-zone --name {{name}} --caller-reference {{request_identifier}}

aws route53 delete-hosted-zone --id {{zone_id}}

aws route53 test-dns-answer --hosted-zone-id {{zone_id}} --record-name {{name}} --record-type {{type}}