Common Issues
Common Issues
This page covers the most frequently encountered issues and their solutions.
Scheduling Issues
Resources Not Being Scheduled
Symptoms:
- Tagged resources aren’t starting/stopping
- No activity in Dashboard
- Schedule exists but nothing happens
Possible Causes & Solutions:
| Cause | Solution |
|---|---|
| Service not enabled | Enable the service in Project Defaults |
| Region not added | Add the region to Project Defaults |
| Tag mismatch | Verify tag key and value match exactly |
| Account unconfigured | Deploy IAM role and click “Check” |
| Schedule disabled | Enable the schedule |
Verification Steps:
- Navigate to Project Defaults
- Confirm the service type is enabled
- Confirm the region is listed
- Navigate to Accounts > Manage
- Verify account shows “Configured”
- Check that resource tag matches schedule name exactly
Schedule Running at Wrong Time
Symptoms:
- Resources start/stop at unexpected times
- Time offset from expected schedule
Solutions:
- Check timezone - Verify schedule timezone matches your intent
- UTC conversion - SkySaver stores times in the selected timezone
- DST handling - Be aware of daylight saving time transitions
Resources Staying Running
Symptoms:
- Resources don’t stop when period ends
- Continuously running despite schedule
Solutions:
- Verify the stop time in your period
- Check if another period overlaps
- Confirm no AWS events are restarting resources
- Review CloudTrail for manual interventions
Account Issues
Account Shows “Unconfigured”
Symptoms:
- Account status shows unconfigured
- “Check” button doesn’t change status
Solutions:
- Verify CloudFormation template was deployed successfully
- Check that role name matches (default:
SkySaverScheduler) - Verify External ID matches Project Defaults
- Ensure the template was deployed in the correct AWS account
Can’t Add Account
Symptoms:
- Error when adding account ID
- Account doesn’t appear after submission
Solutions:
- Verify account ID is 12 digits
- Check for leading zeros
- Ensure account isn’t already added
- Verify user has
write:accountspermission
Cost Explorer Issues
No Cost Data
Symptoms:
- Cost Explorer shows blank
- Dashboard widgets empty
- No historical data
Solutions:
- Enable AWS Cost Explorer - Must be activated in AWS Billing Console
- Wait for data - Initial data takes 24-48 hours
- Check permissions - IAM role needs
ce:*permissions - Verify account - Cost Explorer must be enabled in management account
Stale Cost Data
Symptoms:
- Data seems outdated
- Yesterday’s costs not showing
Solutions:
- AWS Cost Explorer data has 24-48 hour delay
- This is normal AWS behavior
- Check back the next day for updated data
Automation Issues
Automation Failed
Symptoms:
- Automation Reports show failure
- Error status in Automations page
Solutions:
- View the specific error in Automation Reports
- Check IAM Permissions
- Verify the automation is enabled
- Check AWS service limits
Automation Not Running
Symptoms:
- No recent executions
- Automation shows enabled but no activity
Solutions:
- Continuous automations - Should run automatically when enabled
- Cadence automations - Wait for scheduled run time
- Trigger automations - Must be manually triggered
- Check for any system-wide issues
Login Issues
Can’t Log In
Symptoms:
- Login fails
- Error after entering credentials
Solutions:
- Verify email - Must match registered email
- Check Cognito - Reset password if needed
- Clear cache - Try incognito/private window
- Check status - Verify SkySaver service status
No Access After Login
Symptoms:
- Login succeeds but can’t see features
- Empty dashboard
Solutions:
- Verify you’re in the correct project (check project selector)
- Contact admin to verify RBAC permissions
- Ensure user was added to the project
Performance Issues
Slow Page Load
Symptoms:
- Pages take long to load
- Timeouts
Solutions:
- Check internet connection
- Try a different browser
- Clear browser cache
- Reduce date range in queries
Reports Timeout
Symptoms:
- Automation reports won’t load
- Export times out
Solutions:
- Filter to smaller date range
- Filter by specific automation
- Try during off-peak hours
Related Topics
- IAM Permissions - AWS permission issues
- FAQ - Frequently asked questions