ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 761 - SAA-C03 discussion

Report
Export

A company uses Amazon RDS with default backup settings for Its database tier The company needs to make a dally backup of the database to meet regulatory requirements. The company must retain the backups (or 30 days.

Which solution will meet these requirements with the LEAST operational overhead?

A.
Write an AWS Lambda function to create an RDS snapshot every day.
Answers
A.
Write an AWS Lambda function to create an RDS snapshot every day.
B.
Modify the RDS database lo have a retention period of 30 days for automated backups.
Answers
B.
Modify the RDS database lo have a retention period of 30 days for automated backups.
C.
Use AWS Systems Manager Maintenance Windows to modify the RDS backup retention period.
Answers
C.
Use AWS Systems Manager Maintenance Windows to modify the RDS backup retention period.
D.
Create a manual snapshot every day by using the AWS CLI. Modify the RDS backup retention period.
Answers
D.
Create a manual snapshot every day by using the AWS CLI. Modify the RDS backup retention period.
Suggested answer: B

Explanation:

Current Backup Settings: By default, Amazon RDS creates automated backups with a retention period of 7 days.

Regulatory Requirements: The requirement is to retain daily backups for 30 days.

Adjusting Retention Period: You can modify the RDS instance settings to increase the automated backup retention period to 30 days.

Operational Overhead: This solution is the simplest as it leverages existing automated backups and requires minimal intervention.

Implementation: The change can be made via the AWS Management Console, AWS CLI, or AWS SDKs.

Reference

Amazon RDS Backups: Amazon RDS Documentation

asked 16/09/2024
RODRIGO BALISTA
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first