SAP-C02 Design for New Solutions Practice Question
A company is migrating a monolithic application to microservices on Amazon ECS. The application needs to communicate with external partners via HTTPS. The company wants to use mTLS for mutual authentication. Which AWS service should be used to handle the mTLS termination?
⚠ Common exam trap
It's easy for candidates to confuse ALB mTLS with NLB TLS termination or assuming API Gateway HTTP API supports mTLS, when in fact only ALB and API Gateway REST API (not HTTP API) offer mutual TLS termination for incoming client connections.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Application Load Balancer (ALB) with mutual TLS
Application Load Balancer (ALB) supports mutual TLS (mTLS) natively by configuring a trust store on the listener that validates client certificates against a Certificate Authority (CA) bundle you upload. This allows the ALB to terminate the HTTPS connection and perform client certificate authentication before forwarding traffic to the ECS service, meeting the requirement for mTLS termination without custom proxy logic.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Application Load Balancer (ALB) with mutual TLS
Why this is correct
ALB supports mTLS for mutual authentication.
- ✗
Amazon CloudFront with a custom origin
Why it's wrong here
CloudFront does not support mTLS natively.
- ✗
Network Load Balancer (NLB) with TLS termination
Why it's wrong here
NLB does not support mTLS.
- ✗
Amazon API Gateway HTTP API
Why it's wrong here
API Gateway HTTP API does not support mTLS.
Go deeper
Related to this question
About these practice questions
One of 1,660 original SAP-C02 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This SAP-C02 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SAP-C02 exam.