- Install eslint
- Install prettier, husky
- Redis security group
- Encryption in transit
- Install redis-cli on Amazon Linux 2
- Install nvm on Amazon Linux 2
- Install nvm on Amazon Linux 2 as user data script does not work but works when run manually
- Install node on Amazon Linux 2
- Install epel
- Install s3cmd
- Install AWS cli
- redis_save.sh
- A Backup Script To Move Redis RDBs and AOF to S3
- Backup MySQL to Amazon S3
- mysql-aws-s3-backup.sh
- Save Amazon ElastiCache Redis to file dump.rdb
- backup-redis
- Bash script to dump and restore postgres DB on another host
- How to copy production database on AWS RDS(postgresql) to local development database
- Hacky AWS ElastiCache Hourly Backup Shell Script
- SSH into ElastiCache - Redis
- pg_dump and upload to S3 using s3cmd
- Database backup/restore via S3
- Check if our EC2 instance can connect with elasticache
REDIS_SESSION_DB=0 REDIS_HOST=localhost REDIS_PASSWORD=c6eakLo3p1WwbcBCmsJQ REDIS_PORT=6379 REDIS_TLS=false node index
REDIS_SESSION_DB=0 REDIS_HOST=master.test-elasticache.bmjevo.use1.cache.amazonaws.com REDIS_PASSWORD=testELASTICACHEinstance REDIS_PORT=23431 REDIS_TLS=true node index
redis-cli -h master.test-elasticache.bmjevo.use1.cache.amazonaws.com --tls -a testELASTICACHEinstance -p 23431 -n 0