All Projects → aws-samples → aws-backup-automation

aws-samples / aws-backup-automation

Licence: MIT-0 License
AWS CloudFormation templates and Python code for AWS blog post on how to automate centralized backup at scale across AWS services using AWS Backup.

Projects that are alternatives of or similar to aws-backup-automation

helm-backup
Helm plugin which performs backup/restore of releases in a namespace to/from a file
Stars: ✭ 70 (+483.33%)
Mutual labels:  backup, disaster-recovery
velero-plugin-example
Example project for plugins for Velero, a Kubernetes disaster recovery utility
Stars: ✭ 45 (+275%)
Mutual labels:  backup, disaster-recovery
Velero
Backup and migrate Kubernetes applications and their persistent volumes
Stars: ✭ 5,864 (+48766.67%)
Mutual labels:  backup, disaster-recovery
gasper
Gasper is a CLI for safe, privacy-aware file storage based on Shamir's Secret Sharing
Stars: ✭ 37 (+208.33%)
Mutual labels:  backup, storage
esop
Cloud-enabled backup and restore tool for Apache Cassandra
Stars: ✭ 40 (+233.33%)
Mutual labels:  backup, storage
awesome-storage
A curated list of storage open source tools. Backups, redundancy, sharing, distribution, encryption, etc.
Stars: ✭ 324 (+2600%)
Mutual labels:  backup, storage
ansible-role-backup
Ansible Role - Backup for simple servers
Stars: ✭ 122 (+916.67%)
Mutual labels:  backup, disaster-recovery
n3dr
Nexus3 Disaster Recovery (N3DR) is a tool that is capable of downloading all artifacts from a Nexus3 server and to migrate them to another Nexus3 server. Note that some repository formats are not supported at the moment.
Stars: ✭ 110 (+816.67%)
Mutual labels:  backup, disaster-recovery
minio-rclone-webdav-server
A @rclone served WebDAV server with @minio as the s3 storage backend docker example
Stars: ✭ 17 (+41.67%)
Mutual labels:  backup, storage
radio
Redundant Array of Distributed Independent Objectstores in short RADIO performs synchronous mirroring, erasure coding across multiple object stores
Stars: ✭ 25 (+108.33%)
Mutual labels:  backup, disaster-recovery
jiva
CAS Data Engine - iSCSI Distributed Block Storage Controller built-in Go
Stars: ✭ 121 (+908.33%)
Mutual labels:  storage
docker-backup-to-s3
Docker container that periodically backups files to Amazon S3 using s3cmd and cron
Stars: ✭ 124 (+933.33%)
Mutual labels:  backup
zzmysqldump
mysqldump every DB of your MySQL Server to its own, 7z-compressed file.
Stars: ✭ 47 (+291.67%)
Mutual labels:  backup
nativestor
NativeStor provide kubernetes local storage which is light weight and high performance
Stars: ✭ 20 (+66.67%)
Mutual labels:  storage
docker base images
Vlad's Base Images for Docker
Stars: ✭ 61 (+408.33%)
Mutual labels:  backup
BM
The Utility to Install Songs, Install Mods, Install/Update BMBF, Install HitSounds, download automatically made Playlists, get better support, switch between the modded and unmodded Version of Beat Saber, do full Backups and way more
Stars: ✭ 33 (+175%)
Mutual labels:  backup
AzureServicesForUnity
Accessing Azure services (App Service, Table Storage, CosmosDB with Table API, Event Hubs) from a Unity game
Stars: ✭ 52 (+333.33%)
Mutual labels:  storage
myhoard
MySQL Backup and Point-in-time Recovery service
Stars: ✭ 62 (+416.67%)
Mutual labels:  backup
paperback
Paper backup generator suitable for long-term storage.
Stars: ✭ 517 (+4208.33%)
Mutual labels:  backup
ceph-cheatsheet
All™ you ever wanted to know about operating a Ceph cluster!
Stars: ✭ 84 (+600%)
Mutual labels:  storage

Blog Post - Automate centralized backup at scale across AWS services using AWS Backup

This solution demonstrates how you can save time using AWS CloudFormation automation to centrally automate and scale the process of implementing AWS Backup policies, backup vaults, and cross-Region, cross-account replication across your multi-account AWS environment. Using this solution, you can easily manage AWS Backup with automation and implement a data protection strategy that mitigates the risk of data loss.. In this repository, you will find all the AWS CloudFormation templates and Python code that will build this solution in your AWS environment.

Solution architecture and design

The workflow and architecture of the solution works as follows:

In the management account (the environment hosting your AWS Organizations):

  1. Opt in to use the AWS Backup service and cross-account management features. See the blog post on how to Automate centralized backup at scale across AWS services using AWS Backup for further details.
  2. aws-backup-member-account-iam-role.yaml: This stackset implements the IAM roles assumed by the AWS Backup service for backup and restore jobs across the member accounts.
  3. aws-backup-member-account.yaml: This stackset implements the local backup vaults and vault AWS KMS encryption keys in the member accounts. We assume that the supported AWS Backup resources in the member accounts are tagged as indicated in the prerequisites section of the blog.
  4. aws-backup-central-backup-account.yaml: This stackset implements the central backup vault, IAM role, vault AWS KMS encryption key, and vault access policy in the central backup account.
  5. aws-backup-org-policy.yaml: This stack implements a Lambda function, Lambda IAM role, and centralized backup policies. The backup policies consist of tag-based and cross-account, cross-Region copy policies that are automatically attached to the root OU and inherited by all AWS Organizations accounts.

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].