turbot/aws_compliance

Query: lightsail_instance_ipv6_networking_disabled

Usage

powerpipe query aws_compliance.query.lightsail_instance_ipv6_networking_disabled

Steampipe Tables

SQL

select
name as resource,
case
when ip_v6_addresses is null then 'ok'
else 'alarm'
end as status,
case
when ip_v6_addresses is null then name || ' has IPv6 networking disabled.'
else name || ' has IPv6 networking enabled.'
end as reason
, region, account_id
from
aws_lightsail_instance;

Controls

The query is being used by the following controls: