hashicorp / terraform

Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
https://www.terraform.io/
Other
42.59k stars 9.54k forks source link

AWS: Elasticache redis snapshot created from elasticache snapshot #3140

Closed jonhatalla closed 8 years ago

jonhatalla commented 9 years ago

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

stack72 commented 8 years ago

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

mfrr1118 commented 8 years ago

Hi @stack72, do you have an estimate date for 0.7.2?

Thanks!

stack72 commented 8 years ago

@mfrr1118 No official date but soon ™️ :)

mfrr1118 commented 8 years ago

@stack72 you guys are killing it. Thanks!

stack72 commented 8 years ago

Hi @jonhatalla / @mfrr1118

This was released in terraform 0.7.2 via #8419

mfrr1118 commented 8 years ago

Thanks! 💥💥💥

jonhatalla commented 8 years ago

thanks! seems to be awesome now

ghost commented 4 years ago

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.