ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

354 / 474

Question 354:

You have developed a Lambda function. This function needs to run on a scheduled basis. Which of the following can be done to accomplish this requirement in an ideal manner?

Answer options:

A.Use the schedule service in AWS Lambda.
B.Use an EC2 Instance to schedule the Lambda invocation.
C.Use Cloudwatch events to schedule the Lambda function.
D.Use Cloudtrail to schedule the Lambda function.