MongoDB Docker Container on AWS ECS using EFS MongoDB Docker Container on AWS ECS using EFS docker docker

MongoDB Docker Container on AWS ECS using EFS


It would depend on your requirements. Basically, EFS implements NFSv4 protocols. Usually NFS is slower than the block device. Didn't test it. But think EFS performance would be lower than EBS on the same SSD device. You could test your application with MongoDB on EFS. If performance is not a concern, it would be fine to use EFS.