Topic 1 Question 278
What is a benefit of using AWS serverless computing?
Application deployment and management are not required.
Application security will be fully managed by AWS.
Monitoring and logging are not needed.
Management of infrastructure is offloaded to AWS.
ユーザの投票
コメント(9)
- 正解だと思う選択肢: D
Important Note: I am noticing that there are incorrect answers for may questions in this question set. I would request administrator of this question set (384 questions) to review the answers for all questions and replace the incorrect answers with correct answers for applicable questions.
👍 9BShelat2024/01/13 - 正解だと思う選択肢: D
One of the key benefits of using AWS serverless computing, such as AWS Lambda, is that the management of infrastructure is offloaded to AWS. In a serverless architecture, users can focus on writing code for their applications, and AWS automatically takes care of provisioning and managing the underlying infrastructure. This allows developers to concentrate on building and deploying applications without the need to worry about server provisioning, scaling, or maintenance.
👍 2Mike19872023/12/28 D. Management of infrastructure is offloaded to AWS.
One of the benefits of using AWS serverless computing is that it offloads the management of infrastructure to AWS. With serverless computing, developers can focus on writing code without worrying about server provisioning, scaling, or maintenance. AWS takes care of the underlying infrastructure, allowing developers to concentrate on building and deploying applications.
👍 2OOJay2024/01/04
シャッフルモード