nerdexam
AmazonAmazon

SAA-C03 · Question #392

SAA-C03 Question #392: Real Exam Question with Answer & Explanation

The correct answer is C: Use AWS Fargate to supply compute capacity. Create a Fargate profile. Use the Fargate profile. AWS Fargate is a serverless compute engine for containers that works with Amazon EKS. With Fargate, you do not need to provision or manage EC2 instances or clusters. You simply define and deploy your pods, and Fargate automatically launches the required compute resources. This re

Submitted by yuki_2020· Mar 4, 2026Design High-Performing Architectures

Question

A company runs an on-premises application on a Kubernetes cluster. The company recently added millions of new customers. The company's existing on-premises infrastructure is unable to handle the large number of new customers. The company needs to migrate the on-premises application to the AWS Cloud. The company will migrate to an Amazon Elastic Kubernetes Service (Amazon EKS) cluster. The company does not want to manage the underlying compute infrastructure for the new architecture on AWS. Which solution will meet these requirements with the LEAST operational overhead?

Options

  • AUse a self-managed node to supply compute capacity. Deploy the application to the new EKS
  • BUse managed node groups to supply compute capacity. Deploy the application to the new EKS
  • CUse AWS Fargate to supply compute capacity. Create a Fargate profile. Use the Fargate profile
  • DUse managed node groups with Karpenter to supply compute capacity. Deploy the application to

Explanation

AWS Fargate is a serverless compute engine for containers that works with Amazon EKS. With Fargate, you do not need to provision or manage EC2 instances or clusters. You simply define and deploy your pods, and Fargate automatically launches the required compute resources. This results in the lowest operational overhead because AWS manages the infrastructure. Fargate profiles allow you to specify which pods run on Fargate.

Community Discussion

No community discussion yet for this question.

Full SAA-C03 PracticeBrowse All SAA-C03 Questions