mysterious-oyster-86659
03/30/2021, 4:49 PMCloudWatch 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...😅