exam questions

Exam AWS Certified Developer Associate All Questions

View all questions & answers for the AWS Certified Developer Associate exam

Exam AWS Certified Developer Associate topic 1 question 37 discussion

Exam question from Amazon's AWS Certified Developer Associate
Question #: 37
Topic #: 1
[All AWS Certified Developer Associate Questions]

An application uploads photos to an Amazon S3 bucket. Each photo that is uploaded to the S3 bucket must be resized to a thumbnail image by the application.
Each thumbnail image is uploaded with a new name in the same S3 bucket.
Which AWS service can a developer configure to directly process each single S3 event for each S3 object upload?

  • A. Amazon EC2
  • B. Amazon Elastic Container Service (Amazon ECS)
  • C. AWS Elastic Beanstalk
  • D. AWS Lambda
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
sumanshu
4 months, 1 week ago
Selected Answer: D
D) Correct - AWS Lambda is designed to respond to events such as Amazon S3 events (e.g., object creation, deletion).
upvoted 1 times
sumanshu
4 months, 1 week ago
C) Eliminated - Elastic Beanstalk is used for deploying and managing web applications or services. It is not designed for event-driven architectures like processing S3 events.
upvoted 1 times
sumanshu
4 months, 1 week ago
A) & B) - Eliminated - Extra Overhead and cost
upvoted 1 times
...
...
...
AsmaZoheb
1 year, 3 months ago
Selected Answer: D
yes D is correct
upvoted 1 times
...
rcaliandro
1 year, 10 months ago
Selected Answer: D
Without creating a Cloudwatch Event, it is possible on S3 to directly associate a lambda function as soon as a new object is created. The lambda function will get the path, read the object, resize the image and save again with a different name (or different folder). I'll definetely go with D
upvoted 2 times
...
Dominicwild12
2 years, 2 months ago
Selected Answer: D
A developer can configure AWS Lambda to directly process each S3 event for each S3 object upload. AWS Lambda can be triggered by S3 events and can execute code that can resize the uploaded photo to a thumbnail and upload the thumbnail with a new name to the same S3 bucket.
upvoted 1 times
...
KT_Yu
2 years, 3 months ago
S3 sends notification to lambda (asynchronous invocation), creates the thumbnails, and uploads back to S3
upvoted 1 times
...
cloud_collector
2 years, 6 months ago
Selected Answer: D
https://docs.aws.amazon.com/lambda/latest/dg/with-s3-tutorial.html
upvoted 2 times
...
sidvic
2 years, 7 months ago
Selected Answer: D
I think Lamba, too
upvoted 3 times
...
sindra
2 years, 7 months ago
D lambda can help with this needs
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago