Category
AWS
Amazon Web Services guides, tips and architectures.
ECS Part 3: Deploy to Fargate — Cluster, Task, Service
Create the cluster, define the task, run it as a service, open the security group — your container is live.
ECS Part 2: Create ECR Repository & Push Docker Image
Create a private image registry, authenticate Docker, tag & push. Four commands you'll use forever.
ECS Part 1: Write the Dockerfile & Configure AWS CLI
A minimal Apache Dockerfile + creating an IAM user with ECR permissions + configuring `aws configure`.
Deploy a Container on AWS: Dockerfile → ECR → ECS Fargate
The complete story of getting a Docker container to run on AWS with zero servers to patch — starts here.
AWS Serverless: Lambda, DynamoDB and API Gateway
Build a working REST API without any server management — using functions, a NoSQL database and a managed gateway.
AWS Networking: VPC, Subnets and Security Groups
Your own private network inside AWS — public vs private subnets, security groups vs NACLs, all in beginner language.
AWS Core Services: EC2, S3 and IAM Explained
Three services you cannot avoid on AWS — what they are, what they cost, and the mistakes freshers make.
Getting Started with AWS: Console, Regions and Free Tier
Log into AWS for the first time — understand the console, regions, availability zones and the free-tier limits before you spend a rupee.
Understanding IAM Roles vs Users vs Groups
A crisp mental model for AWS identity primitives — with common pitfalls.
AWS S3 Bucket Best Practices for Production
Ten field-tested rules for locking down, versioning and scaling S3 buckets in production workloads.