Topic 1 Question 165
A SysOps administrator needs to automate the invocation of an AWS Lambda function. The Lambda function must run at the end of each day to generate a report on data that is stored in an Amazon S3 bucket.
What is the MOST operationally efficient solution that meets these requirements?
Create an Amazon EventBridge (Amazon CloudWatch Events) rule that has an event pattern for Amazon S3 and the Lambda function as a target.
Create an Amazon EventBridge (Amazon CloudWatch Events) rule that has a schedule and the Lambda function as a target.
Create an S3 event notification to invoke the Lambda function whenever objects change in the S3 bucket.
Deploy an Amazon EC2 instance with a cron job to invoke the Lambda function.
ユーザの投票
コメント(2)
Ans B S3 Event notification has nothing to do here since the lambda will be triggered based on a daily schedule not every time an object is uploaded
👍 5Liongeek2022/11/16- 正解だと思う選択肢: B
bbbbbbbb
👍 2michaldavid2022/12/12
シャッフルモード