Skip to content

Serverless Lambda functions to vertical scaling AWS Elasticache up & down.

Notifications You must be signed in to change notification settings

ragul28/lambda-elasticache-scaling

Repository files navigation

AWS Lambda Elasticache scaling

Modify or Scale any AWS resource using schduled lambda function. This template shows schedule based vertical scaling of AWS Elasticache (redis) cluster. Here eventbridge schedule used as lambda trigger. If error occurred email is dispatched via SNS.

Stack

  • Lambda
  • Elasticache
  • Eventbridge
  • SNS
  • Serverless framework

Usage Guide

  1. Create config file using sample config template.
cp config.sample.yml config.yml
  1. Fill the relevant values in config yml file.
  • AWS Profile
  • redis Cluster
  • Email
  • Scale up & down cron time
  1. deploy using serverless.
sls deploy

About

Serverless Lambda functions to vertical scaling AWS Elasticache up & down.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages