Code Monkey home page Code Monkey logo

terraform-aws_elasticache_cluster's Introduction

terraform-aws_elasticache_cluster

A terraform module for managing Elasticache instances running Redis

  • Assumes you're making your instances in a VPC

Module Input Variables

Defaults:

  • engine_version - The Redis version you want to use. Defaults to 2.8.24
  • node_type - The Elasticache instance type, defaults to cache.m4.large
  • availability_zone - The availability zones your node will launch into. Defaults to ca-central-1a
  • port - Elasticache port. Defaults to 6379
  • num_cache_nodes - Number of nodes wanted for cluster. Defaults to 1
  • security_group_ids - Security group ID for cluster.
  • subnet_group_name Subnet group name for cluster.
  • parameter_group_name Parameter group name for cluster. Defaults to default.redis2.8

Required:

  • cluster_id - Name of the Elasticache instance

Module Outputs

  • instance_primary_endpoint - The endpoint for the Elasticache node
  • instance_name - Name of the instance

Usage

You can use this in your terraform template with the following steps.

  1. Adding a module resource to your template, e.g. main.tf
module "instance" {
  source = "git::ssh://[email protected]/telusdigital/terraform-aws_elasticache_cluster"

  cluster_id = "my-cluster"
  node_type = "cache.m4.large"
}

Authors

Created and maintained by Alex Podobnik ([email protected])

terraform-aws_elasticache_cluster's People

Contributors

aaronfagan avatar aaronpederson avatar alexandarp avatar laynegeck avatar pdufault avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.