MultiCloud Classroom notes 02/Sep/2025

AWS S3 CLI contd…

  • AWS S3 has two variants in cli
    • aws s3 (high-level)
    • aws s3api (low-level)

using high-level

  • High level cli uses s3 uri
  • Create a bucket
aws s3 mb s3://qts3sep25
  • Upload an object aws s3 cp
  • remove an object
  • sync folders and files between
    • system to bucket
    • bucket to system
    • bucket to bucket

using s3api cli

  • Lets create a bucket
aws s3api create-bucket --bucket "qts3sep252" --region us-west-2 --create-bucket-configuration LocationConstraint=us-west-2
  • Exercise: using both low leve and high level cli
    • Create bucket
    • upload file
    • upload folder
    • delete file
    • delete folder
    • delete bucket

Published
Categorized as Uncategorized Tagged

By continuous learner

devops & cloud enthusiastic learner

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Social Media Integration by Acurax Wordpress Developers

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Visit Us On FacebookVisit Us On LinkedinVisit Us On Youtube