🚀 Automating EC2 Underutilization Reports – Save Cloud Costs with a Bash ScriptMay 4, 2025·3 min read
AWS Cost Optimization: Clean Up Unused AMIs and Snapshots for Better Cloud HygieneApr 20, 2025·5 min read
🚀 Automating Image Cleanup in Amazon ECR Using Lifecycle PoliciesCtrl+Alt+Delete Your Old Docker Images with Amazon ECR PoliciesMay 10, 2025·5 min read
Maximizing Performance: Step-by-Step Guide to Configuring Synthetic Monitoring in New RelicIntroduction : Synthetic Monitoring is a special tool that pretends to be people using websites and apps. It watches how well your website works and tells you if anything goes wrong, like errors, server failures or things not working right, that migh...May 1, 2024·6 min read
Simplifying Two-Tier App Deployment Using Docker ContainersIn this blog, we will deploy a 2-tier Flask application using Docker containers. This setup will consist of a frontend and Database tier, each running in separate containers. Prerequisites : Here are some prerequisites for this project are given belo...Apr 24, 2024·10 min read
Optimizing Web Delivery: A Step-by-Step Tutorial on Setting Up Apache Reverse Proxy for LinuxReverse Proxy : A reverse proxy is a server that sits in front of one or more web servers, intercepting requests from clients. It receives all requests from clients across the internet and forwards them to the web servers behind them and ensures that...Jan 25, 2024·6 min read
Unveiling the Secrets of SQS Monitoring with Cloud WatchSimple Queue Service: Amazon Simple Queue Service (SQS) is a fully managed message queuing service provided by Amazon Web Services (AWS). It enables you to decouple and scale microservices, distributed systems, and serverless applications by allowing...Jan 1, 2024·4 min read
Automate the Linux and Windows servers patching using AWS system manager (SSM)Introduction : AWS Systems Manager (SSM) provides a centralized and efficient way to automates the process of applying software patches to Amazon EC2 instances, on-premises servers, or a virtual machine (VM). SSM takes care of the patch deployment pr...Dec 30, 2023·8 min read