AWS
IAM Access Keys
IAM access keys with age, last-used date and service — stale and unused keys called out first.
Live preview — demo data
What this pane shows
Per-user listing of IAM access keys with creation date, age in days, last-used timestamp, the AWS service the key was last used against and the region. Keys older than 90 days, keys unused for 90 days, and keys never used at all are surfaced first.
Key use cases
- Rotate access keys older than policy threshold.
- Delete unused keys (lower attack surface; reduce policy violations).
- Investigate which keys are still being used by which services after a service-account refactor.
- Audit IAM-user hygiene during a SOC 2 or ISO 27001 review.
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-iam-keys-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/iam-keys/iam-keys.js"
defer></script>
Tier
Available on Explorer and above.
Build notes
Mock-only at the moment — live-wiring tracked in the roadmap.