Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dastergon/common-disaster-recovery-scenarios
A list of common Disaster Recovery (DR) scenarios for software companies
https://github.com/dastergon/common-disaster-recovery-scenarios
chaos-engineering devops disaster-management disaster-recovery security site-reliability site-reliability-engineering
Last synced: 7 days ago
JSON representation
A list of common Disaster Recovery (DR) scenarios for software companies
- Host: GitHub
- URL: https://github.com/dastergon/common-disaster-recovery-scenarios
- Owner: dastergon
- License: cc0-1.0
- Created: 2018-12-23T13:52:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-13T13:25:28.000Z (over 3 years ago)
- Last Synced: 2024-10-28T12:40:49.110Z (about 2 months ago)
- Topics: chaos-engineering, devops, disaster-management, disaster-recovery, security, site-reliability, site-reliability-engineering
- Size: 2.93 KB
- Stars: 33
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Common Disaster Recovery Scenarios
This is a list of common Disaster Recovery scenarios for software companies.
It is nearly-impossible to cover all the scenarios that can happen. However, this list should include some common scenarios that can help companies kick-start their own set of policies.
## Contributing
Please take a look at the [contribution guidelines](CONTRIBUTING.md) first.
Contributions are always welcome!## Table of Contents
- [Natural Disasters](#natural-disasters)
- [Hardware Failure](#hardware-failure)
- [Software Failure](#software-failure)
- [Human Error](#human-error)
- [Insider Threats](#insider-threats)
- [Security Threats](#security-threats)
- [Other](#other)## Natural Disasters
- Fire at data center
- Earthquake at data center
- Flood at data center## Hardware Failure
- Cooling system down overnight at data center
- Rack failure
- Memory corruption due to electricity problems
- Unexpected unplugging of a network link
- Faulty backup tapes## Software Failure
- Corruption of critical application## Human Error
- Accidental release of private decryption keys## Insider Threats
- Unauthorized Remote Desktop server running at some internal workstations
- DDoS triggered by a rogue employee.## Security Threats
- Compromised network
- Compromised server
- Compromised middle-box## Other
- Loss of staff scenarios