Run ECS Fargate tasks without a public IP using a NAT Gateway
Move an ECS Fargate service into private subnets, turn off auto-assign public IP, and route outbound traffic through a NAT Gateway so every call leaves from one fixed Elastic IP.

Search for a command to run...
Articles tagged with #devops
Move an ECS Fargate service into private subnets, turn off auto-assign public IP, and route outbound traffic through a NAT Gateway so every call leaves from one fixed Elastic IP.

No SSH, no checklist, no remembering the one command I always forget. Just git push, and production updates itself. This is exactly how that pipeline is wired, and how you can build the same one for a plain server.

My ledger has run in production for weeks on a box I set up by hand one evening and never wrote down properly. If it died, I would rebuild it from memory. That is not a plan, so I turned the memory into code.

Laravel on AWS Lambda Imagine running a restaurant where you only pay for the kitchen when someone orders food - that's exactly how AWS Lambda works! In this comprehensive guide, we'll walk through deploying a Laravel application on AWS Lambda, makin...

GitHub Actions and CI/CD Imagine you're preparing a fancy dinner party. There's chopping, cooking, plating, and cleaning involved. Now, wouldn't it be amazing if you had a magical kitchen assistant who could automatically taste-test your food, ensure...
