Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resource/aws_elasticache_replication_group: support setting primary/replica AZ atrributes inside NodeGroupConfiguration for RedisClusterModelEnabled #5118

Open
moose007 opened this issue Jul 7, 2018 · 3 comments
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/elasticache Issues and PRs that pertain to the elasticache service.

Comments

@moose007
Copy link

moose007 commented Jul 7, 2018

Currently I do not have a way to express in an aws_elasticache_replication_group resource block which availability zone my primary node gets deployed in and which AZ its read replicas are deployed in. The AWS ElastiCache SDK supports the following attributes:

PrimaryAvailabilityZone

The Availability Zone where ElastiCache launches the node group's primary node.

Required: No

Type: String

ReplicaAvailabilityZones

A list of Availability Zones where ElastiCache launches the read replicas. The number of Availability Zones must match the value of the ReplicaCount property or, if you don't specify the ReplicaCount property, the replication group's ReplicasPerNodeGroup property.

Required: No

Type: List of String values

(see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-replicationgroup-nodegroupconfiguration.html)

It would be useful for aws_elasticache_replication_group resource to provide the same level of control.

@moose007
Copy link
Author

moose007 commented Jul 7, 2018

Some notes from @bflad:

For Redis Cluster Mode Enabled replication groups (e.g. when using cluster_mode in Terraform), we currently do not have the ability to set availability zones via the NodeGroupConfiguration parameter, which would likely require changing the cluster_mode argument. (from #5104)

@github-actions
Copy link

Marking this issue as stale due to inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed. Maintainers can also remove the stale label.

If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you!

@github-actions github-actions bot added the stale Old or inactive issues managed by automation, if no further action taken these will get closed. label Jun 26, 2020
@ghost
Copy link

ghost commented Aug 26, 2020

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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!

@ghost ghost locked and limited conversation to collaborators Aug 26, 2020
@breathingdust breathingdust reopened this Oct 23, 2020
@gdavison gdavison self-assigned this Jan 19, 2021
@gdavison gdavison removed the stale Old or inactive issues managed by automation, if no further action taken these will get closed. label Mar 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/elasticache Issues and PRs that pertain to the elasticache service.
Projects
None yet
Development

No branches or pull requests

4 participants