ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 158 - DVA-C01 discussion

Report
Export

A Developer is writing a serverless application that requires that an AWS Lambda function be invoked every 10 minutes. What is an automated and serverless way to trigger the function?

A.
Deploy an Amazon EC2 instance based on Linux, and edit its /etc/crontab file by adding a command to periodically invoke the Lambda function.
Answers
A.
Deploy an Amazon EC2 instance based on Linux, and edit its /etc/crontab file by adding a command to periodically invoke the Lambda function.
B.
Configure an environment variable named PERIOD for the Lambda function. Set the value to 600.
Answers
B.
Configure an environment variable named PERIOD for the Lambda function. Set the value to 600.
C.
Create an Amazon CloudWatch Events rule that triggers on a regular schedule to invoke the Lambda function.
Answers
C.
Create an Amazon CloudWatch Events rule that triggers on a regular schedule to invoke the Lambda function.
D.
Create an Amazon SNS topic that has a subscription to the Lambda function with a 600-second timer.
Answers
D.
Create an Amazon SNS topic that has a subscription to the Lambda function with a 600-second timer.
Suggested answer: C

Explanation:

Explanation:

Reference: https://aws.amazon.com/blogs/architecture/a-serverless-solution-for-invoking-awslambda-at-asub-minute-frequency/

asked 16/09/2024
DAVIDE MCGARR
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first