Hard1 markMultiple Choice
AWS SAP-C02 · Question 26 · Domain 2.1: Deployment Strategy
A company is migrating a legacy monolith to AWS. They want to refactor it into microservices using Amazon ECS on Fargate. They need a service discovery mechanism, mutual TLS (mTLS) between microservices, and advanced traffic routing (like canary releases). Which THREE components should they use? (Select THREE)
A company is migrating a legacy monolith to AWS. They want to refactor it into microservices using Amazon ECS on Fargate. They need a service discovery mechanism, mutual TLS (mTLS) between microservices, and advanced traffic routing (like canary releases). Which THREE components should they use? (Select THREE)
Answer options:
A.
Amazon API Gateway
B.
AWS App Mesh
C.
AWS Direct Connect
D.
AWS Cloud Map
E.
Amazon Route 53 Public Hosted Zones
F.
Envoy Proxy sidecars
G.
AWS Transit Gateway
How to approach this question
Identify the components of an AWS service mesh architecture.
Full Answer
AWS App Mesh uses Envoy proxy sidecars to manage microservice traffic, providing mTLS and advanced routing. It relies on AWS Cloud Map for service discovery.
Common mistakes
Confusing API Gateway (north-south) with App Mesh (east-west).
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 2
75 questions · hints · full answers · grading
More questions from this exam
Q01A company is setting up a multi-account AWS environment using AWS Organizations. They need to ens...EasyQ02An enterprise needs to connect its on-premises data center to AWS. They require a dedicated, priv...EasyQ03A company wants to share a single AWS Transit Gateway across multiple AWS accounts within their A...EasyQ04An architect needs to design a highly available database architecture that spans multiple AWS Reg...EasyQ05A global financial institution is migrating its core banking application to AWS. The application ...Medium
Expert