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

Add support for Multi AZ Failover #5

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

mattbucci
Copy link

Closes #4

@mattbucci mattbucci changed the title add support for AZMode configuration and default cross az mode to on WIP:add support for AZMode configuration and default cross az mode to on Mar 29, 2019
@mattbucci
Copy link
Author

Update: this fails with "NumCacheNodes should be 1 if engine is redis"

In order to leverage MultiAZ we must use https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html

@mattbucci mattbucci changed the title WIP:add support for AZMode configuration and default cross az mode to on dd support for AZMode configuration and default cross az mode to on Mar 29, 2019
@mattbucci mattbucci changed the title dd support for AZMode configuration and default cross az mode to on Add support for AZMode configuration and default cross az mode to on Mar 29, 2019
@mattbucci mattbucci changed the title Add support for AZMode configuration and default cross az mode to on Add support for Multi AZ Failover Mar 29, 2019
@mattbucci
Copy link
Author

Updated configuration and it seems to be working!

Screen Shot 2019-03-28 at 10 36 07 PM

@mattbucci
Copy link
Author

closes #6 and #7 as well

Copy link

@gessgallardo gessgallardo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

Karl Skidmore and others added 2 commits July 18, 2019 13:17
Move from inline policy to managed policy, etc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cross-az deployment for elasticache should be defaulted to on, and overridable by the user
2 participants