CloudGuild · Blog · Cheat sheets · Lessons · Certifications

AWS Certified Solutions Architect - Associate Exam Question Walkthrough

Learn how to tackle a common AWS exam question regarding scaling applications on AWS, focusing on the best service choice.

Migrating applications to AWS can be tricky. Candidates often stumble over the choices for scaling solutions. The right decision impacts both performance and cost.

The question

A company is planning to migrate their on-premises application to AWS. The application experiences variable loads throughout the day, with peaks during business hours. They need a solution that can automatically scale based on demand and minimize costs. Which AWS service should they use?

Think before you scroll

Consider the application's load patterns and the need for both cost efficiency and scalability. Each option has its strengths, but only one directly addresses the requirement for automatic scaling based on variable loads.

The answer

The correct option is A: Amazon EC2 with Auto Scaling. This service allows the application to automatically adjust its capacity based on current demand, scaling out during peak hours and scaling in during off-peak periods. This feature helps minimize costs while maintaining performance.

Why the other options lose

The concept behind it

The key principle here is understanding how different AWS services respond to varying workloads. Auto Scaling with EC2 is designed specifically for applications that require dynamic adjustment to their compute resources based on demand. This principle applies across many AWS services, where scaling capabilities can significantly impact performance and cost.

Exam trap to remember

Always prioritize options that provide automatic scaling for variable workloads. If the question emphasizes cost and demand fluctuations, look for services that directly address those needs.

Take the free SAA-C03 mock exam

Take a free mock exam →