AWS Certified Solutions Architect - Associate

AWS Certified Solutions Architect - Associate

Get started today

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?




Explanation:

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.