aws route53 get-hosted-zone
command to retrieve the hosted zone details.KeySigningKeys
attribute is present in the response. If not, DNSSEC is not enabled.aws route53 enable-hosted-zone-dnssec
command, providing the hosted zone ID.aws route53 get-hosted-zone
command to retrieve the hosted zone details.QueryLoggingConfig
attribute is present in the response. If not, query logging is not enabled.aws route53 create-query-logging-config
command, providing the hosted zone ID and desired configuration.aws route53domains get-domain-detail
command to retrieve the domain details.DNSSECStatus
attribute is set to ENABLED
. If not, DNSSEC is not enabled.aws route53domains enable-domain-dnssec
command, providing the domain name.zone_id
, record_name
, record_type
, record_value
) with the actual values specific to your Route53 configuration.