When Cost Optimization Breaks Production

When Cost Optimization Breaks Production: A Story of EFS, ECS, and Ephemeral Storage

We reduced EFS costs by 70% by moving temporary file operations to ephemeral storage. Everything looked perfect — until production started acting strange. Here’s what went wrong, why it happened, and how we built a proper decoupled architecture following AWS Well-Architected principles.

March 1, 2026 · 3 min · 611 words · Ivan Yalovets
AWS CDK Best Practices

How Understanding Redis Cut Our AWS Costs by 50%

Most AWS cost optimization advice focuses on resizing infrastructure. But in this real production case, scaling wasn’t the problem — logic was. Here’s how understanding versioned Redis keys reduced our AWS bill by 50% without changing traffic or load.

February 22, 2026 · 5 min · 875 words · Ivan Yalovets
AWS CDK Best Practices - CloudFront Caching Issues

Can CDK Undermine Customer Trust?

When building production-grade enterprise solutions on AWS, we try to follow all the best practices. But what happens when CDK itself creates unexpected issues? A deep dive into a real-world problem with CloudFront caching and CDK configuration.

December 10, 2025 · 6 min · 1182 words · Ivan Yalovets