-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
provider/aws: Allow in-place updates for ElastiCache cluster #2469
Conversation
@@ -60,6 +60,10 @@ names to associate with this cache cluster | |||
* `security_group_ids` – (Optional, VPC only) One or more VPC security groups associated | |||
with the cache cluster | |||
|
|||
* `apply_immediately` - (Optional) Specifies whether any database modifications | |||
are applied immediately, or during the next maintenance window. Default is | |||
`false`. See [Amazon ElastiCache Documentation for more information.][1] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add a (available since v0.6.0) in here. I'm not sure where.... maybe just at the end.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added in eab88d7
One comment. LGTM. |
@phinze added cluster status polling in 76291b7 , updating a security group typically takes 1 cycle (~5 seconds), and adding nodes takes a few minutes for the node to be up and report "available" |
LGTM |
76291b7
to
2e23210
Compare
provider/aws: Allow in-place updates for ElastiCache cluster
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. |
Fixes #2303 but improving the
update
method in the ElastiCache resource.You can now update the following without recreating the resource:
engine
engine_version
num_cache_nodes
(for memcached)parameter_group_name
security_group_ids