Sweeper: aws_elasticache_cluster does not correctly handle Cluster that is last member of Replication Group #17647
Labels
service/elasticache
Issues and PRs that pertain to the elasticache service.
tests
PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Milestone
The
aws_elasticache_cluster
sweeper depends on theaws_elasticache_replication_group
sweeper. If theaws_elasticache_replication_group
fails for some reason, the member clusters still exists and will be picked up by theaws_elasticache_cluster
sweeper.If the Cluster sweeper tries to delete the last member Cluster in a Replication Group, it receives the following error:
Aside from one particular case, the
InvalidCacheClusterState
error is retried for 5 minutes.Affected Resource
The text was updated successfully, but these errors were encountered: