Command Line Interface

Control multiple AWS services from the command line and automate them scripts.

You can peform actions from the CLI such as:

  • List buckets, upload data S3
  • Launch, stop, start, and terminate EC2 instances
  • Update securiy groups, create subnets
  • et.c

Important AWS CLI flags to know: Easilly switch between AWS accounts using —profile Change —output between json, table and text

[[cli]]