Easy1 markMultiple Choice
AWS SAA-C03 · Question 57 · Domain 3.2: Compute Performance
A company is running a containerized application on Amazon Elastic Kubernetes Service (EKS). The application experiences highly variable traffic. The company wants to avoid managing the underlying EC2 instances and only pay for the compute resources the containers actually use. <br/><br/>Which compute option should they choose for their EKS cluster?
A company is running a containerized application on Amazon Elastic Kubernetes Service (EKS). The application experiences highly variable traffic. The company wants to avoid managing the underlying EC2 instances and only pay for the compute resources the containers actually use. <br/><br/>Which compute option should they choose for their EKS cluster?
Answer options:
A.
Amazon EC2 Spot Instances
B.
AWS Fargate
C.
AWS Outposts
D.
Amazon EC2 Dedicated Hosts
How to approach this question
Match 'avoid managing underlying EC2 instances' for containers to AWS Fargate.
Full Answer
B.AWS Fargate✓ Correct
AWS Fargate
AWS Fargate is a serverless, pay-as-you-go compute engine that lets you focus on building applications without managing servers. It works with both Amazon ECS and Amazon EKS.
Common mistakes
Thinking EKS only runs on EC2 instances.
Practice the full AWS SAA-C03 Practice Exam 4
65 questions · hints · full answers · grading
More questions from this exam
Q01A company has multiple AWS accounts in an AWS Organizations organization. The security team wants...MediumQ02An application running on Amazon EC2 instances needs to access an Amazon DynamoDB table. Both res...EasyQ03A company is designing a web application that will be hosted on AWS. The application will use an ...MediumQ04A company is building a mobile app that requires users to authenticate using their social media a...HardQ05A solutions architect is designing a VPC for a three-tier web application. The database tier must...Medium
Expert