-
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
Adding configuration endpoint to the elasticache cluster nodes #3250
Adding configuration endpoint to the elasticache cluster nodes #3250
Conversation
@stack72 I think that https://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_DescribeCacheClusters.html |
AH! Configuration_endpoint is for memcached only :) I will change where it sits and run another test to make sure |
@phinze ok, so I have now got this in the AWS console: The terraform output gives me the following:
|
…uster, not on the cache nodes
@phinze I think this is now what you wanted? |
Looks good - thank you! |
…ndpoint Adding configuration endpoint to the elasticache cluster nodes
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. |
@phinze This should add the functionality for #3149
When I run this against my own production cluster, I get the following: