SAP-C02 · Question #857
SAP-C02 Question #857: Real Exam Question with Answer & Explanation
The correct answer is A: Deploy website services as containers on Amazon EC2 instances. For the EC2 instances, use a. You must keep the proprietary agent on every container host, so you need control of the VM image. Running containers on EC2 with a custom AMI (agent + container stack preinstalled) satisfies that, while staying simpler than standing up and operating EKS. Migrating MySQL to manage
Question
A company wants to migrate its website from its on-premises data center to AWS. The website service APIs are hosted on Docker containers in a self-managed container platform. To meet compliance requirements, the company has installed proprietary security agent software on each container platform node. MySQL databases are installed on two separate VMs in a source-replica setup. A solutions architect must design a solution to migrate the entire website environment to AWS. Which solution will meet these requirements with the LEAST operational overhead?
Options
- ADeploy website services as containers on Amazon EC2 instances. For the EC2 instances, use a
- BCreate an Amazon EKS cluster that is configured with a managed node group. Use a custom AMI
- CDeploy website services as containers on AWS Lambda functions. Create an Amazon API
- DCreate an Amazon ECS cluster that uses the Fargate launch type. Configure Fargate with a
Explanation
You must keep the proprietary agent on every container host, so you need control of the VM image. Running containers on EC2 with a custom AMI (agent + container stack preinstalled) satisfies that, while staying simpler than standing up and operating EKS. Migrating MySQL to managed Aurora via DMS removes database admin burden and provides built-in HA/scaling - minimal ongoing ops compared to self-managed replicas.
Community Discussion
No community discussion yet for this question.