Skip to content

Instantly share code, notes, and snippets.

@vickyRathee
vickyRathee / install_redis-5.0.8.config
Created May 6, 2020 13:16
Elastic beanstalk .ebextensions config to auto install Redis
packages:
yum:
gcc-c++: []
make: []
sources:
/home/ec2-user: http://download.redis.io/releases/redis-5.0.8.tar.gz
commands:
redis_build:
command: make
cwd: /home/ec2-user/redis-5.0.8