Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Solutions Architect - Associate SAA-C03 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Associate SAA-C03 exam

Exam AWS Certified Solutions Architect - Associate SAA-C03 topic 1 question 769 discussion

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 log 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.
  • 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.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Lin878
3 months, 2 weeks ago
Selected Answer: B
https://docs.aws.amazon.com/AmazonS3/latest/userguide/EventNotifications.html
upvoted 2 times
...
Scheldon
3 months, 3 weeks ago
Selected Answer: B
AnswerB
upvoted 1 times
...
alawada
6 months, 3 weeks ago
Selected Answer: B
The problem with C is how it sends the data to S3, if it was Firehose it would make sense. I waka for B.
upvoted 2 times
...
MattBJ
7 months ago
Selected Answer: B
B is correct. The most cost effective option.
upvoted 2 times
...
jaswantn
8 months ago
option B
upvoted 1 times
...
hajra313
8 months, 1 week ago
option b bcz option c is WS AppSync is not the most appropriate solution for file processing. option d While Amazon Simple Notification Service (SNS) can be used to trigger actions based on S3 events, it's not directly involved in processing files .option c :Kinesis is typically used for real-time data streaming and analytics, which may not be needed for simple file processing tasks such as extracting metadata.
upvoted 4 times
...
kempes
8 months, 1 week ago
Option D
upvoted 2 times
...
mestule
8 months, 1 week ago
Selected Answer: B
B seems to be make most sense to me.
upvoted 4 times
...
Andy_09
8 months, 1 week ago
Option D
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 ...