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 to optimize AWS ALB costs, mainly focusing […]
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 […]
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, […]
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 […]
Introduction: The Real Problem Ever run RDS PostgreSQL in production? You’ve probably faced connection limit bottlenecks, app crashes during failovers, or unexpected timeouts, often at the worst possible moments. These are real production issues where RDS Proxy proves its value by offering connection pooling, improved failover handling, and secure credential management to keep your services […]
Introduction: Workload identity federation provides secure access to Azure resources from outside systems such as GitHub Actions, Azure DevOps, and Kubernetes without secret management. It utilizes Microsoft Entra ID for a trust-based token exchange, increasing security and making CI/CD flows easier. Problem Statement: An application service or script running outside of azure uses a secret […]
Introduction An airline organization, once operating its Revenue Management Software (RMS) on-premise, has successfully completed the migration of this critical application to the Google Cloud Platform (GCP). RMS is central to helping the airline identify sales opportunities, maximize passenger revenue, and remain competitive by monitoring market fares in real time. The migration aimed to overcome […]
Introduction This article will help you through setting up SAML-based SSO between SonarQube and Azure Entra ID. You may simplify access control for your SonarQube instance, increase security, and expedite user authentication by turning on SSO. Additionally, it guarantees centralised identity control and lowers the overhead associated with maintaining local SonarQube accounts. This integration will […]