Storage Persistence Between Docker Containers on AWS ECS Fargate

If you are used to Docker you know that containers are stateless. It means that if you shut it down or spawn new containers, anything you wrote to disk will be gone. That’s one of the reasons a lot of people just write stuff to S3 buckets instead. But what if you are hosting yourContinue reading “Storage Persistence Between Docker Containers on AWS ECS Fargate”