efs

class moto.efs.models.EFSBackend(region_name: str, account_id: str)

The backend manager of EFS resources.

This is the state-machine for each region, tracking the file systems, mount targets, and eventually access points that are deployed. Creating, updating, and destroying such resources should always go through this class.

Implemented features for this service