AFAnkoay Fenoincloud-lab.hashnode.dev·Feb 12 · 3 min readAWS S3 + CloudFront Cost Optimization: Simple Guide + Terraform Hands-OnLearn how to optimize static website costs and deploy S3 + CloudFront with Terraform Why S3 + CloudFront? S3 + CloudFront is one of the simplest ways to host a fast, secure static website on AWS.S3 stores your files, and CloudFront distributes them g...00
AFAnkoay Fenoincloud-lab.hashnode.dev·Feb 4 · 3 min readAWS Lambda Cost Optimization: Simple Guide + Terraform Hands-OnLearn how to optimize Lambda costs and deploy your first function with Terraform Why AWS Lambda? AWS Lambda lets you run code without managing servers. You pay only for requests and execution time. It's ideal when your traffic is unpredictable or ev...00
AFAnkoay Fenoincontainer-lab.hashnode.dev·Dec 3, 2025 · 4 min readAlert Nginx Ingress Controller End Of Life: March 2026 Migrate To TraefikDeploying Grafana with Traefik Ingress on Kubernetes Why This Matters The official NGINX Ingress Controller will be retired in March 2026, with no further releases, bug fixes, or security updates after that date. This affects millions of Kubernetes d...00
AFAnkoay Fenoincloud-lab.hashnode.dev·Nov 6, 2025 · 4 min readDeploy a Scalable EKS Cluster on AWS with TerraformModern DevOps relies on automation, scalability, and resilience. When it comes to Kubernetes in the cloud, Amazon EKS (Elastic Kubernetes Service) simplifies cluster management — but manual setup can be tedious. That's where Terraform comes in. In th...00
AFAnkoay Fenoincloud-lab.hashnode.dev·Aug 11, 2025 · 3 min readAWS Load Balancing: Optimize Load Distribution between Your Instances.In the cloud, your applications must be available and fast. AWS Load Balancers help you share traffic across multiple servers, so your system stays reliable, scalable, and resilient. In this article, you'll learn: What AWS Load Balancers do and why ...00