Topic 1 Question 303
A company's application developers need to quickly provision and manage AWS services by using scripts.
Which AWS offering should the developers use to meet these requirements?
AWS CLI
AWS CodeBuild
AWS Cloud Adoption Framework (AWS CAF)
AWS Systems Manager Session Manager
ユーザの投票
コメント(6)
- 正解だと思う選択肢: A
The AWS CLI is a command-line tool provided by AWS that allows developers and administrators to interact with AWS services directly from the command line.
It provides a set of commands for a broad set of AWS services, allowing users to perform tasks such as creating and managing EC2 instances, configuring S3 buckets, managing IAM users, and more.
Developers can use scripts and automation tools to orchestrate and automate various AWS operations by leveraging the AWS CLI commands.
👍 2Mike19872024/06/29 - 正解だと思う選択肢: A👍 2BShelat2024/07/13
A The AWS Command Line Interface (AWS CLI) is a unified tool to manage your AWS services. With just one tool to download and configure, you can control multiple AWS services from the command line and automate them through scripts.
👍 1Ashisohail2024/06/29
シャッフルモード