Medium1 markMultiple Choice
AWS SAA-C03 · Question 25 · Domain 2.1: Scalable Architectures
A company is migrating a containerized application to AWS. The company wants to run the containers without having to manage the underlying servers or clusters. Which compute service should the solutions architect recommend?
A company is migrating a containerized application to AWS. The company wants to run the containers without having to manage the underlying servers or clusters. Which compute service should the solutions architect recommend?
Answer options:
A.
Amazon EC2
B.
Amazon ECS with AWS Fargate
C.
AWS Elastic Beanstalk
D.
AWS Lambda
How to approach this question
Match 'containers' and 'without managing servers' to AWS Fargate.
Full Answer
B.Amazon ECS with AWS Fargate✓ Correct
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
Choosing EC2 or Beanstalk, which involve server management.
Practice the full AWS SAA-C03 Practice Exam 1
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 solutions architect is designing an application that will run on Amazon EC2 instances. The appl...EasyQ03A company wants to implement a federated identity solution for its employees to access the AWS Ma...MediumQ04A mobile application needs to access Amazon DynamoDB directly to read user-specific data. The app...HardQ05A company is hosting a web application on Amazon EC2 instances. The application connects to an Am...Medium
Expert