Courseiva
Design for New SolutionseasyMultiple ChoiceObjective-mapped

SAP-C02 Design for New Solutions Practice Question

A company is designing a new microservices architecture on Amazon ECS with Fargate. Each microservice must be isolated and able to communicate with others only through defined APIs. Which solution provides the BEST isolation and security?

⚠ Common exam trap

The SAP-C02 exam often tests the misconception that network-level controls (security groups, VPC peering) are sufficient for microservice isolation, but the exam requires understanding that application-layer service mesh (like App Mesh) provides the necessary API-level security and observability.

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

Use AWS App Mesh with Envoy sidecars to control traffic between services.

AWS App Mesh with Envoy sidecars provides service-level traffic control, encryption, and observability without modifying application code. It enforces fine-grained routing and security policies (e.g., mTLS, retries, timeouts) between microservices, ensuring isolation and that communication only occurs through defined APIs. This aligns with the microservices principle of strict API boundaries and defense in depth.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Use AWS App Mesh with Envoy sidecars to control traffic between services.

    Why this is correct

    App Mesh provides service-level security and observability.

  • Place all microservices in the same security group and allow all traffic.

    Why it's wrong here

    No isolation.

  • Use an Application Load Balancer per microservice with listener rules.

    Why it's wrong here

    Overly complex and not true isolation.

  • Use VPC peering between each microservice's VPC.

    Why it's wrong here

    Not practical for many microservices.

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 →

How Courseiva writes practice questions · Editorial policy

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.