turbot/aws_insights

Query: rds_db_cluster_snapshot_overview

Usage

powerpipe query aws_insights.query.rds_db_cluster_snapshot_overview

SQL

select
db_cluster_snapshot_identifier as "Snapshot Name",
db_cluster_identifier as "Cluster Name",
title as "Title",
create_time as "Create Date",
engine_version as "Engine Version",
license_model as "License Model",
vpc_id as "VPC ID",
region as "Region",
account_id as "Account ID",
arn as "ARN"
from
aws_rds_db_cluster_snapshot
where
arn = $1;

Dashboards

The query is used in the dashboards: