Jan 15, 2025·2 min readSeries: AWS from Zero · Part 30Enforce bucket owner ownership in S3Set S3 Object Ownership to BucketOwnerEnforced and confirm ACLs are disabled.#aws#cli#s3#storage#security
Jan 15, 2025·2 min readSeries: AWS from Zero · Part 29Read each S3 public access block settingInspect and explain the four independent S3 Block Public Access values.#aws#cli#s3#storage#security
Jan 14, 2025·2 min readSeries: AWS from Zero · Part 28Block all public access on an S3 bucketEnable all four S3 Block Public Access controls from the AWS CLI.#aws#cli#s3#storage#security
Jan 14, 2025·2 min readSeries: AWS from Zero · Part 27Inspect S3 bucket encryption deeplyQuery an S3 bucket encryption configuration and distinguish SSE-S3 from SSE-KMS.#aws#cli#s3#storage
Jan 13, 2025·2 min readSeries: AWS from Zero · Part 26Set S3 default encryption with AWS KMSConfigure default SSE-KMS encryption with the AWS managed S3 key and verify the bucket setting.#aws#cli#s3#storage#security#kms
Jan 13, 2025·2 min readSeries: AWS from Zero · Part 25Set S3 default encryption with SSE-S3Explicitly configure SSE-S3 default bucket encryption and verify encryption on a new object.#aws#cli#s3#storage#security
Jan 12, 2025·2 min readSeries: AWS from Zero · Part 24Restore an older S3 object versionRestore an older S3 object version by copying it over the same key as the new current version.#aws#cli#s3#storage#versioning
Jan 12, 2025·2 min readSeries: AWS from Zero · Part 23Understand S3 delete markers through CLICreate, inspect, and remove an S3 delete marker to understand deletion in a versioned bucket.#aws#cli#s3#storage#versioning
Jan 11, 2025·2 min readSeries: AWS from Zero · Part 22Enable S3 Versioning from zeroEnable S3 Versioning, upload two versions of one object, and inspect their version IDs.#aws#cli#s3#storage#versioning
Jan 11, 2025·2 min readSeries: AWS from Zero · Part 21Delete many S3 objects safelyDelete a controlled list of S3 object keys in one request and inspect the result.#aws#cli#s3#storage
Jan 10, 2025·2 min readSeries: AWS from Zero · Part 20Delete one S3 object safelyInspect, optionally back up, delete, and verify one S3 object from the command line.#aws#cli#s3#storage
Jan 10, 2025·2 min readSeries: AWS from Zero · Part 19Use include and exclude rules with S3 syncPreview and run an S3 sync that uploads only matching files with include and exclude filters.#aws#cli#s3#storage
Jan 9, 2025·2 min readSeries: AWS from Zero · Part 18Copy S3 objects across bucketsCopy an object from one S3 bucket to another and verify the destination with AWS CLI.#aws#cli#s3#storage
Jan 9, 2025·2 min readSeries: AWS from Zero · Part 17Copy S3 objects inside one bucketCopy an S3 object to a new key in the same bucket, then compare the source and destination.#aws#cli#s3#storage
Jan 8, 2025·2 min readSeries: AWS from Zero · Part 16List S3 buckets with s3apiList the S3 buckets in your AWS account and shape the result with AWS CLI queries.#aws#cli#s3#storage
Jan 8, 2025·2 min readSeries: AWS from Zero · Part 15Inspect an S3 object with head-objectUse head-object to check S3 object size, type, metadata, and last modified time without downloading the object.#aws#cli#s3#storage
Jan 7, 2025·2 min readSeries: AWS from Zero · Part 14Upload an S3 object with metadataUse AWS CLI to upload an S3 object with custom metadata, then inspect it without downloading the file.#aws#cli#s3#storage
Jan 7, 2025·2 min readSeries: AWS from Zero · Part 13S3 CLI vs S3 API commandsUnderstand when to use high-level aws s3 commands and when to use lower-level aws s3api commands.#aws#cli#s3#storage
Jan 6, 2025·2 min readSeries: AWS from Zero · Part 12S3 create-bucket: us-east-1 vs other regionsUnderstand why S3 bucket creation looks different in us-east-1 compared with other AWS regions.#aws#cli#s3#storage
Jan 6, 2025·2 min readSeries: AWS from Zero · Part 11S3 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.#aws#cli#s3#storage
Jan 5, 2025·3 min readSeries: AWS from Zero · Part 10Automation and the long AWS roadmapTurn one-off AWS CLI commands into repeatable scripts, JSON inputs, CloudFormation steps, and a service-by-service roadmap.#aws#automation#cloudformation#cli
Jan 5, 2025·2 min readSeries: AWS from Zero · Part 9VPC from Zero: networking pieces by commandBuild the mental model of VPCs, subnets, routes, internet gateways, and security groups before adding bigger services.#aws#vpc#networking#cli
Jan 4, 2025·2 min readSeries: AWS from Zero · Part 8EC2 from Zero: launch your first instanceCreate a key pair and security group, find an AMI, launch an EC2 instance, SSH into it, and terminate it safely.#aws#ec2#linux#cli
Jan 4, 2025·2 min readSeries: AWS from Zero · Part 7Host a static website on S3 using only CLITurn an S3 bucket into a tiny static website with bucket website configuration, public-read policy, upload, test, and cleanup.#aws#s3#web#cli
Jan 3, 2025·2 min readSeries: AWS from Zero · Part 6S3 from Zero: buckets, objects, and syncCreate an S3 bucket, upload and download objects, use sync, then delete everything with CLI-only commands.#aws#s3#storage#cli
Jan 3, 2025·3 min readSeries: AWS from Zero · Part 5AWS safety habits: cost, regions, and cleanupBuild the boring habits that save money: check your region, tag resources, list what exists, and clean up every lesson.#aws#billing#cloud#cli
Jan 2, 2025·3 min readSeries: AWS from Zero · Part 4IAM from Zero: identity before infrastructureUnderstand IAM users, groups, roles, policies, and why every AWS CLI command starts with identity.#aws#iam#security#cli
Jan 2, 2025·2 min readSeries: AWS from Zero · Part 3Learn the AWS CLI command shapeUse help pages, JSON output, filters, and JMESPath queries so AWS CLI starts feeling predictable.#aws#cloud#devops#cli
Jan 1, 2025·3 min readSeries: AWS from Zero · Part 2Install AWS CLI and configure your first profileSet up AWS CLI, create a named profile, choose a region, and verify exactly which AWS identity your terminal is using.#aws#cloud#devops#cli
Jan 1, 2025·3 min readSeries: AWS from Zero · Part 1AWS from Zero: the CLI-only mapA practical roadmap for learning AWS without touching the console UI: tiny commands first, real systems later.#aws#cloud#devops#cli