MSP

The Role of To The New Managed Services in Cloud Cost Optimization

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...

09-Sep-2025

MSP

Accessing S3 Bucket Objects Through CDN Using Cognito User Pool Auth and lambda edge

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...

by Shubham Rawat
Tag: aws
09-Sep-2025

DevOps

Leadership in the Age of AI + AWS

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:...

by Vijit Vidya
Tag: aws
05-Sep-2025

DevOps

EC2 Image Builder in Action: From AMI Creation to Cross-Account Sharing

Introduction EC2 Image Builder is an AWS service that automates creating, updating, and deploying your Amazon Machine Images (AMIs). EC2 Image Builder creates a pipeline for Linux or Windows Server images for use with Amazon EC2. The pipeline manages all stages, including image creation, maintenance, validation, sharing, and...

by Kushagra Bansal
Tag: aws
05-Sep-2025

MSP

Domain Migration – A Step-by-Step Guide

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...

05-Sep-2025

JS

What is Serverless and How JavaScript Fits Into It

Introduction Serverless. A term that often confuses at first glance. Because servers are still there. You just don’t touch them. You don’t set them up, scale them, or patch them. That’s someone else’s job now — the cloud provider’s. And the most common example of this approach is AWS Lambda. For many developers, Lambda is...

by Kunwar Anas Ali
Tag: aws
04-Sep-2025

DevOps

Switching to Valkey on ElastiCache: Cost Savings Without Compromise

Every modern application today has one thing in common: it relies on speed. Users don’t wait around, systems can’t tolerate bottlenecks, and a couple hundred milliseconds can make the difference between a smooth experience and an abandoned page. And at the center of that performance equation, more often than not, is an in-memory data...

by Harsh Vardhan
Tag: aws
02-Sep-2025

DevOps

Packer Alternative: Migrating to AWS EC2 Image Builder for Automated AMI Pipelines

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...

by Kushagra Bansal
Tag: aws
02-Sep-2025

MSP

Real time website monitoring with AWS Cloudwatch Synthetic Canaries : Ensuring uptime and performance.

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...

by Nishant Kumar
Tag: aws
01-Sep-2025

DevOps

Migrating to the Cloud? Here’s Why 9 Out of 10 Clients Stick with TO THE NEW for DevOps

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...

by Karandeep Singh
Tag: aws
28-Aug-2025

DevOps

Stop Paying Extra: How We Helped an Ad-Tech Company Cut AWS RDS Costs by Upgrading from MySQL 5.7

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...

by Karandeep Singh
Tag: aws
26-Aug-2025

JS

Optimizing Cold Starts in a Node.js Lambda: What the Docs Don’t Tell You

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...

by Nikhil Rawat
Tag: aws
25-Aug-2025