Easy1 markMultiple Choice
AWS SAP-C02 · Question 73 · Domain 4.4: Modernization Requirements
A company wants to modernize their application by moving from EC2 instances to containers. They want to use Kubernetes but do not want to manage the underlying EC2 instances or the Kubernetes control plane. Which AWS service should they use?
A company wants to modernize their application by moving from EC2 instances to containers. They want to use Kubernetes but do not want to manage the underlying EC2 instances or the Kubernetes control plane. Which AWS service should they use?
Answer options:
A.
Amazon ECS with EC2 instances
B.
Amazon EKS with managed node groups
C.
Amazon EKS with AWS Fargate
D.
AWS App Runner
How to approach this question
Combine managed Kubernetes with serverless compute.
Full Answer
C.Amazon EKS with AWS Fargate✓ Correct
Amazon EKS is the managed Kubernetes service. AWS Fargate is a serverless compute engine for containers. Combining them allows you to run Kubernetes pods without managing any underlying EC2 infrastructure.
Common mistakes
Choosing EKS with managed node groups, which still involves EC2 instances.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 2
75 questions · hints · full answers · grading
More questions from this exam
Q01A company is setting up a multi-account AWS environment using AWS Organizations. They need to ens...EasyQ02An enterprise needs to connect its on-premises data center to AWS. They require a dedicated, priv...EasyQ03A company wants to share a single AWS Transit Gateway across multiple AWS accounts within their A...EasyQ04An architect needs to design a highly available database architecture that spans multiple AWS Reg...EasyQ05A global financial institution is migrating its core banking application to AWS. The application ...Medium
Expert