QuestionQ670

Content Domain 3: Cloud Technology and Services

A company wants to deploy a web application as a containerized application. The company wants to use a managed service that can automatically create container images from source code and deploy the containerized application.

Which AWS service will meet these requirements?

  • A AWS Elastic Beanstalk
  • B Amazon Elastic Container Service (Amazon ECS)
  • C AWS App Runner
  • D Amazon EC2
Explanation

AWS App Runner is a fully managed service that automatically builds container images directly from source code and deploys them without infrastructure management. Elastic Beanstalk (A) requires platform configuration, Amazon ECS (B) requires pre-built container images, and EC2 (D) demands manual management of all aspects including image building and deployment.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!