nerdexam
Amazon

SAA-C03 · Question #721

A company is building a new application API that will be used in multiple AWS Regions. The application will run by using a compute service in a private subnet behind a load balancer. The company wants

The correct answer is B. Deploy the application on Amazon EC2 instances in an Auto Scaling group behind an Application. AWS Global Accelerator provides a set of static IP addresses that act as a fixed entry point to the application across multiple Regions. It optimizes traffic routing to the nearest healthy endpoint, ensuring low latency for the API while supporting private subnets behind an ALB.

Submitted by dimitri_ru· Mar 4, 2026Design High-Performing Architectures

Question

A company is building a new application API that will be used in multiple AWS Regions. The application will run by using a compute service in a private subnet behind a load balancer. The company wants to expose the application API by using a limited number of static IP addresses. The application requires low latency. Which solution will meet these requirements?

Options

  • ADeploy the application on an AWS Lambda function behind an Application Load Balancer (ALB)
  • BDeploy the application on Amazon EC2 instances in an Auto Scaling group behind an Application
  • CDeploy the application on an AWS Lambda function behind an Application Load Balancer (ALB)
  • DDeploy the application on Amazon EC2 instances in an Auto Scaling group behind a Network

How the community answered

(20 responses)
  • A
    5% (1)
  • B
    80% (16)
  • C
    10% (2)
  • D
    5% (1)

Explanation

AWS Global Accelerator provides a set of static IP addresses that act as a fixed entry point to the application across multiple Regions. It optimizes traffic routing to the nearest healthy endpoint, ensuring low latency for the API while supporting private subnets behind an ALB.

Community Discussion

No community discussion yet for this question.

Full SAA-C03 Practice