CloudGuild · Blog · Cheat sheets · Lessons · Certifications

Understanding Resiliency in AWS Architectures

Learn how to tackle resilience-related questions on the AWS Certified Solutions Architect - Associate exam with this detailed walkthrough.

An application must handle network interruptions effectively. This decision often trips candidates up. Understanding the right AWS service feature is crucial for building resilient applications.

The question

An application hosted on AWS needs to be resilient to network interruptions and should automatically retry requests. Which AWS service feature should be used to implement this capability?

Think before you scroll

Consider the specific needs of the application: automatic retries due to network interruptions. Weigh each option carefully against this requirement to identify the best fit.

The answer

The correct option is B. AWS Step Functions with Retry Policy. This service includes built-in retry capabilities that automatically handle network interruptions, making it the best choice for this scenario.

Why the other options lose

The concept behind it

Using AWS Step Functions allows developers to build workflows that can automatically retry failed tasks. This is crucial for maintaining application availability and performance during transient failures, such as network interruptions. Understanding this principle helps in crafting resilient architectures across AWS services.

Exam trap to remember

Remember: when asked about resiliency and automatic retries, think AWS Step Functions with a retry policy. It stands out for handling network interruptions effectively.

Take the free SAA-C03 mock exam

Take a free mock exam →