A developer wants to deploy an application quickly on AWS without manually creating the required resources.
Which AWS service will meet these requirements?
Amazon EC2
AWS Elastic Beanstalk
AWS CodeBuild
Amazon Personalize
Explanations:
Amazon EC2 requires manual configuration and management of resources, which does not meet the requirement for quick deployment.
AWS Elastic Beanstalk allows for quick deployment of applications without manual resource management, automating the setup of required infrastructure.
AWS CodeBuild is a build service used for compiling source code and does not provide a full deployment solution.
Amazon Personalize is a machine learning service for creating personalized recommendations, not suitable for application deployment.