32. AWS Command Line

i. Control multiple AWS services from the command line and automate them through scripts.
ii. CLI lets to interact with AWS from anywhere by simply using a command line
iii. Following actions can be performed using CLI:
a. List buckets, upload data to S3
b. Launch, stop, start and terminate EC2 instances
c. Update security groups, create subnets
iv. Important CLI flags: Easily switch between AWS accounts using –profile. Change the –output between JSON, table & text
v. CLI is installed using a Python script.