T
Twenty4w ago
fjcero

Self-hosting in ECS with RDS+ElastiCache hungs

I've been trying to setup the server in ECS with the Dockerfile provided. Locally, I am able to run the container, against RDS using a ssh tunnel. Whenever I want to run with ElastiCache, I found multiple issues. I ended up using a local instance of Redis. For production, I'm changing my initial plan of using ElastiCache to containeraized Redis. I wonder if anyone else had this problem and what they found in the process?
1 Reply
fjcero
fjceroOP4w ago
Fixed it 🙂 For any reason, Elasticache Redis OSS hangs completely, so I created a new container with Redis latest version, and everything worked. I didn't have time to debug if it was a limitation of permission sets or memory issues. Even after modifying parameter sets. So starting redis on its own container and adding it to the service registry did the trick Will share more on this was of deploying soon!

Did you find this page helpful?