hashicorp / terraform

Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
https://www.terraform.io/
Other
42.59k stars 9.54k forks source link

aws_elasticache_cluster does not support AZMode #4438

Closed silvamerica closed 8 years ago

silvamerica commented 8 years ago

Per http://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_CreateCacheCluster.html, you can create an Elasticache cluster in a single AZ or "cross-az", where nodes will be scattered across availability zones.

kamatama41 commented 8 years ago

:+1: I had same problem.

radeksimko commented 8 years ago

Hi @silvamerica isn't this a duplicate of https://github.com/hashicorp/terraform/issues/4361 ?

silvamerica commented 8 years ago

@radeksimko No it is not. Replication groups are only supported for Redis, not for Memcache. Creating a Replication Group with automatic failover will automatically enable Multi-AZ mode for Redis Elasticache clusters. However for Memcache Clusters (or if you are not doing a Replication Group), I believe you have to set Multi-AZ manually.

catsby commented 8 years ago

I merged #4631 which should address this, let us know if you need anything else!

ghost commented 4 years ago

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.