Medium1 markMultiple Choice
AWS SAA-C03 · Question 59 · Domain 4.2: Compute Cost Optimization
A startup is deploying a containerized application using Amazon ECS. The application experiences unpredictable traffic spikes. The team is small and wants to minimize the operational overhead of managing underlying EC2 instances, while only paying for the exact compute resources the containers use.<br/><br/>Which ECS launch type should they use?
A startup is deploying a containerized application using Amazon ECS. The application experiences unpredictable traffic spikes. The team is small and wants to minimize the operational overhead of managing underlying EC2 instances, while only paying for the exact compute resources the containers use.<br/><br/>Which ECS launch type should they use?
Answer options:
A.
EC2 Launch Type
B.
AWS Fargate
C.
Amazon EKS
D.
AWS Elastic Beanstalk
How to approach this question
Look for 'minimize operational overhead' and 'containers'.
Full Answer
B.AWS Fargate✓ Correct
AWS Fargate
AWS Fargate is a serverless compute engine for containers that works with both Amazon ECS and Amazon EKS. Fargate removes the need to provision and manage servers, lets you specify and pay for resources per application, and improves security through application isolation by design.
Common mistakes
Choosing EC2 Launch Type, which requires managing the underlying infrastructure.
Practice the full AWS SAA-C03 Practice Exam 6
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...MediumQ02A company has two AWS accounts: Account A for development and Account B for production. Developer...MediumQ03A mobile application needs to authenticate users using their social media accounts (Facebook, Goo...EasyQ04A company is running an application on Amazon EC2 instances. The application needs to connect to ...MediumQ05A company has 50 AWS accounts managed by AWS Organizations. The IT team wants to implement a cent...Easy
Expert