cdk-monitoring-constructs icon indicating copy to clipboard operation
cdk-monitoring-constructs copied to clipboard

[aurora] Support monitoring v2 clusters

Open Lewenhaupt opened this issue 1 year ago • 0 comments

Feature scope

Aurora V2

Describe your suggested feature

monitorAuroraCluster throws an error if the instance is not a ServerlessCluster, which is fine for v1 clusters, but not for v2 clusters as they are instead defined by the the instance types. I believe the check should be a bit more flexible to allow for usage with v2 as they have the same metrics.

Lewenhaupt avatar Nov 21 '23 12:11 Lewenhaupt