Managing Accounts
Managing AWS Accounts
SkySaver can monitor and manage resources across multiple AWS accounts. This section covers how to add, configure, and manage AWS accounts in your project.
Prerequisites
Before adding an AWS account:
- Deploy IAM Role - Complete the AWS Account Setup to deploy the required IAM role
- Note Account ID - Have your 12-digit AWS account ID ready
- Verify Permissions - Ensure the CloudFormation template was deployed successfully
Tip: For first-time users, we suggest deploying the IAM role before adding accounts. This reduces configuration steps.
Viewing Accounts
Navigate to Accounts > Manage to see all connected AWS accounts.
| Column | Description |
|---|---|
| Account ID | 12-digit AWS account number |
| Status | Configuration status (Configured/Unconfigured) |
| Tag | Schedule tag key for this account |
| Regions | Enabled regions |
| Actions | Check, Edit, Remove |
Adding Accounts
Step 1: Navigate to Add Account
Navigate to Accounts > Add Account
Step 2: Enter Account ID
- Click the Add another account button
- Enter the 12-digit AWS account ID
- Repeat for additional accounts
Step 3: Submit
Click Submit to add the accounts to your project.
Account Status
After adding an account, check its status:
| Status | Meaning | Action |
|---|---|---|
| Configured | IAM role is accessible | Ready to use |
| Unconfigured | IAM role not found | Deploy CloudFormation template |
| Error | Permission issue | Check IAM role configuration |
Checking Account Status
- Navigate to Accounts > Manage
- Click Check on the account
- SkySaver attempts to assume the IAM role
- Status updates based on result
Account Configuration
Each account can have custom settings:
Tag Configuration
Override the project default tag for specific accounts:
- Click Edit on the account
- Update the Tag field
- Click Save
This allows different accounts to use different schedule tag keys.
Regional Settings
Accounts inherit project default regions, but can be customized:
- Click Edit on the account
- Add or remove Regions
- Click Save
Multi-Account Setup
SkySaver supports managing many AWS accounts:
graph TB
A[SkySaver Project] --> B[Production Account]
A --> C[Staging Account]
A --> D[Development Account]
A --> E[Shared Services Account]Best Practices
- Organize by purpose - Use projects to group related accounts
- Consistent tagging - Use the same tag key across accounts when possible
- Least privilege - Only grant necessary permissions
- Regular audits - Periodically verify account configurations
AWS Marketplace Integration
If you subscribed via AWS Marketplace:
- The subscribing AWS account is automatically added
- You still need to deploy the IAM role
- Additional accounts can be added manually
Removing Accounts
To remove an AWS account:
- Navigate to Accounts > Manage
- Click Remove on the account
- Confirm removal
Warning: Removing an account stops all SkySaver management of resources in that account. Schedules will no longer execute.
Troubleshooting
| Issue | Cause | Solution |
|---|---|---|
| Account stays unconfigured | IAM role not deployed | Deploy CloudFormation template |
| Permission denied | External ID mismatch | Verify External ID in role |
| Region not found | Region not enabled | Add region to account settings |
| Resources not found | Wrong tag configured | Verify tag key matches |
Related Topics
- AWS Account Setup - Deploy the IAM role
- Project Defaults - Project-level settings
- Key Concepts - Understanding accounts and projects


