CLF-C02 · Question #32
Which AWS service supports the deployment and management of applications in the AWS Cloud?
The correct answer is D. AWS Elastic Beanstalk. AWS Elastic Beanstalk (D) is correct because it is a fully managed Platform-as-a-Service (PaaS) that handles the deployment, provisioning, load balancing, scaling, and monitoring of applications - you simply upload your code and Elastic Beanstalk manages the underlying infrastruc
Question
Which AWS service supports the deployment and management of applications in the AWS Cloud?
Options
- AAmazon CodeGuru
- BAWS Fargate
- CAWS CodeCommit
- DAWS Elastic Beanstalk
How the community answered
(38 responses)- A3% (1)
- B3% (1)
- C5% (2)
- D89% (34)
Explanation
AWS Elastic Beanstalk (D) is correct because it is a fully managed Platform-as-a-Service (PaaS) that handles the deployment, provisioning, load balancing, scaling, and monitoring of applications - you simply upload your code and Elastic Beanstalk manages the underlying infrastructure automatically.
Why the others are wrong:
- A. Amazon CodeGuru is an AI-powered developer tool for code reviews and performance recommendations, not application deployment
- B. AWS Fargate is a serverless compute engine for containers (ECS/EKS), focused on running containers rather than full application lifecycle management
- C. AWS CodeCommit is simply a source control/version repository service (similar to GitHub), used for storing code, not deploying or managing applications
Memory Tip: Think of Elastic Beanstalk like handing your app to an experienced "butler" - you give it the code, and it elastically handles everything else (servers, scaling, monitoring). The word "Beanstalk" can remind you of growth and management, just like the service grows and manages your application environment for you.
Topics
Community Discussion
No community discussion yet for this question.