In the fast-paced world of software delivery, the friction between Development (Dev) and Operations (Ops) is a persistent bottleneck. Developers need resources—databases, queues, test environments—instantly. Operations teams, prioritizing stability and governance, often act as gatekeepers, managing these requests via slow ticketing systems.
This misalignment drives the emergence of Platform Engineering, a discipline focused on building Internal Developer Platforms (IDPs) that enable developer self-service while enforcing organizational standards. HostingX IL is at the forefront of this shift in the Israeli market, helping companies architect IDPs that empower developers without sacrificing control.
According to Gartner, by 2026, 80% of software engineering organizations will establish platform teams as internal providers of reusable services, components, and tools for application delivery. The era of "you build it, you run it" is evolving into "we provide the platform, you build on it."
A robust IDP is not a single tool but a layered ecosystem designed to abstract complexity while maintaining governance:
HostingX IL advocates for an architecture where Backstage acts as the interface for Terraform. This combination allows developers to provision complex infrastructure by filling out a simple form, abstracting away the complexity of HCL code and cloud provider APIs.
The core concept of an IDP is the "Golden Path"—a pre-approved, supported way of building and deploying software. Instead of allowing developers to write arbitrary Terraform code (which carries security risks), Platform Engineering teams build reusable Terraform Modules that encapsulate best practices.
A microservice Golden Path might utilize a Terraform module that automatically provisions:
# Example: Microservice Golden Path Module
module "microservice" {
source = "github.com/hostingx-il/terraform-modules//microservice"
service_name = "payment-api"
team = "payments"
cost_center = "engineering"
environment = "production"
# Compute
container_image = "ecr.io/payment-api:v1.2.3"
cpu = "1024"
memory = "2048"
replicas = 3
# Database
database_size = "db.t3.medium"
storage_gb = 100
multi_az = true
# Observability
enable_datadog = true
sla_uptime = "99.9"
pagerduty_key = var.pagerduty_payment_key
}
# Outputs automatically include:
# - Service URL
# - Database endpoint
# - IAM role ARN
# - CloudWatch Log GroupBy utilizing these modules, HostingX IL ensures that every service deployed via the IDP is compliant by design. The developer does not need to know how to configure a VPC securely; they simply need to request a "High-Availability Microservice".
The technical integration between Backstage and Terraform relies on the "Scaffolder" pattern, which transforms user input into executable infrastructure code.
terraform plan followed by terraform apply.HostingX IL Pro Tip: We implement approval gates for production deployments. The Backstage workflow can route high-cost or high-risk requests (e.g., production databases > $500/month) through a Slack approval channel before executing Terraform.
HostingX IL specializes in building these custom integration flows, ensuring that the IDP feels like a seamless product rather than a disjointed set of tools. We handle the complexity of authentication, state management, and error handling so developers experience a "click and forget" provisioning experience.
Many IDPs focus solely on creation ("Day 1"), leaving teams to struggle with updates and maintenance ("Day 2"). HostingX IL addresses this by integrating Terraform State Management into the IDP workflow.
terraform destroy in a controlled manner, ensuring all resources are cleaned up and costs stop accruing.By using remote backends and separating state files per service (e.g., services/payment-api.tfstate, services/user-api.tfstate), the platform ensures that a developer updating Service A cannot accidentally impact Service B—a critical safety mechanism for multi-tenant platforms.
Implementing an IDP with Terraform and Backstage delivers measurable ROI across multiple organizational dimensions:
Challenge: Developers waited 3-7 days for infrastructure requests. Ops team received 60+ tickets per week, becoming a bottleneck for product velocity.
HostingX IL Solution: Implemented Backstage IDP with 8 Golden Path modules covering microservices, databases, queues, and analytics pipelines.
Results after 6 months:
HostingX IL implements progressive delivery patterns within the IDP framework, enabling advanced deployment strategies:
Building an IDP requires a diverse skill set: React/TypeScript for the frontend, Go/Python for backend plugins, and deep Terraform expertise for the infrastructure engine. HostingX IL offers "Managed Platform" services that provide this expertise on demand.
HostingX IL recommends a phased approach to IDP implementation:
The Internal Developer Platform represents the future of software delivery. By combining Backstage's exceptional developer experience with Terraform's infrastructure automation power, HostingX IL builds platforms that accelerate velocity while maintaining security, compliance, and cost efficiency.
For Israeli tech companies competing in global markets, the ability to provision production-grade infrastructure in minutes—not days—is a strategic differentiator. By partnering with HostingX IL, you can leapfrog the steep learning curve of Platform Engineering and deliver a world-class developer experience immediately.
The question is not whether your organization needs an IDP, but how quickly you can implement one. With HostingX IL, the answer is: faster than you think, and better than you imagined.
Let HostingX IL architect and implement your Platform Engineering transformation with Backstage and Terraform.
HostingX IL
Scalable automation & integration platform accelerating modern B2B product teams.
Services
Subscribe to our newsletter
Get monthly email updates about improvements.
Copyright © 2025 HostingX IL. All Rights Reserved.