From the course: Cloud Computing: BC/DR Best Practices
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
BC/DR for cloud database systems
From the course: Cloud Computing: BC/DR Best Practices
BC/DR for cloud database systems
- [Instructor] When considering disaster recovery in the cloud, it's vital to understand both the databases you're leveraging for backups, and those you are directly backing up. The major cloud providers, such as Amazon Web Services, Microsoft Azure, and Google Cloud Platform offer a wide variety of database services to suit different needs. For AWS users, key options include relational database service, or RDS, for traditional relational workloads, Redshift as a columnar data warehouse for analytics, DynamoDB for object-based NoSQL, and support for third-party databases such as Oracle or IBM Solutions. On the Microsoft side, Azure provides Azure SQL Database for relational needs, IDInsights for analytics and decision support, and similar capability with third-party databases. Google Cloud Platform features Cloud SQL for relational databases, BigQuery for analytics, and many additional offerings. Like the others, Google can host common on-premises databases, providing a clear…