terraform-elasticache-example
terraform-elasticache-example copied to clipboard
Example Terraform config for creating an Elasticache cluster
Updated ElastiCache Redis documentation and product page URLs + https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/nodes-select-size.html + https://aws.amazon.com/elasticache/pricing/
The README talks about clusters a bunch, and then introduces the code which creates the Redis instance with this: > We then create the `aws_elasticache_cluster` resource stanza which creates our...
Added missing security group reference
I was unable to access the cache from the bastion host. It seems that the elasticache definition is missing the security group. I added this to the template: ``` security_group_ids...
PR fixes the stale Terraform ElastiCache documentation link.
Hi there 👋 This PR was auto-generated as part of an internal review of public repositories that are not in compliance with HashiCorp's licensing standards. **Frequently Asked Questions** Why am...
Hi there 👋 This PR was auto-generated as part of an internal review of public repositories that are not in compliance with HashiCorp's licensing standards. **Frequently Asked Questions** Why am...