CloudGuild · Blog · Cheat sheets · Lessons · Certifications

AWS Certified Solutions Architect - Associate: Handling Variable Traffic

Understand how to choose the right AWS service for variable traffic patterns in your exam.

When preparing for the AWS Certified Solutions Architect - Associate exam, candidates often struggle with questions about managing variable traffic. This decision involves balancing cost and performance, a crucial skill for architects.

The question

A startup is planning to deploy a new web application on AWS and expects variable traffic patterns that may include sudden spikes. The CTO wants to ensure that the application is cost-effective while being able to handle the variable load. Which service should the team primarily consider for managing the compute layer?

Think before you scroll

Consider how each option addresses variable traffic and cost management. Look for a service that can automatically adjust to changing loads while minimizing costs.

The answer

The correct option is B. Amazon EC2 with Auto Scaling. This service allows the application to scale in and out according to traffic demands. It optimizes costs by only using the necessary resources at any given time.

Why the other options lose

The concept behind it

The underlying principle here is the need for a service that can automatically adjust to varying traffic patterns while managing costs effectively. EC2 with Auto Scaling excels in this area by adding or removing instances based on real-time traffic metrics. This ensures that the application can handle spikes in demand without overspending on idle resources.

Exam trap to remember

Remember: Choose a service that scales automatically to manage variable loads efficiently and cost-effectively.

Take the free SAA-C03 mock exam

Take a free mock exam →