-
Task
-
Resolution: Done
-
Critical
-
None
-
None
-
0
-
False
-
None
-
False
-
Yes
-
RHOAM Sprint 42, RHOAM Sprint 43, RHOAM Sprint 44
WHAT
Test F03 is failing as it was written with STS in mind but not tested on non-STS.
Make CRO add tags to replication groups for non-sts clusters.
STS clusters tag the elasticache resources on creation, but non-STS tag the nodes only.
HOW
Add tags to replication group - see AddTagsToResource function used in TagElasticacheNode
It might be possible to change the code to only tag the replication group, and not have to tag the nodes as the docs state that: "Tags will be added/removed from the replication group and the action will be propagated to all clusters in the replication group."
https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Tagging-Resources.html
TESTS
<List of related tests>
DONE
Elasticache replication groups have tags for non-STS clusters
F03 passes for a non-STS cluster
- mentioned on