ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 671 - SAA-C03 discussion

Report
Export

A company hosts an application used to upload files to an Amazon S3 bucket Once uploaded, the files are processed to extract metadata which takes less than 5 seconds The volume and frequency of the uploads varies from a few files each hour to hundreds of concurrent uploads The company has asked a solutions architect to design a cost-effective architecture that will meet these requirements.

What should the solutions architect recommend?

A.
Configure AWS CloudTrail trails to tog S3 API calls Use AWS AppSync to process the files.
Answers
A.
Configure AWS CloudTrail trails to tog S3 API calls Use AWS AppSync to process the files.
B.
Configure an object-created event notification within the S3 bucket to invoke an AWS Lambda function to process the files.
Answers
B.
Configure an object-created event notification within the S3 bucket to invoke an AWS Lambda function to process the files.
C.
Configure Amazon Kinesis Data Streams to process and send data to Amazon S3. Invoke an AWS Lambda function to process the files.
Answers
C.
Configure Amazon Kinesis Data Streams to process and send data to Amazon S3. Invoke an AWS Lambda function to process the files.
D.
Configure an Amazon Simple Notification Service (Amazon SNS) topic to process the files uploaded to Amazon S3 Invoke an AWS Lambda function to process the files.
Answers
D.
Configure an Amazon Simple Notification Service (Amazon SNS) topic to process the files uploaded to Amazon S3 Invoke an AWS Lambda function to process the files.
Suggested answer: B

Explanation:

This option is the most cost-effective and scalable way to process the files uploaded to S3. AWS CloudTrail is used to log API calls, not to trigger actions based on them. AWS AppSync is a service for building GraphQL APIs, not for processing files. Amazon Kinesis Data Streams is used to ingest and process streaming data, not to send data to S3. Amazon SNS is a pub/sub service that can be used to notify subscribers of events, not to process files.Reference:

Using AWS Lambda with Amazon S3

AWS CloudTrail FAQs

What Is AWS AppSync?

[What Is Amazon Kinesis Data Streams?]

[What Is Amazon Simple Notification Service?]

asked 16/09/2024
Garwin Liu
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first