CloudGuild · Blog · Cheat sheets · Lessons · Certifications

Understanding Serverless Options: SAA-C03 Exam Walkthrough

Explore a question on AWS serverless options for the SAA-C03 exam. Learn why AWS Lambda is the best choice.

Migrating applications to AWS can confuse candidates, especially when choosing cost-effective compute options. The right service can impact both performance and expenses significantly.

The question

A financial services company is migrating its applications to AWS and wants to ensure that they are only charged for the compute resources they actually use. They are considering a serverless compute option. Which AWS service meets this requirement?

Think before you scroll

Consider each option carefully. Focus on the nature of serverless computing, how each service operates, and the pricing model associated with them. This will help in identifying the correct answer.

The answer

The correct option is D) AWS Lambda. AWS Lambda is a serverless compute service that charges only for the compute time consumed. This aligns perfectly with the requirement of only being charged for resources used.

Why the other options lose

The concept behind it

Understanding the differences between serverless and traditional compute services is crucial. Serverless services like AWS Lambda automatically scale and only charge for the time your code runs. On the other hand, traditional services like EC2 and Lightsail require you to provision and pay for resources continuously, even when not in use.

Exam trap to remember

Remember: Serverless means you pay only for what you consume. AWS Lambda exemplifies this in the exam context.

Take the free SAA-C03 mock exam.

Take a free mock exam →