Ultimate access to all questions.
A company with an existing on-premises Kubernetes cluster and MongoDB database seeks to migrate to AWS without altering code or deployment processes. They are looking for an AWS solution that simplifies operations.
Explanation:
The correct answer is D. Amazon Elastic Kubernetes Service (Amazon EKS) with AWS Fargate for compute and Amazon DocumentDB (with MongoDB compatibility) for data storage is the suitable choice. This solution allows the company to migrate their Kubernetes cluster to AWS using EKS, which manages Kubernetes operations and minimizes overhead. AWS Fargate removes the need to manage EC2 instances for the container workload, further reducing operational complexity. Amazon DocumentDB provides MongoDB-compatible database storage, eliminating the need for code changes to the application.