- Newest
- Most votes
- Most comments
In AWS Backup, you can create Amazon S3 backups types that can be continuous or periodic.
- Continuous backups allow you to store backups for up to 35 days and restore to any point in time for the past 35 days.
- Periodic backups are considered snapshot backups and you can restore only the data that was present at the time of the backup. Periodic backups allow you store backups for longer periods of time to satisfy compliance requirements.
More details here- https://repost.aws/knowledge-center/backup-s3-continuous-periodic-backups
Periodic backups run based on the Backup frequency in your backup plan. S3 Continuous backups takes the backup of the most recent 15 minutes of activities and it is independent of the schedule. As mentioned in doc, Amazon S3 allows restores up until the most recent 15 minutes of activity.
Since you're unable to see any periodic recovery points in the Vaults so likely only S3 Continuous backups is configured for the s3 bucket.
For example you have a backup plan to take the backup of the s3 bucket with both continuous and periodic backup types with frequency of 1 days & retention period of 35 days. So after end of the month (considering 30 days in a month), there will be 1 s3 continuous backup and 30 s3 periodic backup for the s3 resource inside the vault.
Note: Assuming there is no backup job failure.
Further, In case you see recovery window of 3 days so likely the s3 Continuous backup was created 3 days ago. Please let us know in case you've additional query related to s3 backup.
Relevant content
- asked 3 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 3 years ago