Volume 2: S31/7
  1. 01Lessons 1-10
  2. 02Lessons 11-20
  3. 03Lessons 21-30
  4. 04Lessons 31-40
  5. 05Lessons 41-50
  6. 06Lessons 51-60
  7. 07Lessons 61-70

Chapter 01 of 07

Lessons 1-10

10 lessons20 min readingParts 11-20
  1. 01S3 bucket naming rules from the CLILearn the bucket naming rules that matter before you run create-bucket, and test names safely from the command line.2 min read
  2. 02S3 create-bucket: us-east-1 vs other regionsUnderstand why S3 bucket creation looks different in us-east-1 compared with other AWS regions.2 min read
  3. 03S3 CLI vs S3 API commandsUnderstand when to use high-level aws s3 commands and when to use lower-level aws s3api commands.2 min read
  4. 04Upload an S3 object with metadataUse AWS CLI to upload an S3 object with custom metadata, then inspect it without downloading the file.2 min read
  5. 05Inspect an S3 object with head-objectUse head-object to check S3 object size, type, metadata, and last modified time without downloading the object.2 min read
  6. 06List S3 buckets with s3apiList the S3 buckets in your AWS account and shape the result with AWS CLI queries.2 min read
  7. 07Copy S3 objects inside one bucketCopy an S3 object to a new key in the same bucket, then compare the source and destination.2 min read
  8. 08Copy S3 objects across bucketsCopy an object from one S3 bucket to another and verify the destination with AWS CLI.2 min read
  9. 09Use include and exclude rules with S3 syncPreview and run an S3 sync that uploads only matching files with include and exclude filters.2 min read
  10. 10Delete one S3 object safelyInspect, optionally back up, delete, and verify one S3 object from the command line.2 min read