A system administrator wants to automate the process of stopping several Amazon EC2 instances at the end of each day by writing a shell script that runs on their local computer. Which AWS tool should the administrator install to run these administrative commands directly from the terminal?
- AWS Command Line Interface (CLI)Cevap
- BAWS Management Console
- CAWS Software Development Kits (SDKs)
- DAWS CloudFormation
Cevap
AWS Command Line Interface (CLI)
The AWS Command Line Interface (CLI) is the correct tool because it allows administrators to execute commands directly from their local terminal and incorporate them into shell scripts (such as bash or zsh) to automate tasks like stopping EC2 instances.
Adım Adım Çözüm
Anahtar Kavram
AWS Command Line Interface (CLI) is used for automating tasks through shell scripts and executing commands directly from a terminal.