nerdexam
Amazon

CLF-C02 · Question #117

A company is using AWS for all its IT infrastructure. The company's developers are allowed to deploy applications on their own. The developers want to deploy their applications without having to provi

The correct answer is C. AWS Elastic Beanstalk. AWS Elastic Beanstalk (C) is correct because it is a Platform-as-a-Service (PaaS) that automatically handles infrastructure provisioning, load balancing, scaling, and monitoring - developers simply upload their code and Beanstalk does the rest. Why the others are wrong: A. CloudF

Submitted by yuki_2020· Mar 6, 2026Cloud Technology and Services

Question

A company is using AWS for all its IT infrastructure. The company's developers are allowed to deploy applications on their own. The developers want to deploy their applications without having to provision the infrastructure themselves. Which AWS service should the developers use to meet these requirements?

Options

  • AAWS CloudFormation
  • BAWS CodeBuild
  • CAWS Elastic Beanstalk
  • DAWS CodeDeploy

How the community answered

(23 responses)
  • A
    4% (1)
  • B
    13% (3)
  • C
    78% (18)
  • D
    4% (1)

Explanation

AWS Elastic Beanstalk (C) is correct because it is a Platform-as-a-Service (PaaS) that automatically handles infrastructure provisioning, load balancing, scaling, and monitoring - developers simply upload their code and Beanstalk does the rest.

Why the others are wrong:

  • A. CloudFormation - is an Infrastructure-as-Code tool; it does provision infrastructure, but developers must write and manage the templates themselves, meaning they're still responsible for provisioning.
  • B. CodeBuild - is a CI/CD build service that compiles code and runs tests; it doesn't deploy or manage application infrastructure.
  • D. CodeDeploy - automates deploying code to existing servers/instances, but those servers must already be provisioned by someone.

Memory tip: Think of Elastic Beanstalk as "just throw your app in the basket" - you toss in your code, and AWS figures out the infrastructure. The key phrase on the exam is "without provisioning infrastructure", which is Beanstalk's core value proposition.

Topics

#Application Deployment#Managed Services#Elastic Beanstalk#Platform as a Service

Community Discussion

No community discussion yet for this question.

Full CLF-C02 Practice