AWX on ECS

Hello guys:

Are any of you already running a recent AWX version on Amazon ECS? I was wondering if anyone with this kind of experience might share some ideas of how you get that done.

One of my main questions is if you need to run “awx” and “redis” container both as part of a single task definition with some common volumes shared between them.

I guess redis still needs to run locally by providing a socket directory to awx container, right? Or is there a way to run redis as an external instance with a TCP+TLS connection?

The other question I have is how you put the environment.sh, SECRET_KEY, nginx.conf and other required files in a shared volume inside a task definition.

I hope someone can point me out to some possible solutions.

Thank you all