You should consider AWS Elasticache Redis as a first choice for Redis
- Enviroment preparation
sudo yum update
sudo yum groupinstall "Development Tools" -y
- Install from source
wget https://download.redis.io/redis-stable.tar.gz
tar -xzvf redis-stable.tar.gz
cd redis-stable
make