AWS Certified Solutions Architect – Associate (SAA-C03) — Question 911

A company has multiple Amazon RDS DB instances that run in a development AWS account. All the instances have tags to identify them as development resources. The company needs the development DB instances to run on a schedule only during business hours.

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

Answer options

Correct answer: C

Explanation

AWS Systems Manager State Manager offers a built-in, low-overhead mechanism to automatically start and stop Amazon RDS instances on a schedule using pre-configured SSM documents targeted by resource tags. This native capability eliminates the operational overhead of writing, testing, and maintaining custom AWS Lambda code. Solutions involving Lambda functions, such as using CloudWatch, Trusted Advisor, or EventBridge as triggers, require more manual effort and ongoing maintenance.