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

provider/aws: Allow in-place updates for ElastiCache cluster #2469

Merged
merged 3 commits into from
Jun 25, 2015

Conversation

catsby
Copy link
Contributor

@catsby catsby commented Jun 24, 2015

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

@@ -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]
Copy link
Contributor

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

added in eab88d7

@mitchellh
Copy link
Contributor

One comment. LGTM.

@catsby
Copy link
Contributor Author

catsby commented Jun 25, 2015

@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"

@mitchellh
Copy link
Contributor

LGTM

catsby added a commit that referenced this pull request Jun 25, 2015
provider/aws: Allow in-place updates for ElastiCache cluster
@catsby catsby merged commit d072e8e into master Jun 25, 2015
@catsby catsby deleted the f-aws-update-elasticache branch June 25, 2015 16:29
@ghost
Copy link

ghost commented May 2, 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 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.

@ghost ghost locked and limited conversation to collaborators May 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Question: AWS ElastiCache Security Group ID create new resources?
2 participants