
AWS Certified Developer - Associate
Get started today
Ultimate access to all questions.
A developer is tasked with creating a web application intended to run on EC2 instances. The developer prefers to concentrate solely on writing the application code and does not wish to handle server provisioning, configuration, or deployment.
As an AWS Certified Developer Associate, which AWS service would you suggest to address this requirement?
A developer is tasked with creating a web application intended to run on EC2 instances. The developer prefers to concentrate solely on writing the application code and does not wish to handle server provisioning, configuration, or deployment.
As an AWS Certified Developer Associate, which AWS service would you suggest to address this requirement?
Explanation:
AWS Elastic Beanstalk provides an environment to easily deploy and run applications in the cloud. It is integrated with developer tools and provides a one-stop experience for you to manage the lifecycle of your applications.
AWS Elastic Beanstalk lets you manage all of the resources that run your application as environments where each environment runs only a single application version at a time. When an environment is being created, Elastic Beanstalk provisions all the required resources needed to run the application version. You don't need to worry about server provisioning, configuration, and deployment as that's taken care of by Beanstalk.