Git Product home page Git Product logo

terraform-aws-elasticache-redis's Introduction

Overview

This project is a Terraform module that creates a Redis ElastiCache instance.

This fork removes local region declaration, to be used as part of your wider tf vars (in your VPC).

Guidebook

Details about this project are contained in the guidebook and should be considered mandatory reading prior to contributing to this project.

Prerequisites

Building

Since this is just a collection of Terraform scripts, there is nothing to build.

Installation

This module is not installed but, instead, is obtained by the project using the module. See kurron/terraform-environments for example usage.

Tips and Tricks

Debugging

The debug folder contains files that can be used to test out local changes to the module. Edit backend.cfg and plan.tf to your liking and then run debug/debug-module.sh to test your changes.

Usage

This module, unlike many of my other modules, provides default values for many of the options. I decided to this because I felt it was too cumbersome to expect a user to supply 15+ properties. Make sure to examine the variables.tf to see the full list of configurable options. Look at debug/plan.tf for an example of how to call the module.

Troubleshooting

Snapshots

If you use the smaller node types, such as cache.t2.micro, cache.t2.small or cache.t2.medium, snapshotting is not permitted. You need to set snapshot_window to a blank value and snapshot_retention_limit to 0 otherwise you will get an error.

Contributing

License and Credits

List of Changes

terraform-aws-elasticache-redis's People

Contributors

immanuelpotter avatar kurron avatar

Watchers

 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.