Using Console
Using CLI
<hosted-zone-id>
with the ID of the hosted zone for which you want to enable auto-renewal.<hosted-zone-id>
with the ID of the hosted zone for which you enabled auto-renewal.AutoRenew
parameter. If it is set to true
, then auto-renewal is enabled for the hosted zone.Using Python
list_hosted_zones
method.AutoRenew
flag is set to true
. If not, update the hosted zone using the update_hosted_zone_comment
method.AutoRenew
flag is set to true
for all hosted zones.