Design secure Architecture
๐ง Quick Story: How the traffic flows
Imagine a user on the internet:
๐ User โ sends HTTPS (port 443) request โ to ALB
๐ก๏ธ ALB โ forwards HTTP (port 80) request โ to EC2 (Auto Scaling Group)
๐ฅ๏ธ EC2 โ connects PostgreSQL (port 5432) โ to RDS dat...
blog-secure-devops-architect.hashnode.dev1 min read