
Answer-first summary for fast verification
Answer: Amazon EKS
For deploying a highly available and scalable containerized microservices application across multiple Availability Zones, Amazon EKS (Elastic Kubernetes Service) is the best choice. EKS is a managed Kubernetes service that provides automatic scaling, load balancing, and service discovery out of the box. It ensures high availability by distributing the application containers across multiple Availability Zones, making it a robust solution for this scenario.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A retail company wants to deploy a containerized microservices application that requires high availability and scalability across multiple Availability Zones. The solution should also provide built-in load balancing and service discovery. Which AWS service should they use?
A
Amazon ECS
B
Amazon EKS
C
AWS Fargate
D
AWS App Runner
No comments yet.