Topic 1 Question 959
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?
Create an Amazon CloudWatch alarm to identify RDS instances that need to be stopped. Create an AWS Lambda function to start and stop the RDS instances.
Create an AWS Trusted Advisor report to identify RDS instances to be started and stopped. Create an AWS Lambda function to start and stop the RDS instances.
Create AWS Systems Manager State Manager associations to start and stop the RDS instances.
Create an Amazon EventBridge rule that invokes AWS Lambda functions to start and stop the RDS instances.
ユーザの投票
コメント(13)
- 正解だと思う選択肢: C
Correct Answer us C - it allows you to define and automatically enforce desired configurations for EC2 and RDS.
👍 4nebajp2024/08/10 - 正解だと思う選択肢: D
Answer is D
👍 4komorebi2024/08/11 To meet the requirement of running Amazon RDS DB instances only during business hours with the least operational overhead, the best solution would be:
D. Create an Amazon EventBridge rule that invokes AWS Lambda functions to start and stop the RDS instances. This approach allows you to automate the scheduling of start and stop actions using EventBridge rules, which can trigger Lambda functions based on a cron expression. This setup is straightforward and requires minimal ongoing management
👍 4AbhiBK2024/09/02
シャッフルモード