aws route53 get-hosted-zone
command to retrieve the hosted zone ID.aws route53 update-hosted-zone
command with the --dnssec-config
parameter to enable DNSSEC for the hosted zone.aws route53 get-hosted-zone
command to get the hosted zone ID.aws route53 create-query-logging-config
command to create a query logging configuration.aws route53 associate-query-logging-config
command to associate the query logging configuration with the hosted zone.aws route53domains get-domain-detail
command to retrieve the domain details.aws route53domains enable-domain-dnssec
command to enable DNSSEC for the domain.zone_id
, record_name
, record_type
, record_value
) with the actual values specific to your Route53 configuration.