aws.devops_guru.describe_account_health
Example SQL Queries
SELECT * FROMaws.devops_guru.describe_account_health;Description
Returns the number of open reactive insights, the number of open proactive insights, and the number of metrics analyzed in your Amazon Web Services account. Use these numbers to gauge the health of operations in your Amazon Web Services account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| analyzed_resource_count Number of resources that DevOps Guru is monitoring in your Amazon Web Services account. | BIGINT |
| metrics_analyzed An integer that specifies the number of metrics that have been analyzed in your Amazon Web Services account. | BIGINT |
| open_proactive_insights An integer that specifies the number of open proactive insights in your Amazon Web Services account. | BIGINT |
| open_reactive_insights An integer that specifies the number of open reactive insights in your Amazon Web Services account. | BIGINT |
| resource_hours The number of Amazon DevOps Guru resource analysis hours billed to the current Amazon Web Services account in the last hour. | BIGINT |