Topic 1 Question 17
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
ユーザの投票
コメント(13)
- 正解だと思う選択肢: B
With Elastic Beanstalk, you can quickly deploy and manage applications in the AWS Cloud without having to learn about the infrastructure that runs those applications. Elastic Beanstalk reduces management complexity without restricting choice or control. You simply upload your application, and Elastic Beanstalk automatically handles the details of capacity provisioning, load balancing, scaling, and application health monitoring.
👍 18bn042024/09/21 - 正解だと思う選択肢: B
A. Amazon EC2: Amazon EC2 (Elastic Compute Cloud) provides resizable compute capacity in the cloud. While it allows you to manually create and configure virtual servers (EC2 instances), it involves more manual setup and is not as streamlined for quick application deployment as other services.
B. AWS Elastic Beanstalk: a fully managed service that simplifies the deployment of applications on AWS. It abstracts the underlying infrastructure, allowing developers to quickly deploy applications without manual resource creation. It is suitable for rapid application deployment.
C. AWS CodeBuild: a fully managed continuous integration service that compiles source code, runs tests, and produces software packages. While it is part of the CI/CD process, it is not focused on quick application deployment and resource provisioning.
D. Amazon Personalize: Amazon Personalize is a machine learning service for building personalized recommendation models. It is not designed for general application deployment and does not provide the infrastructure for quick deployment.
👍 8TheFivePips2024/09/21 Correct Answer is B
A. Amazon EC2: Secure and resizable compute capacity for virtually any workload B. AWS Elastic Beanstalk: Deploy and scale web applications, Quick lunch C. AWS CodeBuild: Build and test code with automatic scaling D. Amazon Personalize: Fully managed machine learning service that uses your data to generate item recommendations for your users.
👍 4BobFar2024/02/10
シャッフルモード