Automations

Automations Overview

SkySaver Automations are powerful background processes that continuously optimize your AWS environment. They handle everything from resource scheduling to storage optimization and cleanup tasks.

Automation Types

SkySaver offers three types of automations, each suited for different optimization scenarios:

TypeDescriptionExecution
ContinuousRuns constantly, processing data as it becomes availableAlways active when enabled
CadenceRuns on a regular schedule (hourly, daily, etc.)Scheduled intervals
TriggerRuns on-demand when manually initiatedUser-triggered

Available Automations

AutomationTypeDescription
Resource SchedulingContinuousSchedules EC2, RDS, Lambda, and ASG resources
Cost ExplorerContinuousCollects and visualizes AWS cost data
Apply S3 Intelligent TieringCadenceAutomatically applies S3 Intelligent-Tiering lifecycle policies to eligible buckets
Orphaned Security Group FinderTriggerFinds security groups not associated with any active resources
Unattached Network Interface FinderTriggerFinds ENIs with status “available” (not attached to any resource)

Managing Automations

Viewing Automations

Navigate to Automations in the main menu to see all available automations.

Automations List Automations List Each automation card displays:

  • Automation name and description
  • Type badge (continuous/cadence/trigger)
  • Available for Project toggle — enables the automation at the project level
  • Account coverage stat — Enabled for X of Y accounts

Enabling/Disabling Automations

Each automation card has a toggle to enable or disable the automation for your project. You can also use the bulk action buttons to apply the change across all accounts at once:

  • Enable for All — enables the automation on every connected AWS account
  • Disable for All — disables the automation on every connected AWS account

Individual account-level toggles can be managed from Tenant Management > Accounts.

Triggering On-Demand Automations

For Trigger-type automations:

  1. Click the Run Now button on the automation card
  2. View results in Automation Reports

Automation Status

StatusMeaning
EnabledAutomation is active and running
DisabledAutomation is not running
RunningAutomation is currently executing
ErrorLast execution encountered an issue

Monitoring Automations

Track automation activity through:

Best Practices

  1. Start with Trigger automations - Run on-demand first to understand what changes will be made
  2. Review reports regularly - Check Automation Reports for execution status and findings
  3. Enable incrementally - Enable one automation at a time to understand its impact
  4. Monitor costs - Use Cost Explorer to track savings from automations

In This Section