Skip to content

Instantly share code, notes, and snippets.

@KeithP
Last active March 11, 2022 06:49
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save KeithP/08b38189372b7fd241e5 to your computer and use it in GitHub Desktop.
Save KeithP/08b38189372b7fd241e5 to your computer and use it in GitHub Desktop.
install redis on AWS EC2
packages:
yum:
gcc-c++: []
make: []
git: []
commands:
redis_script_01:
command: wget https://raw.github.com/KeithP/install-redis-amazon-linux-centos/master/redis-install-script.sh
redis_script_02:
command: chmod 777 redis-install-script.sh
redis_script_03:
command: ./redis-install-script.sh
redis_server_start:
command: service redis-server start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment