04Workload placement · the assess-and-monitor loop
Every workload that touches ECOS goes through a single, cloud-agnostic loop: assess at intake, monitor in production, migrate when the math changes. The loop is the engine that makes the agents useful — without it, ECOS is a smarter dashboard. With it, ECOS is the operating system for cloud economics.
Step 1 · Intake assessment
When a new workload is proposed, ECOS produces a quote: the projected monthly cost on AWS, Azure, GCP, and Everywhere.cloud. The quote includes compute, storage, network egress, baseline IAM, and a sensitivity factor for traffic patterns. The quote is delivered as a citable, signable document — the same one finance signs off on for the budget request.
Step 2 · Placement decision
ECOS recommends an environment, citing the reasons: expected utilization, regulatory scope, latency requirement, egress profile, and economic break-even curve. The decision is not enforced; the platform team makes the call. ECOS just makes sure the call is informed.
Step 3 · Continuous monitoring
Once deployed, the workload's actuals are compared against the intake projection on a rolling 30-day window. If actuals diverge — utilization climbs, egress drops, traffic flattens — ECOS recomputes the placement question. The recomputation runs continuously; the alert fires when the cross-environment delta passes a threshold (typically 15% sustained over 30 days).
Step 4 · Migration plan, on demand
When a workload should move, ECOS generates a migration plan: the steps, the rollback, the expected cutover window, and the post-migration monitoring criteria. Public-to-private and private-to-public moves use the same template — the destination is just a parameter. Most migrations are blue/green; some are active/active until the data-replication catches up.
Step 5 · The economic loop closes
The post-migration window measures whether the move actually delivered the projected savings. The variance feeds back into the model that produced the quote, so the next workload's projection is sharper than this one's was.