RazvanGherlea
RazvanGherlea
Hi, I found a better solution. Once the container runs and fails, check the cloudwatch logs of the execution. you will see what aws ecs rest api uses as group...
Yes, I got the docker socket mounted and faced the same issue as described here. After adding the group it worked without double mounts. In my dockerfile: ``` RUN groupadd...
To be honest it's ECS but **not fargate**. On the other hand, just to clarify that "Serverless" is a misnomer in the sense that servers are still used by cloud...