AWS Certified Cloud Practitioner — Question 217
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?
Answer options
- A. AWS Cloud Formation
- B. AWS CodeBuild
- C. AWS Elastic Beanstalk
- D. AWS CodeDeploy
Correct answer: C
Explanation
AWS Elastic Beanstalk is the ideal service for developers looking to deploy applications without managing the infrastructure, as it handles deployment and scaling automatically. AWS Cloud Formation is used for provisioning resources, while AWS CodeBuild and AWS CodeDeploy focus on building and deploying code rather than simplifying application deployment.