-
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
AWS: Elasticache redis snapshot created from elasticache snapshot #3140
Comments
Hi @jonhatalla It has been a long time coming - my apologies for this - but PR incoming for this functionality now. It should make Terraform 0.7.2! Paul |
Hi @stack72, Thanks! |
@mfrr1118 No official date but soon ™️ :) |
@stack72 you guys are killing it. Thanks! |
Hi @jonhatalla / @mfrr1118 This was released in terraform 0.7.2 via #8419 |
Thanks! 💥💥💥 |
thanks! seems to be awesome now |
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. |
Currently we can create a redis cluster from an s3 snapshot (with arns s3 path). However with automated backups, those are stored in elasticache-s3 - and are created with a different parameter endpoint.
http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/ManagingSnapshots.Restoring.html
elasticache-create-cache-cluster my-restored-redis --snapshot-name my-manual-snapshot
The text was updated successfully, but these errors were encountered: