EC2 Beginner Guide: Launch Your First AWS Instance
Introduction In my previous IAM article we learnt basics of IAM and how to create Users, Groups and attach Policies. You can refer here: https://dev.t…
Latest Open Source news from Tech News
Introduction In my previous IAM article we learnt basics of IAM and how to create Users, Groups and attach Policies. You can refer here: https://dev.t…
I launched an EC2 instance in Tokyo region (ap-northeast-1) . Opened a browser. Typed the public IP. The page loaded in milliseconds. But I couldn't s…
Most people still use GP2 as the default EBS volume type in launch templates and infrastructure modules. Not because it is optimal today, but because …
**Why This Comparison Still Matters ****In many AWS accounts we still see T2 instances running production workloads. Most of the time, this isn’t by c…
FastAPI + Docker + AWS EC2 Deployment Guide Prerequisites (Local) 1. Create a Dockerfile Create a Dockerfile in your project root: FROM python:3.12-sl…