exam questions

Exam AWS Certified Cloud Practitioner All Questions

View all questions & answers for the AWS Certified Cloud Practitioner exam

Exam AWS Certified Cloud Practitioner topic 1 question 746 discussion

Exam question from Amazon's AWS Certified Cloud Practitioner
Question #: 746
Topic #: 1
[All AWS Certified Cloud Practitioner Questions]

A company needs to run code in response to an event notification that occurs when objects are uploaded to an Amazon S3 bucket.

Which AWS service will integrate directly with the event notification?

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

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
Pranava_GCP
2 years ago
Selected Answer: A
A. AWS Lambda "You can use the Amazon S3 Event Notifications feature to receive notifications when certain events happen in your S3 bucket, such as PUT, POST, COPY, and DELETE events. You can publish notifications to Amazon EventBridge, Amazon SNS, Amazon SQS, or directly to AWS Lambda." https://aws.amazon.com/s3/faqs/?nc=sn&loc=7#:~:text=You%20can%20use%20the%20Amazon%20S3%20Event%20Notifications%20feature%20to%20receive%20notifications%20when%20certain%20events%20happen%20in%20your%20S3%20bucket%2C%20such%20as%20PUT%2C%20POST%2C%20COPY%2C%20and%20DELETE%20events.%20You%20can%20publish%20notifications%20to%20Amazon%20EventBridge%2C%C2%A0Amazon%20SNS%2C%20Amazon%20SQS%2C%20or%20directly%20to%20AWS%20Lambda.
upvoted 2 times
...
Madbo
2 years, 3 months ago
The correct AWS service that will integrate directly with the event notification when objects are uploaded to an Amazon S3 bucket is AWS Lambda (Option A), which allows companies to run code in response to events, including S3 events, without having to manage servers or infrastructure. Companies can write their own code or use prebuilt functions in AWS Lambda to process S3 events and perform tasks such as transcoding media files or processing data.
upvoted 3 times
...
Guru4Cloud
2 years, 4 months ago
Selected Answer: A
The AWS service that will integrate directly with the event notification when objects are uploaded to an Amazon S3 bucket is AWS Lambda (Option A). AWS Lambda is a serverless computing service that allows developers to run code in response to events and automatically manages the underlying infrastructure. It integrates seamlessly with Amazon S3 and allows developers to create event-driven applications that run code automatically in response to S3 events, such as object creation, object deletion, or object restore.
upvoted 2 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 ...