Medium1 markMultiple Choice
AWS SAA-C03 · Question 43 · Domain 3.2: Compute Performance
A company is migrating a containerized web application to AWS. The application experiences sudden, unpredictable spikes in traffic. The company wants a compute solution that scales instantly without the need to manage underlying EC2 instances or cluster capacity. Which service should they use?
A company is migrating a containerized web application to AWS. The application experiences sudden, unpredictable spikes in traffic. The company wants a compute solution that scales instantly without the need to manage underlying EC2 instances or cluster capacity. Which service should they use?
Answer options:
A.
Amazon ECS on EC2
B.
AWS Fargate
C.
Amazon EKS on EC2
D.
AWS Elastic Beanstalk
How to approach this question
Look for 'containerized', 'scales instantly', and 'without managing underlying EC2 instances'. This is the definition of 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.
Common mistakes
Choosing ECS on EC2, which requires managing the EC2 instances.
Practice the full AWS SAA-C03 Practice Exam 7
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 needs...MediumQ02An application runs on Amazon EC2 instances and needs to access an Amazon S3 bucket. What is the ...EasyQ03A company wants to implement federated access to the AWS Management Console for its employees usi...MediumQ04A company is building a mobile application that requires users to sign in using their social medi...EasyQ05A security team wants to enforce MFA for all IAM users before they can terminate EC2 instances. H...Medium
Expert