Essentials V4 Architecture Overview

A Brief Overview of the Essentials V4 Architecture

Webscale Essentials 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 Essentials 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 every service from Magento to MySQL 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 EC2 & VPC): Your application resides within a secure AWS VPC. The storefront and its persistent services (Database, Redis, etc.) are hosted on high-performance AWS EC2 instance, orchestrated by Podman to ensure maximum efficiency.

3. The Essentials V4 Baseline

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

Component Technology AWS Service utilized Deployment Location
DNS Webscale Managed AWS Route 53 Global Edge
Edge Delivery Webscale CDN AWS CloudFront Global Edge
Security WAF & DDoS Protection Webscale Data Plane Perimeter Filter
Compute Proxy & App Layer AWS EC2 Shared & Dedicated
Orchestration Podman Linux Runtime - PHP_FPM Caching (Edge) - Vinyl (Varnish Caching (Data) - Redis (Tri-Partitioned) Database - MySQL / MariaDB Search - Opensearch Daemonless Container
Storage Persistent Media AWS EBS / EFS Persistent Volume
Backups 7 day snapshot
SSH SSH Connect / SSH Gateway

Last modified March 13, 2025