CloudGuild · Blog · Cheat sheets · Lessons · Certifications

Exam Question Walkthrough: Cost-Effective AWS Solutions

Master the AWS Certified Solutions Architect - Associate exam with this question walkthrough focusing on cost-effective solutions for high availability.

A common challenge in the AWS Certified Solutions Architect - Associate exam is balancing cost and availability. Candidates often struggle to identify the most economical yet efficient combination of services. This question tests that balance directly.

The question

A startup is deploying a web application using AWS services. They want to minimize costs while ensuring high availability. Which combination of services is the most cost-effective solution for hosting the application?

Think before you scroll

Consider how each option addresses both cost and availability. Focus on the pricing model of the services and how they scale with demand. High availability often comes with a higher price tag if not managed properly.

The answer

The correct option is C. AWS Lambda with Amazon API Gateway and DynamoDB. This combination minimizes costs since AWS Lambda charges only for the compute time used. It also scales automatically, making it suitable for variable workloads, which aligns with the startup's goals.

Why the other options lose

The concept behind it

The key principle here is understanding the pricing and scaling capabilities of each service. AWS Lambda and API Gateway offer a pay-as-you-go model, making them ideal for applications with fluctuating usage. In contrast, services like EC2 or Elastic Beanstalk may require a more significant upfront investment, which is not always feasible for startups.

Exam trap to remember

Remember: when aiming for cost-effectiveness and availability, always evaluate the scaling model and pricing structure of the services in question. AWS Lambda often stands out as a cost-efficient choice for variable workloads.

Take the free SAA-C03 mock exam

Take a free mock exam →