I created a Docker image by extending a Windows Server Core base image and adding an.NET App to it. The resulting container expects a volume to persist data.
I'm using AWS ECS, launching it with Fargate. I have a cluster, a task definition, and an ECR image. I'm able to run the container just fine. I just need to know how to give it a volume.
What type of storage can I use here? And how should I set it up?