generate_account_dashboard
Generate a cost dashboard for your AWS account showing current vs previous month spend, projected costs, top drivers, optimization chances, and budget status. Opens as a self-contained HTML page.
Instructions
Generate a cost dashboard for the account and open it in your browser.
Shows total spend this month vs last month, projected spend, top cost drivers by service, open optimization opportunities, realized savings, and budget status. Outputs a self-contained HTML file.
Args: account_id: AWS account ID to scope the dashboard. Auto-detected from your configured credentials when omitted. open_browser: Open the HTML file in the default browser (default True). push_to_notion: Also push a summary to your configured Notion page (requires NOTION_API_KEY and NOTION_PAGE_ID env vars).
Use when: - "Show me a dashboard" - "Give me a summary of my costs" - "Generate the account dashboard" - "What does my cost health look like?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | No | ||
| open_browser | No | ||
| push_to_notion | No |