Migrating Graphite from Python to Go for Grafana: How I Reduced Disk I/O and Cut AWS Costs
This blog shares an experience of migrating Graphite from python-based to golang-based. The switch significantly reduced disk I/O pressure and…
Tips & Tricks for Smoother Ops
This blog shares an experience of migrating Graphite from python-based to golang-based. The switch significantly reduced disk I/O pressure and…
This article shares 10 actionable tips to lower your AWS costs by optimizing EBS usage, along with real-world examples that…
The blog discusses migrating 1.2TB MySQL data between AWS EBS volumes, detailing challenges faced with rsync failures when copying large…
Efficient log file management on Linux servers is essential to prevent excessive disk space usage and application disruption. Using logrotate…
This blog discusses NXDOMAIN attacks, specifically focusing on their impact on AWS Route 53, and offers strategies for mitigating risks,…
Enabling the Gzip module in Nginx on AWS significantly reduces data transfer size and costs by compressing various MIME types.…
The blog discusses a costly incident involving improper FTP server configuration in AWS, leading to unexpected Regional Data Transfer charges…
This article discusses using Nginx Rate Limiting and Fail2Ban to prevent spam POST requests and potential server crashes. It details…
Dkron and AWS Spot Instances - a perfect combination for you to replace the traditional cron system, improve reliability, scalability,…
When operating EC2, we might usually run into the situation of removing the old unused...