AWS
Service Quotas
AWS service quotas with current usage vs limit — the ones most likely to bite at scale.
Live preview — demo data
What this pane shows
A curated set of AWS service quotas across EC2, Lambda, VPC, EBS, RDS, ELB, S3, Auto Scaling, IAM, DynamoDB, Step Functions and ECR — the ones that genuinely block workloads at scale. Each row shows current usage, the quota limit and percentage used. Quotas at >80% are highlighted.
Key use cases
- Catch the quota you're about to hit before the next deploy fails.
- Plan a quota-increase request weeks ahead of the launch event that needs it.
- Audit which quotas have been increased above defaults in this account.
- Confirm a quota request was approved and applied.
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-service-quota-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/service-quota/service-quota.js"
defer></script>
Tier
Available on Explorer and above.
Build notes
No outstanding build notes.