This repository was archived by the owner on Oct 8, 2022. It is now read-only.
This repository was archived by the owner on Oct 8, 2022. It is now read-only.
Include cache-identifier as part of the cloudwatch alarm name #22
Open
Description
Having multilpe redis instances used by different groups and all of them end up using the same cloudwatch alarm (alarm${var.environment}CacheCluster00${count.index + 1}CPUUtilization), overwriting the cluster-id only.
This can be fixed by adding the cache-identifier variable to the alarm name.