Skip to main content
Version 1 Documentation
This is Version 1 documentation for the Cloud Posse Reference Architecture. To determine which version you're using, please see Version Identification. To understand why this version changed, please see the blog post.
Version: v1

Decide on AWS Backup Requirements

Problem

Context

We need a standardized way to implement backup services for AWS resources (S3, databases, EC2 instances, EFS, etc. etc.) to have the ability to restore data from points in time in the event of data loss or corruption.

AWS provides a managed backup service offering called AWS Backup. https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html

We need to determine if we are opting in or opting out using AWS Backup.

References