# Data Loss, Replication and Disaster Recovery on AWS

DevFeed: [Data Loss, Replication and Disaster Recovery on AWS](<https://devfeed.tech/articles/data-loss-replication-and-disaster-recovery-on-aws-18006.md>)

Original publisher: [Read original article](<https://blog.guilleojeda.com/data-loss-replication-and-disaster-recovery-on-aws>)

Author: Guillermo Ojeda

Published: 2023-10-31T18:37:56Z

Content type: tutorial

Language: en

Sources: [Guille Ojeda](<https://devfeed.tech/sources/guille-ojeda.md>)

Topics: [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Disaster Recovery](<https://devfeed.tech/topics/disaster-recovery.md>), [data](<https://devfeed.tech/topics/data.md>), [Amazon S3](<https://devfeed.tech/topics/amazon-s3.md>), [Databases](<https://devfeed.tech/topics/databases.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [aws](<https://devfeed.tech/tags/aws.md>), [cloud-architecture](<https://devfeed.tech/tags/cloud-architecture.md>), [data](<https://devfeed.tech/tags/data.md>), [devops](<https://devfeed.tech/tags/devops.md>), [disaster-recovery](<https://devfeed.tech/tags/disaster-recovery.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [recovery](<https://devfeed.tech/tags/recovery.md>), [replication](<https://devfeed.tech/tags/replication.md>), [s3](<https://devfeed.tech/tags/s3.md>), [snapshots](<https://devfeed.tech/tags/snapshots.md>)

## AI overview

A tutorial on data-loss scenarios in AWS, including hardware failure and human error, and ways to reduce risk using S3, EBS or RDS snapshots, training, and defined procedures.

## Source excerpt

Note: This content was originally published at the Simple AWS newsletter. Imagine this scenario: You have some data that's absolutely critical to your business. If you lose it, it's a disaster! How do you recover? Data Loss Scenarios First, we need t...