CloudGuild · Blog · Cheat sheets · Lessons · Certifications

Creating a Resilient Multi-Tier Architecture for AWS

Learn how to build a high-availability architecture across multiple regions for AWS Certified Solutions Architect - Associate exam prep.

Building a resilient architecture often trips candidates. They may get caught up in the details of service choices without focusing on the core requirement: high availability across multiple regions.

The question

You are tasked with creating a resilient architecture for a multi-tier application where the web tier needs to support high availability across multiple regions. Which AWS service configuration is the best choice?

Think before you scroll

Before making a selection, consider the requirements of high availability and multi-region support. Not all services and configurations meet these criteria effectively. Analyze how each option addresses the need for resilience and scalability.

The answer

The best choice is B. Amazon EC2 in an Auto Scaling Group across multiple regions. This configuration ensures that the web tier can scale and remain available even if one region experiences an outage. Option D also provides a valid solution but isn't the best choice in this context.

Why the other options lose

The concept behind it

The underlying principle is to ensure that your architecture can withstand regional failures while maintaining performance and availability. Using services that support auto-scaling and multi-region deployments is crucial for building resilient architectures. Always align your service choices with the specific requirements of high availability and scalability.

Exam trap to remember

Remember: Multi-tier applications need multi-region support to achieve high availability. Focus on configurations that allow for dynamic scaling across regions.

Take the free SAA-C03 mock exam

Take a free mock exam →