DevOps

Real-World AWS Cost Optimization Strategies for High-Traffic Platforms

Introduction I’ll be honest when I say running a high-traffic production environment on AWS is fun…. until you see the cloud bill. At first, you overprovision a bit of memory “just to be safe.” Containers stay up a little longer than needed. Logs? Oh, we log everything because, you know, one day you might need it. And cross-AZ...

by Karandeep Singh
Tag: ecs
15-Mar-2026

DevOps

From Logstash to Fluent Bit: How We Streamlined Logging for an Ad Tech Client

Introduction In ad-tech, logs are not “nice to have.” They are the product’s heartbeat. Every impression, every click, every bid request — everything generates logs. Multiply that by millions of requests per minute, and you’re suddenly dealing with millions of events and TB’s of logs per day. That’s exactly where one of our...

by Karandeep Singh
Tag: ecs
15-Mar-2026

DevOps

Why Right-Sizing Is Not a One-Time Activity

Introduction If you’ve worked in production long enough, you’ve probably heard this: “Let’s right-size the services and reduce the AWS bill.” So we do it. We check CPU and memory metrics for a week. We reduce task sizes. Costs drop. Everyone’s happy. And then…. six months later, the bill increases again....

by Karandeep Singh
Tag: ecs
15-Mar-2026

DevOps

Boosting ECS Costs Savings: Moving to Graviton with Fargate Spot

Introduction Reducing cloud costs is always the top priority and biggest headache for Devops Engineers, especially when using managed AWS services like ECS Fargate. For one of our Ad-Tech clients at TO THE NEW, we were already utilising Fargate Spot to reduce the ECS bill significantly. But we found that we could save even more money if...

by Karandeep Singh
Tag: ecs
14-Jan-2026

DevOps

The Automation-First Approach: Why Businesses Must Evolve Beyond Traditional CI/CD

Introduction In today's fast-paced software landscape, automation isn't just a luxury—it’s a necessity. Organizations need to ship features faster, scale effortlessly, and ensure rock-solid reliability—all without drowning in operational overhead. The solution? A unified, fully automated CI/CD pipeline that does it all. Many...

by Navjot Singh
Tag: ecs
27-Mar-2025

DevOps

Downtime Is The Enemy: Our Battle-Tested Zero-Downtime JFrog Migration Story

“In the world of continuous delivery, downtime is the enemy of progress “ Have you ever thought that you are sitting in your office peacefully and suddenly, you are notified that migration is about to begin for the most critical tool on which all other or I would say the entire project depends on it. What do you think what tool it...

by Vansh Raj
Tag: ecs
19-Feb-2025

DevOps

Scaling Smartly: Utilizing ECS Fargate Spot Instances to Reduce Production Costs

Introduction Optimizing the cost of running production workloads is essential in today’s cloud-driven world. By using Amazon ECS with Fargate Spot instances, you can significantly reduce your cloud costs while also ensuring that your applications are reliable and functional. Fargate Spot offers a cost-effective solution, offering the...

by Vedansh Singhal
Tag: ecs
05-Sep-2024

AWS, DevOps

Dynamic Port Mapping in ECS with Application Load Balancer

AWS recently launched a new Application Load Balancer (ALB) that supports Dynamic Port Mapping with ECS. It allows you to run two containers of a service on a single server on dynamic ports which ALB automatically detects and reconfigures itself. Amazon EC2 Container Service ECS is a managed container service that allows you to run...

by Tejprakash Sharma
Tag: ecs
24-Jan-2017

AWS, DevOps

Attach IAM Role to an AWS Elastic Container Service Task

If you are hosting some micro websites on the AWS ECS, where every task is a separate application, and each task has running multiple containers on a Cluster. If we have a scenario where we want each of our application should upload its data to a separate AWS S3 bucket, we create a single role giving access to all S3 buckets and attach...

by Tejprakash Sharma
Tag: ecs
30-Jul-2016

AWS, DevOps

Using AWS Lambda Function for AutoScaling of ECS Containers

AWS Lambda is an event-driven compute service using which you can perform actions by executing some set of code on any event. We are using a lambda function to trigger AWS ECS container auto-scaling that is executed on the SNS event. Below is the AWS Lambda code in node.js that will get Cluster Name, Service Name & Operator...

by Tejprakash Sharma
Tag: ecs
30-Jun-2016