SAP-C02 · Question #697
A company wants to migrate its website to AWS. The website uses microservices and runs on containers that are deployed in an on-premises, self-managed Kubernetes cluster. All the manifests that…
The correct answer is B. Create an Amazon Elastic Kubernetes Service (Amazon EKS) cluster that has managed node. Minor changes to the manifest files seems like the least amount of work compared to what needs to be done in the other answers.
Question
A company wants to migrate its website to AWS. The website uses microservices and runs on containers that are deployed in an on-premises, self-managed Kubernetes cluster. All the manifests that define the deployments for the containers in the Kubernetes deployment are in source control. All data for the website is stored in a PostgreSQL database. An open source container image repository runs alongside the on-premises environment. A solutions architect needs to determine the architecture that the company will use for the website on AWS. Which solution will meet these requirements with the LEAST effort to migrate?
Options
- ACreate an AWS App Runner service. Connect the App Runner service to the open source
- BCreate an Amazon Elastic Kubernetes Service (Amazon EKS) cluster that has managed node
- CCreate an Amazon Elastic Container Service (Amazon ECS) cluster that has an Amazon EC2
- DRebuild the on-premises Kubernetes cluster by hosting the cluster on Amazon EC2 instances.
How the community answered
(47 responses)- A6% (3)
- B77% (36)
- C13% (6)
- D4% (2)
Explanation
Minor changes to the manifest files seems like the least amount of work compared to what needs to be done in the other answers.
Community Discussion
No community discussion yet for this question.