turbot/aws_insights

Query: dax_cluster_overview

Usage

powerpipe query aws_insights.query.dax_cluster_overview

Steampipe Tables

SQL

select
title as "Title",
active_nodes as "Active Nodes",
preferred_maintenance_window as "Preferred Maintenance Window",
region as "Region",
account_id as "Account ID",
arn as "ARN"
from
aws_dax_cluster
where
arn = $1
and account_id = split_part($1, ':', 5)
and region = split_part($1, ':', 4);

Dashboards

The query is used in the dashboards: