Topic 1 Question 397
A company wants to deploy a non-containerized Java-based web application on AWS. The company wants to use a managed service to quickly deploy the application. The company wants the service to automatically provision capacity, load balance, scale, and monitor application health.
Which AWS service will meet these requirements?
Amazon Elastic Container Service (Amazon ECS)
AWS Lambda
Amazon Elastic Kubernetes Service (Amazon EKS)
AWS Elastic Beanstalk
ユーザの投票
コメント(2)
- 正解だと思う選択肢: D
D. AWS Elastic Beanstalk
AWS Elastic Beanstalk is an easy-to-use service for deploying and scaling web applications and services developed with Java, .NET, PHP, Node.js, Python, Ruby, Go, and Docker on familiar servers such as Apache, Nginx, Passenger, and IIS. You simply upload your code, and AWS Elastic Beanstalk automatically handles the deployment, from capacity provisioning, load balancing, and auto-scaling to application health monitoring. It is ideal for non-containerized Java-based web applications, as it abstracts the underlying infrastructure, allowing developers to focus on writing code rather than managing environments
👍 2Asylgul2024/10/05 - 正解だと思う選択肢: D
D. AWS Elastic Beanstalk
👍 1chalaka2024/11/13
シャッフルモード