Skip to content

Could we get an example of a Redis Elasticache addon? #2011

Answered by efekarakus
DennisSSDev asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @DennisSSDev !

Sorry this is a bit late but here is a working template for using a private elasticache cluster!
https://gist.github.com/efekarakus/fe694581c88e03eedb38f17b8ddc68a7

Addon template for Redis
Parameters:
  App:
    Type: String
    Description: Your application's name.
  Env:
    Type: String
    Description: The environment name your service, job, or workflow is being deployed to.
  Name:
    Type: String
    Description: The name of the service, job, or workflow being deployed.

Resources:
  # Subnet group to control where the Redis gets placed
  RedisSubnetGroup:
    Type: AWS::ElastiCache::SubnetGroup
    Properties:
      Description: Group of subnets to place Redi…

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
8 replies
@sugarjig
Comment options

@TillaTheHun0
Comment options

@efekarakus
Comment options

@TillaTheHun0
Comment options

@efekarakus
Comment options

Answer selected by efekarakus
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
6 participants