Connect Redis on EC2 Instance 2022-09-15 0 minute read aws , EC2 , Redis Installl Redis CLI on EC2 sudo apt-get install redis Connect to Redis redis-cli -h cache-001.xxxxxx.0001.euc1.cache.amazonaws.com -c -p 6379