ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 14 - DVA-C02 discussion

Report
Export

A developer at a company needs to create a small application mat makes the same API call once each flay at a designated time. The company does not have infrastructure in the AWS Cloud yet, but the company wants to implement this functionality on AWS.

Which solution meets these requirements in the MOST operationally efficient manner?

A.
Use a Kubermetes cron job that runs on Amazon Elastic Kubemetes Sen/ice (Amazon EKS)
Answers
A.
Use a Kubermetes cron job that runs on Amazon Elastic Kubemetes Sen/ice (Amazon EKS)
B.
Use an Amazon Linux crontab scheduled job that runs on Amazon EC2
Answers
B.
Use an Amazon Linux crontab scheduled job that runs on Amazon EC2
C.
Use an AWS Lambda function that is invoked by an Amazon EventBridge scheduled event.
Answers
C.
Use an AWS Lambda function that is invoked by an Amazon EventBridge scheduled event.
D.
Use an AWS Batch job that is submitted to an AWS Batch job queue.
Answers
D.
Use an AWS Batch job that is submitted to an AWS Batch job queue.
Suggested answer: C

Explanation:

This solution meets the requirements in the most operationally efficient manner because it does not require any infrastructure provisioning or management. The developer can create a Lambda function that makes the API call and configure an EventBridge rule that triggers the function once a day at a designated time. This is a serverless solution that scales automatically and only charges for the execution time of the function.

Reference: [Using AWS Lambda with Amazon EventBridge], [Schedule Expressions for Rules]

asked 16/09/2024
Barry Higgins
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first