Topic 1 Question 84
A developer is creating a Ruby application and needs to automate the deployment, scaling, and management of an environment without requiring knowledge of the underlying infrastructure.
Which service would best accomplish this task?
AWS CodeDeploy
AWS CloudFormation
AWS OpsWorks
AWS Elastic Beanstalk
ユーザの投票
コメント(2)
- 正解だと思う選択肢: D👍 3zodraz2023/05/08
answer- d AWS CodeDeploy can automate the deployment of code to any instance, including Amazon EC2 instances and on-premises servers. However, it does not provide the same level of automation as Elastic Beanstalk, and it requires more manual intervention from developers. AWS CloudFormation can help you model and set up your AWS resources. However, it does not provide any automation for deploying or managing applications. AWS OpsWorks is a configuration management service that provides managed instances of Chef and Puppet. However, it is not as easy to use as Elastic Beanstalk, and it does not provide the same level of automation for deploying or managing applications.
👍 2Prem282023/06/01
シャッフルモード