2

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

asked Sep 8, 2020 at 4:37
1

1 Answer 1

5

Run Redis in ECS:

Container definitions:

  1. Image:redis:6.0.13
  2. Port mapping:6379
  3. Environment-Command:redis-server,--requirepass redis123456

Login to the Redis Server with password redis123456. It works normally.

Image&Port mapping

Environment-Command

Animeta
1,3633 gold badges19 silver badges32 bronze badges
answered Feb 15, 2022 at 13:04
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.