Introduction At To The New, we work with all kinds of customers from fast-moving startups to huge enterprises, and one thing is always true: Nobody likes surprises on their AWS bill, nor Anyone likes downtime. When people think of saving money in AWS, they usually jump straight to EC2 instance rightsizing or removing idle resources....
Introduction Handling AWS costs is very important for cloud bill optimizations. One overlooked service that can significantly contribute to monthly expenses is Elastic Load Balancing. Our team, which works for a global advertising management platform client, a powerhouse in advertising and connected TVs, recently undertook a major step...
Introduction Cloud cost optimization is a vast and evolving discipline, but at its core, it starts with visibility. You can’t optimize what you can’t see. So, gaining granular insight into your cloud usage and billing is the basic foundation. You're not the only one who has ever thought, "This bill feels too high," after seeing your...
Introduction For years, we have used Kafka in the Data Centre, then we moved to AWS and started using EC2 to run Kafka. However, the headaches increased along with our usage. We began to feel as though we were spending more time managing Kafka than creating anything of value due to broker upgrades, Zookeeper problems, imbalanced...
Introduction If you have worked with databases, you might have definitely crossed paths with MySQL, and probably used mysqldump at some point. It’s a go-to utility for backing up MySQL databases. But let’s be honest — most of us use it in its basic form and forget about it. Here’s the thing: MySQLdump is way more powerful than we...
Introduction Building and deploying applications that use Apache Kafka for real-time data processing is made simple with Amazon MSK (Managed Streaming for Apache Kafka), a fully managed service by AWS. Rack awareness is one overlooked configuration change that can greatly increase fault tolerance and cost effectiveness, even though MSK...
Introduction and Usecase There are times when we want Terraform to stop managing a resource, but don’t want to delete it from the infrastructure. In this brief blog, I'm going to discuss removing resources from Terraform configuration files while keeping them in real infrastructure. But why would you want to do this in the first...
Introduction We know that sometimes the cloud infrastructure is already set up before we start using Terraform. Traditionally, if we wanted to import these resources into Terraform and control them, we had to run some manual import commands. It was a pain and made it tricky to keep things smooth when working in a collaborative...
Introduction AWS Elastic MapReduce (EMR) is an AWS service for filtering big data using open-source tools such as Apache Spark, Apache Flink, Trino, Hadoop, Hive, Presto, and many more. It provides a platform to run your applications without thinking much about the management of the underlying infrastructure. AWS EMR is a...
Introduction The cloud computing market is going through rapid change and continuous improvement in terms of cost and performance. The Graviton processors manufactured by AWS utilize ARM architecture and are proving to be ground-breaking for cloud-based businesses. These Performance-Per-Watt metrics along with further enhancements will...
Introduction In today’s fast-paced software development environment, DevOps teams must ensure that their deployment processes are streamlined, secure, and efficient. Nexus, a robust artifact repository, plays a crucial role in managing software dependencies and ensuring that teams have swift and dependable access to necessary...
Introduction Welcome back to the exciting adventure through the Terraform Mastery blog series! In Part 1 of this series, we revealed some basic and advanced tips to decorate your IAC management capabilities. Now, in this part, we’re going to dive deep into some other important tips that may in addition streamline your workflow,...