Pro V4 Architecture Overview

A Brief Overview of the Pro V4 Architecture

Webscale Pro V4 is a next-generation e-commerce hosting environment built on a Decoupled Plane Architecture. By utilizing a “Three-Plane” model, we separate administrative overhead and security processing from your core storefront, ensuring that your customer experience remains fast and resilient.


1. The Design Philosophy

Decoupling for Performance

In traditional hosting, the “Control” of the server (backups, logging, analytics) happens on the same resources as the “Traffic.” If your logs grow too fast or a backup kicks off during a sale, your site slows down.

  • The Pro V4 Advantage: We move the “Brain” of the site to a dedicated Control Plane. This ensures that even under heavy management tasks, your Data Plane (the storefront) has 100% of its resources dedicated to serving customers.

Daemonless Container Security

V4 utilizes Podman for container orchestration. This means specific services from Magento to runs as an isolated, rootless process. If one container needs a restart, it doesn’t affect the others, providing a higher level of security and “Self-Healing” stability.


2. Traffic Flow & The AWS Foundation

This section Explains how we utilize AWS services to deliver your site.

  1. The Edge (AWS Route 53 & CloudFront): Traffic is first routed via AWS Route 53 to the Webscale CDN (CloudFront). This ensures that static assets are served from the global location closest to your customer.
  2. The Perimeter (Webscale Data Plane): Before reaching your server, requests are scrubbed by the Webscale. This prevents malicious traffic from ever impacting the performance of your site.
  3. The Core (AWS Services): Your application resides within a secure AWS VPC. The application is hosted on a pre-defined managed cluster of autoscaling AWS EC2 instances that use Podman containers. The optional admin cluster also resides on an AWS EC2 instance and is independent of the application managed cluster. The storefront and its persistent services (Rabbit MQ, Cron, NFS, and Valkey) are hosted on high-performance AWS EC2 instance, orchestrated by Podman to ensure maximum efficiency. Opensearch resides on the AWS Opensearch AWS service . MYSQL resides on AWS RDS Aurora service.

3. The Pro V4 Baseline

This Reference table serves as the technical source of truth for the V4 stack.

ComponentTechnologyAWS Service utilizedDeployment Location
DNSWebscale ManagedAWS Route 53Global Edge
Edge DeliveryWebscale CDNAWS CloudFrontGlobal Edge
SecurityWAF & DDoS ProtectionWebscale Data PlanePerimeter Filter
ComputeProxy & App LayerAWS EC2Shared & Dedicated
OrchestrationPodmanLinux Runtime - PHP_FPM Caching (Edge) - Vinyl (Varnish Caching (Data) - Redis (Tri-Partitioned)Daemonless Container
SearchOpensearchAWS OpensearchShared & Dedicated
CacheRedis/ValkeyAWS ElasticacheShared & Dedicated
DatabaseMYSQLAWS RDS AuroraShared & Dedicated
StoragePersistent MediaAWS EBS / EFSPersistent Volume
Backups7 day snapshot
SSHSSH Connect / SSH Gateway
Have questions not answered here? Contact Support to get more help.

Last modified on June 3, 2026