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

A company runs a container application on a Kubernetes cluster in the company's data center. The application uses Advanced Message Queuing Protocol (AMQP) to communicate with a message queue. The data center cannot scale fast enough to meet the company’s expanding business needs. The company wants to migrate the workloads to AWS.

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

Answer options

Correct answer: B

Explanation

Migrating the Kubernetes workload to Amazon EKS minimizes operational overhead by preserving the existing container orchestration framework. Since the application communicates via AMQP, Amazon MQ is the ideal managed service because it natively supports AMQP, whereas Amazon SQS does not. Other options would require significant code refactoring for messaging or application hosting, increasing operational overhead.