Back to home

Category

AWS

Amazon Web Services guides, tips and architectures.

awsAug 2

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.

TechNotesHub Team 1
awsAug 2

ECS Part 2: Create ECR Repository & Push Docker Image

Create a private image registry, authenticate Docker, tag & push. Four commands you'll use forever.

TechNotesHub Team 1
awsAug 2

ECS Part 1: Write the Dockerfile & Configure AWS CLI

A minimal Apache Dockerfile + creating an IAM user with ECR permissions + configuring `aws configure`.

TechNotesHub Team 3
awsAug 2

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.

TechNotesHub Team 7
awsAug 2

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.

Jane Contributor 0
awsAug 2

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.

Jane Contributor 0
awsAug 2

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.

Jane Contributor 1
awsAug 2

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.

Jane Contributor 0
awsAug 2

Understanding IAM Roles vs Users vs Groups

A crisp mental model for AWS identity primitives — with common pitfalls.

Jane Contributor 3
AWS S3 Bucket Best Practices for Production
awsAug 2

AWS S3 Bucket Best Practices for Production

Ten field-tested rules for locking down, versioning and scaling S3 buckets in production workloads.

Jane Contributor 14