Hi All!:wave: I've got a Redshift cluster I want ...
# aws
m
Hi All!👋 I've got a Redshift cluster I want to generate and associate a
CloudWatch
metric (i.e.
PercentDiskSpaceUsed
) and alarm to. This is achievable via the console and - to an extent - with Pulumi. I can generate the alarm easily via
aws.cloudwatch.MetricAlarm
, but it seems that the association part of "attaching" that metric to the cluster is unclear. Is there a way to do this? I feel like I'm missing something quite obvious despite a lot of research...😅