You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Redesign HTML report and add --exclude-defaults option
UI:
- Dashboard charts (Top Services, Top Regions), stat cards, and service
section counts now update dynamically when filters change
- Align visual style with AWS Console (Cloudscape Design System):
color palette (#0972d3 blue, #ec7211 orange, #232f3e header),
flat solid bars, bordered cards, restrained color use
- Compact Cloudscape-standard spacing: 14px base font, 1.43 line-height,
10px 12px table cells, 16px card padding, 4px border-radius
- Tags styled as outlined badges instead of gradient pills
- Primary buttons use AWS orange, secondary buttons use bordered style
- Improved mobile layout with 2-column stat grid
- Default resources now show a "DEFAULT" badge in HTML reports
- Report subtitle changed to "Comprehensive AWS Asset Discovery"
--exclude-defaults:
- Add --exclude-defaults CLI flag to filter out AWS-created default
resources (default VPCs, subnets, security groups, route tables,
internet gateways, NACLs, DHCP options)
- Collectors mark resources with top-level is_default field;
CLI filters post-collection (same pattern as tag filtering)
- CSV output includes is_default column
Bug fix:
- Add missing aiobotocore dependency to pyproject.toml, fixing
Lambda collector silently not loading
**Default VPC resources** (default VPCs, subnets, security groups, route tables, internet gateways, NACLs, DHCP options) are collected by default and marked with a "DEFAULT" badge in HTML reports. Use `--exclude-defaults` to filter them out.
316
+
311
317
See [SERVICES.md](SERVICES.md#filtered-resources) for the complete list of filtered resources.
0 commit comments