
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company runs an application that uses Amazon RDS for PostgreSQL. The application receives traffic only on weekdays during business hours. The company wants to optimize costs and reduce operational overhead based on this usage.
Which solution will meet these requirements?
A
Use the Instance Scheduler on AWS to configure start and stop schedules.
B
Turn off automatic backups. Create weekly manual snapshots of the database.
C
Create a custom AWS Lambda function to start and stop the database based on minimum CPU utilization.
D
Purchase All Upfront reserved DB instances.
Explanation:
Correct Answer: A
Why Option A is correct:
Why Option B is incorrect:
Why Option C is incorrect:
Why Option D is incorrect:
Key AWS Services:
Best Practice: For workloads with predictable usage patterns (like business hours only), using the Instance Scheduler is the most cost-effective and operationally efficient approach.