A system administrator needs to run a quick command from a local terminal to list all active Amazon EC2 instances in an AWS account. Which of the following is the most appropriate tool to use for this task?
- AWS Command Line Interface (AWS CLI)Answer
- BAWS Management Console
- CAWS CloudFormation
- DAWS Software Development Kit (AWS SDK)
Answer
AWS Command Line Interface (AWS CLI)
The AWS Command Line Interface (AWS CLI) is the tool designed to enable direct interaction with AWS services using commands in a command-line shell (such as bash or zsh), making it the most suitable tool for executing quick commands from a local terminal.
Step-by-Step Solution
Key Concept
AWS Command Line Interface (AWS CLI)