diff --git a/examples/elasticache/replicationgroup.yaml b/examples/elasticache/replicationgroup.yaml index 395361d4e2..d78c9a6644 100644 --- a/examples/elasticache/replicationgroup.yaml +++ b/examples/elasticache/replicationgroup.yaml @@ -16,6 +16,7 @@ spec: parameterGroupName: default.redis7 port: 6379 preferredCacheClusterAzs: - - us-west-1a - - us-west-1b - region: us-west-1 + - us-east-2a + - us-east-2b + region: us-east-2 + engineVersion: "7.1" \ No newline at end of file