Is Your Cloud a Cost Center or a Growth Engine? The Role of TTN Managed Services in Cloud Cost Optimization For software-driven businesses, the cloud was originally a fast fix—a place for storage, hosting, or scalable computing power on demand. As the digital landscape grew more complex, so did cloud bills and headaches. An important...
In this blog, I will walk you through the steps to secure access to S3 objects using Amazon CloudFront (CDN) integrated with Amazon Cognito authentication. The goal is to move away from easily shareable pre-signed URLs and instead enforce user in cognito user pool based, authenticated access. For example, a team may need to access...
Artificial Intelligence has managed to move from research labs to boardroom conversations. Today, every technology leader is under pressure to “do AI.” Customers want personalized experiences, competitors are embedding AI into their offerings, and investors expect a clear AI strategy in every roadmap. But here’s the hard truth:...
Overview Domain migration to AWS may seem very complicated at first, but to change the domain registrar is very straight forward. AWS Service Route 53 provides highly available and scalable DNS services, seamless integration with AWS workloads, and advanced features like traffic routing, health checks, and monitoring. In this blog, I...
Introduction HashiCorp Packer is one of the most popular open-source machine image builders. It helps engineers define infrastructure as code, installing software and layering security updates into AWS Machine Images, or AMIs. Packer is focused on image building. It has no capabilities around testing, scheduling, AWS notifications, or...
What is AWS Cloudwatch synthetics?AWS synthetics is a tool powered by AWS Cloudwatch which allows you to create and manage canaries. It is a real time monitoring tool which helps you to detect problems by mimicking a real user behaviour. What are canaries? Canary in the context of AWS cloudwatch is a small script that runs at...
Introduction When companies move to the cloud, most think the hardest part is the migration itself. Truth is — that’s just the start. Over the past few years, we’ve worked with startups, large-scale platforms, and everything in between. What have we learned? Cloud without solid DevOps is like buying a sports car but never changing...
Introduction If you're still running MySQL 5.7 on Amazon RDS, it's time to act. AWS started charging for Extended Support in March 2024. By mid-2025, that charge is no longer theoretical, and paying for it is kind of unacceptable. You're likely already paying for it, and the cost will double by the end of this year. [caption...
If you've ever worked on AWS Lambda, you will know that one word that buzzes every developer is - cold start. It's like Thanos, an inevitable tax that you pay when Lambda spins up a fresh execution environment to handle a request. In Node.js, while the AWS documentation covers the basics (provisioned concurrency, minimizing package...
Introduction If you're using Terraform for IAAC with AWS, you might have probably declared the provider like this in your code: provider "aws" { region = "us-west-2" } [caption id="attachment_73692" align="aligncenter" width="625"] terraform + aws[/caption] And it worked. So you left it alone. Then one day, someone tries to use...
Introduction: What is Terraform State? Terraform doesn’t just apply your infrastructure code and forget about it. It keeps track of what’s been created — every EC2 instance, every S3 bucket, every RDS database, every security group, and many more. That data is stored in a file called terraform.tfstate. This state file is how...
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....