Volume 2: S31/7
Chapter 01 of 07
Lessons 1-10
10 lessons20 min readingParts 11-20
- 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 read2 min read
- 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 read2 min read
- 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 read2 min read
- 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 read2 min read
- 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 read2 min read
- 06List S3 buckets with s3apiList the S3 buckets in your AWS account and shape the result with AWS CLI queries.2 min read2 min read
- 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 read2 min read
- 08Copy S3 objects across bucketsCopy an object from one S3 bucket to another and verify the destination with AWS CLI.2 min read2 min read
- 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 read2 min read
- 10Delete one S3 object safelyInspect, optionally back up, delete, and verify one S3 object from the command line.2 min read2 min read