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 226 discussion

A company collects data from thousands of remote devices by using a RESTful web services application that runs on an Amazon EC2 instance. The EC2 instance receives the raw data, transforms the raw data, and stores all the data in an Amazon S3 bucket. The number of remote devices will increase into the millions soon. The company needs a highly scalable solution that minimizes operational overhead.

Which combination of steps should a solutions architect take to meet these requirements? (Choose two.)

  • A. Use AWS Glue to process the raw data in Amazon S3.
  • B. Use Amazon Route 53 to route traffic to different EC2 instances.
  • C. Add more EC2 instances to accommodate the increasing amount of incoming data.
  • D. Send the raw data to Amazon Simple Queue Service (Amazon SQS). Use EC2 instances to process the data.
  • E. Use Amazon API Gateway to send the raw data to an Amazon Kinesis data stream. Configure Amazon Kinesis Data Firehose to use the data stream as a source to deliver the data to Amazon S3.
Show Suggested Answer Hide Answer
Suggested Answer: AE 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Parsons
Highly Voted 1 year, 9 months ago
Selected Answer: AE
A, E is the correct answer "RESTful web services" => API Gateway. "EC2 instance receives the raw data, transforms the raw data, and stores all the data in an Amazon S3 bucket" => GLUE with (Extract - Transform - Load)
upvoted 12 times
...
Noveo
Most Recent 1 month ago
AE breaks the original workflow "receive raw data - process - store" to "receive - store- process - store again" which leads to additional storage consuming (and thus money consuming).
upvoted 1 times
...
Ruffyit
11 months ago
A - Use AWS Glue to process the raw data in Amazon S3 E - Use Amazon API Gateway to send the raw data to an Amazon Kinesis data stream. Configure Amazon Kinesis Data Firehose to use the data stream as a source to deliver the data to Amazon S3
upvoted 1 times
...
TariqKipkemei
1 year ago
Selected Answer: AE
E then A no doubt.
upvoted 1 times
...
Guru4Cloud
1 year, 1 month ago
Selected Answer: AE
A. It automatically discovers the schema of the data and generates ETL code to transform it. E. API Gateway can be used to receive the raw data from the remote devices via RESTful web services. It provides a scalable and managed infrastructure to handle the incoming requests. The data can then be sent to an Amazon Kinesis data stream, which is a highly scalable and durable real-time data streaming service. From there, Amazon Kinesis Data Firehose can be configured to use the data stream as a source and deliver the transformed data to Amazon S3. This combination of services allows for the seamless ingestion and processing of data while minimizing operational overhead.
upvoted 1 times
...
ibu007
1 year, 1 month ago
Selected Answer: AE
A - Use AWS Glue to process the raw data in Amazon S3 E - Use Amazon API Gateway to send the raw data to an Amazon Kinesis data stream. Configure Amazon Kinesis Data Firehose to use the data stream as a source to deliver the data to Amazon S3
upvoted 2 times
...
GCB1990
1 year, 1 month ago
Correct answer: D and E
upvoted 1 times
...
cookieMr
1 year, 3 months ago
Selected Answer: AE
A. It automatically discovers the schema of the data and generates ETL code to transform it. E. API Gateway can be used to receive the raw data from the remote devices via RESTful web services. It provides a scalable and managed infrastructure to handle the incoming requests. The data can then be sent to an Amazon Kinesis data stream, which is a highly scalable and durable real-time data streaming service. From there, Amazon Kinesis Data Firehose can be configured to use the data stream as a source and deliver the transformed data to Amazon S3. This combination of services allows for the seamless ingestion and processing of data while minimizing operational overhead. B. It does not directly address the need for scalable data processing and storage. It focuses on managing DNS and routing traffic to different endpoints. C. Adding more EC2 can lead to increased operational overhead in terms of managing and scaling the instances. D. Using SQS and EC2 for processing data introduces more complexity and operational overhead.
upvoted 3 times
...
wRhlH
1 year, 3 months ago
Why not BC?
upvoted 1 times
...
AnnieTran_91
1 year, 4 months ago
Why it not CE? Add more EC2 instances to accommodate the increasing amount of incoming data?
upvoted 1 times
TTaws
1 year, 3 months ago
EC2 is not server-less. they want to minimize overhead
upvoted 1 times
...
...
studynoplay
1 year, 5 months ago
Selected Answer: AE
minimizes operational overhead = Serverless Glue, Kinesis Datastream, S3 are serverless
upvoted 2 times
1e22522
2 months, 1 week ago
facts!!
upvoted 1 times
...
...
KZM
1 year, 8 months ago
How about "C" to increase EC2 instances for the increased devices soon?
upvoted 1 times
...
Aninina
1 year, 9 months ago
Selected Answer: AE
Glue and API
upvoted 2 times
...
mhmt4438
1 year, 9 months ago
Selected Answer: AE
https://www.examtopics.com/discussions/amazon/view/83387-exam-aws-certified-solutions-architect-associate-saa-c02/
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 ...