turbot/aws_compliance

Query: route53_domain_auto_renew_enabled

Usage

powerpipe query aws_compliance.query.route53_domain_auto_renew_enabled

Steampipe Tables

SQL

select
arn as resource,
case
when auto_renew then 'ok'
else 'alarm'
end as status,
case
when auto_renew then title || ' auto renew enabled.'
else title || ' auto renew disabled.'
end as reason,
region,
account_id
from
aws_route53_domain;

Controls

The query is being used by the following controls: