You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Beginning with Redis 6, ElastiCache for Redis will offer a single version for each Redis OSS major release, rather than offering multiple minor versions. Versionless engine support is designed to minimize confusion and ambiguity on having to choose from multiple minor versions. ElastiCache for Redis will also automatically keep your cache cluster up to date on the selected major version (Redis 6 and above). By providing the updated engine version, it ensures improved performance and enhanced security.
You specify the engine version by using 6.x. ElastiCache for Redis will automatically invoke the preferred minor version of Redis 6 that is available.
When creating an aws_elasticache_cluster, engine_version can be set to 6.x, but any subsequent terraform plan or terraform apply will show a difference. If the terraform apply is continued, it fails with the error
Error: error updating ElastiCache cluster (<id>): InvalidParameterCombination: Upgrading minor engine version for redis '6.x' using modify API is not allowed, please use Service Updates
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Community Note
Description
AWS documentation for ElastiCache for Redis states that
When creating an
aws_elasticache_cluster
,engine_version
can be set to6.x
, but any subsequentterraform plan
orterraform apply
will show a difference. If theterraform apply
is continued, it fails with the errorAffected Resource
References
aws_elasticache_replication_group
: Elasticache redis 6.x support #15625The text was updated successfully, but these errors were encountered: