How can both ECS services, using the same Docker image but running in different containers, share the same Docker volume?
I’m working on a Django application where I need to upload a file received from a Django admin form to an S3 bucket asynchronously using a Celery shared task. Here is the relevant code: