turbot/aws_compliance

Query: cloudformation_stack_rollback_enabled

Usage

powerpipe query aws_compliance.query.cloudformation_stack_rollback_enabled

Steampipe Tables

SQL

select
id as resource,
case
when not disable_rollback then 'ok'
else 'alarm'
end as status,
case
when not disable_rollback then title || ' rollback enabled.'
else title || ' rollback disabled.'
end as reason,
region,
account_id
from
aws_cloudformation_stack;

Controls

The query is being used by the following controls: