CloudGuild · Blog · Cheat sheets · Lessons · Certifications

AWS Certified Solutions Architect - Associate Exam Question Walkthrough

Understand why AWS Lambda and API Gateway are the best choices for a serverless application. Learn how to tackle similar questions on the SAA-C03 exam.

A common challenge for candidates is identifying the right services for serverless architectures. Many options can appear viable, but only one truly fits the bill for automatic scaling.

The question

A startup is developing a serverless application that processes user uploads and generates reports. They want to ensure that the application can scale automatically based on the number of incoming requests. Which combination of AWS services would best meet this requirement?

Think before you scroll

Consider the requirements of a serverless application. It needs to handle variable workloads and scale automatically without manual intervention. This will help you narrow down your choices quickly.

The answer

The correct option is A: AWS Lambda and Amazon API Gateway. This combination provides a fully serverless architecture that scales automatically with the number of requests. It is well-suited for processing uploads and generating reports in real-time.

Why the other options lose

The concept behind it

When designing a serverless application, think about how to eliminate infrastructure management. AWS Lambda automatically manages scaling and integrates seamlessly with API Gateway for handling requests. This architecture minimizes operational overhead and maximizes efficiency.

Exam trap to remember

Remember the two-question rule: if a question discusses serverless architecture, think AWS Lambda and API Gateway first. They are the go-to services for automatic scaling in serverless environments.

Take the free SAA-C03 mock exam

Take a free mock exam →