Q73 — AWS SAA-C03 Ch.12
Question 73 of 100 | ← Chapter 12
Q873. A large international university has deployed all of its compute services in the AWS Cloud. These services include Amazon EC2, Amazon RDS, and Amazon DynamoDB. The university currently relies on many custom scripts to back up its infrastructure. However, the university wants to centralize management and automate data backups as much as possible by using AWS native options.Which solution will meet these requirements?
- A. Use third-party backup software with an AWS Storage Gateway tape gateway virtual tape library.
- B. Use AWS Backup to configure and monitor all backups for the services in use. ✓
- C. Use AWS Config to set lifecycle management to take snapshots of all data sources on a schedule.
- D. Use AWS Systems Manager State Manager to manage the configuration and monitoring of backup tasks.
Correct Answer: B. Use AWS Backup to configure and monitor all backups for the services in use.
Explanation
To centralize management and automate data backups for the compute services in the AWS Cloud, including Amazon EC2, Amazon RDS, and Amazon DynamoDB, the recommended solution is:B. Use AWS Backup to configure and monitor all backups for the services in use.Here's why:Option A suggests using third-party backup software with an AWS Storage Gateway tape gateway virtual tape library. While this option may provide backup capabilities, it introduces additional complexity by relying on third-party software and configuring a virtual tape library. It may not be the most native and streamlined solution for managing backups in the AWS Cloud.Option C suggests using AWS Config to set lifecycle management to take snapshots of all data sources on a schedule. AWS Config is primarily used for resource configuration management and compliance monitoring rather than backup management. While snapshots can be used as a form of backup, they may not provide the centralized management and automation capabilities required in this scenario.Option D suggests using AWS Systems Manager State Manager to manage the configuration and monitoring of backup tasks. However, AWS Systems Manager State Manager is used for managing and enforcing instance configurations, not specifically for backup management. It may not provide the comprehensive backup features required for the university's needs.Option B recommends using AWS Backup, which is a fully managed backup service provided by AWS. It is specifically designed to centralize and automate data backups for various AWS services, including Amazon EC2, Amazon RDS, and Amazon DynamoDB. AWS Backup simplifies the backup process by providing a unified console, policy-based management, and automated backup scheduling. It supports application-consistent backups and provides features like backup monitoring, retention management, and restore capabilities.In summary, the most suitable solution for centralizing management and automating data backups for the compute services in the AWS Cloud is to use AWS Backup (Option B). This native AWS service offers the necessary features and capabilities to streamline the backup process, providing the university with centralized management and automated backup workflows.