Features Pricing Catalog Docs Demos About Sign in Start free
AWS Service inventory

EFS file systems

Every EFS file system with size, throughput mode, lifecycle policy and mount targets.

Tier Explorer
Category Data & Storage
Service ID efs_file_systems
Scope regional
Sample preview — fixture data, not a live cloud account

How to embed

Drop this snippet on any HTML page. The single lp.js loader pulls in the rendering runtime, finds every data-lp-service target on the page, and renders.

<script>
  window.lpEmbed = {
    apiBase:   'https://api.lightpane.io',
    accessKey: '<your-access-key>'
  };
</script>
<script src="https://lightpane.io/embed/lp.js"></script>
<div data-lp-service="efs_file_systems"
     data-lp-attributes="name,file_system_id,life_cycle_state,performance_mode,throughput_mode"></div>

Use data-lp-attributes to pick which columns render (omit for the service default). Other supported attributes on the target div: data-lp-region, data-lp-account, data-lp-match, data-lp-label, data-lp-render.

Attributes shown

Each row in the inventory carries these fields by default. Per- attribute customisation (choosing which to show, default sort, filter presets) will appear in the Customisation section below in a future release.

Name name
File System ID file_system_id
State life_cycle_state status_badge
Performance Mode performance_mode
Throughput Mode throughput_mode
Size size_in_bytes bytes
Encrypted encrypted boolean

Customisation

Coming soon. This is where per-pane presentation options (column selection, default sort, compact mode, filter presets) will live, both as a configurator on this page and as fields that mirror into the embed snippet above.