Specialising in Cloud Architecture and Application Modernisation, Saha Merlin is a Cloud Solutions Architect and DevSecOps Specialist who helps organizations build scalable, secure, and sustainable infrastructure. With six years of specialized experience in highly regulated industries—split equally between insurance and finance—he brings deep understanding of compliance requirements and industry-specific challenges to his technical implementations.
His expertise spans various deployment models including Container-as-a-Service (CaaS), Infrastructure-as-a-Service (IaaS), and serverless platforms that drive business outcomes through technical excellence. He strategically implements open source technologies, particularly when SaaS solutions fall short or when greater control and autonomy are essential to meeting business requirements.
Saha integrates DevSecOps practices, Green IT principles to minimize environmental impact, and Generative AI to accelerate innovation. With a solid foundation in Software Engineering and nine years of diverse industry experience, he designs cloud-native solutions that align with both industry standards and emerging technological trends.
Merlin Saha — Cloud, DevSecOps, MLOps & AI Systems
13 posts
Introduction
In early 2025, I undertook a cost optimization project for a startup running a legacy Java/Servlet/JSP application. The goal was to reduce hosting costs while maintaining or improving infrastructure quality. This post details our journey from an OVH VPS to Oracle Cloud Infrastructure (OCI) Free Tier, resulting in a €0/month hosting cost while gaining enterprise-grade features.
Initial Situation Analysis
Legacy Environment
Application Stack: Java/Servlet/JSP
Build System: No Maven/Gradle
Deployment: Direct WAR deployment
Infrastructure: OVH VPS
Monthly Costs:
VPS: €15.98
Backup Service: €6.00
Total: €21.98/month
Technical Debt Overview
No containerization
Manual deployment process
Basic backup system
Limited security features
No Infrastructure as Code
Cloud Provider Selection Process
We conducted a thorough analysis of major cloud providers based on the following criteria:
Google Cloud Platform
Costs for equivalent setup: €115.89 - €136.86/month
Breakdown:
Compute (n1-standard-1): €34.67
Database: ~€101.40
Storage: €0.10
External IP: €7.29
DNS: €0.65
Free tier: Limited duration and resources
Oracle Cloud Infrastructure
Free Tier Resources:
2 AMD or 4 ARM OCPUs
24GB RAM
200GB Block Storage
Autonomous Database
Load Balancer
10TB/month outbound bandwidth
Enterprise Features Included:
Web Application Firewall
Bastion Service
Cloud Guard
Vulnerability Scanning
Automated Backups
Decision Factors
Cost Efficiency: OCI's permanent free tier
Resource Allocation: Generous compute and memory
Enterprise Features: Included security and monitoring
Long-term Viability: No time limitation on free tier
Migration Strategy
Why Lift-and-Shift?
Resource Constraints
Limited budget for immediate modernization
Team focused on product development
No immediate technical debt impact
Future-Proofing
Zero hosting costs enable gradual modernization
Infrastructure ready for containerization
Automated deployment pipeline in place
Infrastructure as Code Implementation
Terraform Backend Configuration
We used Terraform Cloud for state management and team collaboration. Here's our backend configuration:
This migration demonstrates that pragmatic cloud adoption doesn't always require immediate application modernization. By leveraging OCI's free tier, we eliminated hosting costs while creating a foundation for future improvements. The startup can now modernize at their own pace without infrastructure cost pressure.
The complete automation scripts, Infrastructure as Code templates, and configuration files are available in our GitHub repository. For a detailed walkthrough of setting up a complete DevSecOps pipeline on OCI Free Tier, check out our YouTube tutorial.