Reputation: 637
I want to use Redis with my nodejs app running in docker on AWS ECS. I'd either want a solution to run Redis in ECS or solution on how to connect ECS with AWS Elasticache
Upvotes: 2
Views: 5185
Reputation: 51
Run Redis in ECS:
Container definitions:
Login to the Redis Server with password redis123456. It works normally.
Upvotes: 5