A system administrator is tasked with adding a new inbound rule to allow traffic from a new partner network across several hundred Amazon EC2 security groups. The administrator wants to automate these updates by running a shell script from their local command terminal. Which AWS tool is best suited for executing these commands within the script?
- AAWS Management Console
- BAWS CloudFormation
- AWS Command Line Interface (CLI)Cevap
- DAWS Elastic Beanstalk
Cevap
AWS Command Line Interface (CLI)
The AWS Command Line Interface (CLI) allows administrators to control and automate AWS services through local terminal shell scripts, making it the ideal tool for bulk procedural operations such as updating hundreds of security groups.
Adım Adım Çözüm
Anahtar Kavram
The AWS Command Line Interface (CLI) is a unified command-line tool designed for scripting and automating AWS resource management tasks.