Automation Reports
Automation Reports
Automation Reports provide visibility into the execution history of all SkySaver automations. Use reports to monitor automation health, review findings, and download data for further analysis.
Accessing Reports
Navigate to Automation Reports from the main menu to view all automation executions.
Reports Dashboard
The reports page displays:
| Column | Description |
|---|---|
| Automation | Name of the automation that ran |
| Status | Execution result (Success, Failed, Partial) |
| Started At | When the execution began |
| Completed At | When the execution finished |
| Duration | Total execution time |
| Actions | Download, View Details |
Filtering Reports
Filter reports by:
- Automation Type - Filter to a specific automation
- Status - Show only successful, failed, or partial runs
- Date Range - Filter by execution date
- Account - Filter by AWS account
Understanding Status
| Status | Meaning |
|---|---|
| Success | Automation completed without errors |
| Failed | Automation encountered a fatal error |
| Partial | Some actions succeeded, others failed |
| Running | Automation is currently executing |
| Pending | Automation is queued to run |
Report Details
Click on a report row to view details:
Summary
- Total resources processed
- Actions taken
- Errors encountered
- Execution timeline
Findings
For discovery automations (Security Group Finder, ENI Finder):
- List of identified resources
- Resource details
- Recommendations
Actions Taken
For action automations (Resource Scheduler, S3 Intelligent Tiering):
- Resources modified
- Changes made
- Before/after states
Downloading Reports
Export report data for further analysis:
- Find the report you want to download
- Click the Download button or CSV icon
- Choose format (CSV)
- The file will download to your computer
CSV Format
Downloaded CSVs include all report data:
resource_id,resource_type,action,status,timestamp,details
eni-12345678,NetworkInterface,Identified,Success,2024-01-15T10:30:00Z,Unattached ENI found
sg-87654321,SecurityGroup,Identified,Success,2024-01-15T10:31:00Z,Orphaned security groupReport Retention
- Reports are retained for 30 days
- Download important reports before they expire
- Contact support for extended retention needs
Monitoring Automation Health
Use reports to monitor:
- Execution frequency - Ensure automations run as expected
- Success rate - Identify recurring failures
- Resource coverage - Verify all accounts/regions are processed
- Trends - Track findings over time
Common Report Patterns
Resource Scheduler Reports
| Pattern | Meaning |
|---|---|
| Many starts at 9 AM | Schedule periods beginning |
| Many stops at 6 PM | Schedule periods ending |
| Failed actions | Permission issues or resource state problems |
Security Group Finder Reports
| Pattern | Meaning |
|---|---|
| High count first run | Initial cleanup needed |
| Decreasing over time | Cleanup is working |
| Sudden increase | Possible infrastructure changes |
Troubleshooting Failed Reports
When a report shows failures:
- View details - Check error messages
- Common causes:
- IAM permission denied
- Resource in invalid state
- Rate limiting from AWS
- Network timeout
- Resolution:
- Check IAM role permissions
- Verify AWS account configuration
- Retry the automation
Notifications
Configure notifications for automation failures:
- Navigate to Settings > Notifications
- Enable email alerts for failed automations
- Specify email recipients
Best Practices
- Review weekly - Regular monitoring catches issues early
- Download important reports - Before they expire
- Investigate failures - Don’t ignore recurring errors
- Track trends - Use reports to measure improvement
- Share with stakeholders - Export reports for management reviews
Related Topics
- Automations Overview - Understanding automation types
- Dashboard - Recent activity widget
- Troubleshooting - Common issues and solutions