Home > OS >  When to use EFS over FSx?
When to use EFS over FSx?

Time:11-01

I have read through the documentation for the usecases of EFS and FSx but still i'm confused as to when to use one over the other.

Can anyone provide an ELI5?

CodePudding user response:

EFS is cheaper than FSx.

Some AWS services only support using EFS (AWS Lambda, Linux ECS containers).

Some AWS services only support using FSx (Windows ECS containers).

  • Related