What does AWS EFS do?

Amazon EFS allows you to share one disk volume with more than one server. One example where this is useful is if you have several servers behind a load balancer. If one server in the group needs some sort of information that may have been created by some other server in the group during a previous session, that information could be stored on the shared volume.

Note that EFS currently works only with Linux servers.