Amazon S3
CLI
  • Install AWS CLI version 2 on Linux
  • aws configure
  • cp
  • ls
  • mb, create a bucket, an Amazon S3 bucket name is globally unique, and the namespace is shared by all AWS accounts
  • mv
  • presign, generate a pre-signed URL for an Amazon S3 object
  • rm
  • rb
  • sync
  • website, configures a bucket as a static website
  • Access Point
  • Reference
  • Tutorials for Amazon EC2 Instances Running Linux