AWS Certified Cloud Practitioner (CLF-C02) — Question 24
A developer wants to deploy an application quickly on AWS without manually creating the required resources.
Which AWS service will meet these requirements?
Answer options
- A. Amazon EC2
- B. AWS Elastic Beanstalk
- C. AWS CodeBuild
- D. Amazon Personalize
Correct answer: B
Explanation
AWS Elastic Beanstalk is designed to simplify application deployment by automatically handling the infrastructure provisioning and application scaling. In contrast, Amazon EC2 requires manual setup of instances, AWS CodeBuild is focused on building and testing code, and Amazon Personalize is tailored for creating recommendation systems, making them unsuitable for quick application deployment.