AWS Certified Solutions Architect – Associate (SAA-C03) — Question 730

Use Amazon Elastic Kubernetes Service (Amazon EKS) with Amazon EC2 worker nodes.

A company has deployed an application in an AWS account. The application consists of microservices that run on AWS Lambda and Amazon Elastic Kubernetes Service (Amazon EKS). A separate team supports each microservice. The company has multiple AWS accounts and wants to give each team its own account for its microservices.

A solutions architect needs to design a solution that will provide service-to-service communication over HTTPS (port 443). The solution also must provide a service registry for service discovery.

Which solution will meet these requirements with the LEAST administrative overhead?

Answer options

Correct answer: B

Explanation

Amazon VPC Lattice is a fully managed service that simplifies service-to-service connectivity, security, and monitoring across AWS accounts and VPCs, providing built-in service discovery and HTTPS support with minimal administrative effort. Other options, such as AWS PrivateLink (Option C), VPC peering (Option D), or AWS Network Firewall with AWS Transit Gateway (Option A), require complex manual routing, firewall configuration, or load balancer management, leading to significant operational overhead.