ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 141 - CLF-C02 discussion

Report
Export

A company needs to test a new application that was written in Python. The code will activate when new images are stored in an Amazon S3 bucket. The application will put a watermark on each image and then will store the images in a different S3 bucket.

Which AWS service should the company use to conduct the test with the LEAST amount of operational overhead?

A.
Amazon EC2
Answers
A.
Amazon EC2
B.
AWS CodeDeploy
Answers
B.
AWS CodeDeploy
C.
AWS Lambda
Answers
C.
AWS Lambda
D.
Amazon Lightsail
Answers
D.
Amazon Lightsail
Suggested answer: C

Explanation:

AWS Lambda is a compute service that lets you run code without provisioning or managing servers.

AWS Lambda executes your code only when needed and scales automatically, from a few requests per day to thousands per second. You pay only for the compute time you consume - there is no charge when your code is not running. With AWS Lambda, you can run code for virtually any type of application or backend service - all with zero administration. AWS Lambda runs your code on a highavailability compute infrastructure and performs all of the administration of the compute resources, including server and operating system maintenance, capacity provisioning and automatic scaling, code monitoring and logging

asked 16/09/2024
Georgescu Andrei
39 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first