# Budgerigar Sample Data

This sample dataset contains realistic budget configurations for 25 AWS accounts across different environments and regions.

## Budget Configurations
 - budget-schedule-dev.csv:      36-month budget schedule for multiple example accounts
 - budget-schedule-staging.csv:  36-month budget schedule for multiple example accounts
 - budget-schedule-prod.csv:     36-month budget schedule for multiple example accounts
 - budget-schedule-misc.csv:     36-month budget schedule for multiple example accounts
 - budget-tags.csv:              Cost allocation tags (global and account-specific)
 - budget-notifications.csv:     Notification configurations for cost alerts


## Notification Configurations

### ACTUAL Notifications
- 50% threshold → finance@example.com, alerts@example.com
- 80% threshold → manager@example.com
- 100% threshold → urgent@example.com + SNS Topic

### FORECASTED Notifications
- 75% threshold → forecast@example.com
- 100% threshold → critical@example.com + SNS Topic

Note: Production accounts receive all notifications; dev/staging receive subset.

## Tags

### Global Tags (ALL accounts)
- Organization: AcmeCorp
- CostCenter: Engineering
- ManagedBy: Budgerigar

### Environment-Specific Tags
- Environment: Development|Staging|Production
- Critical: true (production only)
- Region: AWS region name

## Import Instructions

1. Open Budgerigar at http://demo.cloudbudgetmanager.com
2. Navigate to the Accounts panel
3. Click "Import from CSV" or drag this ZIP file
4. Review imported data in the UI

You can also import individual CSV files to update specific sections.

## Use Cases

This sample data is useful for:
- Testing Budgerigar functionality
- Learning CSV import/export formats
- Demonstrating multi-account budget management
- Training and demonstrations

