Features Pricing Catalog Docs Demos About Sign in Start free
AWS

Global Resource Search

Free-text search across every discovered AWS resource — instances, buckets, functions, databases.

Tier Builder
Category Inventory
Refresh every 5 min
Scope all regions
Live preview — demo data

Same idea on another cloud

What this pane shows

A search bar over every resource the discovery layer knows about: EC2 instances, S3 buckets, Lambda functions, RDS databases, DynamoDB tables, IAM roles and many more. Results show the service, region and a couple of key attributes so the right hit is obvious. Clicking a result jumps to the relevant per-service pane.

Key use cases

  • Find a resource by partial name when you can't remember exactly which account or region it's in.
  • Track every instance of a naming pattern (e.g. all -prod- resources).
  • Audit how many resources share a substring across the estate.
  • Quickly find the right resource to attach to a ticket or runbook.

How to embed

Drop this snippet on any HTML page that loads lp-embed.js. The pane mounts itself wherever the matching <div> is in the DOM.

<div class="lp-global-search-panel"
     data-lp-account="<your-account-alias>"></div>
<script src="https://lightpane.io/embed/lp-embed.js"
        data-lp-key="<your-access-key>"></script>
<script src="https://lightpane.io/_pane-tests/aws/global-search/global-search.js"
        defer></script>

Tier

Available on Builder and above.

Build notes

Mock-only at the moment — live-wiring tracked in the roadmap.