- Newest
- Most votes
- Most comments
When you have multiple backup rules in a single backup plan with overlapping time frames, AWS Backup optimizes by prioritizing the rule with the longer retention period. This is why your hourly backups aren't running during the 8-hour start window of your 12-hour backup rule.
To achieve your goal of hourly backups without interruption while also maintaining daily and weekly backups with longer retention periods, you should create separate backup plans rather than multiple rules in a single plan. This approach avoids the optimization behavior that's preventing your hourly backups during the overlap period.
Create three separate backup plans:
- Hourly backup plan: One rule with 1-hour frequency and 1-day retention
- Daily backup plan: One rule with 12-hour or 24-hour frequency and longer retention (e.g., 7 days or 30 days)
- Weekly backup plan: One rule with weekly frequency and even longer retention
By separating these into different backup plans rather than rules within a single plan, you'll avoid the optimization behavior where AWS Backup prioritizes the rule with the longer retention period during overlapping windows. Each plan will run independently according to its schedule, ensuring your hourly backups continue without interruption.
This approach will create separate backup jobs for each plan, allowing you to have the frequent recovery points you need for short-term recovery as well as the longer-term backups for extended retention requirements.
Sources
Backup plan options and configuration - AWS Backup
Relevant content
- asked 9 months ago
- asked 9 months ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 5 months ago

I wonder what is the real use case for multiple backup rules as part of a backup plan though.