Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 344 Bytes

command-line.md

File metadata and controls

11 lines (8 loc) · 344 Bytes

AWS Command Line

  • The AWS command line allows you to interact with AWS by typing commands

  • All commands start with az

  • The following command will list all S3 buckets

    • aws s3 ls
  • AWS command line uses the Secret access key

  • Don't share key pairs

  • You can install the AWS CLI on Mac, Windows, and Linux as well as EC2 instances