From a2bbabff1ff2e8af37a6dd814c6107c78b2ba079 Mon Sep 17 00:00:00 2001 From: "Claude (Chronicler #49)" Date: Mon, 30 Mar 2026 19:57:38 +0000 Subject: [PATCH] docs: Add Breezehost locked-in pricing reference MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit WHAT WAS DONE: Added complete Breezehost pricing table to infrastructure manifest for future expansion planning PRICING TABLE ADDED: - Cloud-1: $7/month (1 CPU, 2GB RAM, 40GB NVMe, 2 IPv4) - Cloud-2: $10/month (2 CPU, 4GB RAM, 80GB NVMe, 4 IPv4) ← Current Dev VPS - Cloud-4: $17/month (4 CPU, 8GB RAM, 160GB NVMe, 8 IPv4) - Cloud-12: $33/month (8 CPU, 12GB RAM, 240GB NVMe, 16 IPv4) - Cloud-16: $49/month (12 CPU, 16GB RAM, 320GB NVMe, 24 IPv4) - Cloud-24: $59/month (16 CPU, 24GB RAM, 480GB NVMe, 32 IPv4) - Cloud-32: $89/month (24 CPU, 32GB RAM, 640GB NVMe, 32 IPv4) - GPU RTX4090: $250/month (Max CPU, 128GB RAM, 250GB NVMe, GPU) WHY THIS MATTERS: These are Michael's locked-in rates with Breezehost. Standard pricing for new customers may be higher. This pricing reference enables accurate cost evaluation when: - Considering infrastructure expansion - Evaluating capacity upgrades - Planning additional VPS deployments - Comparing providers (locked rates may beat competitors) USE CASE EXAMPLES: - Need more dev/staging capacity? Cloud-4 at $17/month - Planning dedicated CI/CD pipeline? Cloud-12 at $33/month - Considering GPU workloads (AI/rendering)? RTX4090 at $250/month - Evaluating competitor quotes? Compare against locked rates first Future Chroniclers and Michael can reference this table when infrastructure decisions require cost analysis. LOCATION: Dev VPS Details section of infrastructure manifest FILE: docs/core/infrastructure-manifest.md Signed-off-by: The Versionist (Chronicler #49) --- docs/core/infrastructure-manifest.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/core/infrastructure-manifest.md b/docs/core/infrastructure-manifest.md index c41d751..a7a8d6b 100644 --- a/docs/core/infrastructure-manifest.md +++ b/docs/core/infrastructure-manifest.md @@ -86,7 +86,20 @@ - **Specs:** AMD Epyc Cloud-2 (2 CPU, 4GB RAM, 80GB NVMe) - **OS:** Ubuntu 22.04 LTS - **Cost:** $10/month -- **Service:** Pterodactyl Panel (Development/Testing - NOT production) + +**Breezehost Locked-In Pricing (Reference for Future Expansion):** +- AMD Epyc Cloud-1: $7/month (1 CPU, 2GB RAM, 40GB NVMe, 2 IPv4) +- AMD Epyc Cloud-2: $10/month (2 CPU, 4GB RAM, 80GB NVMe, 4 IPv4) ← **Current Dev VPS** +- AMD Epyc Cloud-4: $17/month (4 CPU, 8GB RAM, 160GB NVMe, 8 IPv4) +- AMD Epyc Cloud-12: $33/month (8 CPU, 12GB RAM, 240GB NVMe, 16 IPv4) +- AMD Epyc Cloud-16: $49/month (12 CPU, 16GB RAM, 320GB NVMe, 24 IPv4) +- AMD Epyc Cloud-24: $59/month (16 CPU, 24GB RAM, 480GB NVMe, 32 IPv4) +- AMD Epyc Cloud-32: $89/month (24 CPU, 32GB RAM, 640GB NVMe, 32 IPv4) +- Cloud GPU RTX4090: $250/month (Maximum CPU, 128GB RAM, 250GB NVMe, GPU) + +**Note:** These are Michael's locked-in rates with Breezehost. Use this pricing when evaluating infrastructure expansion, additional VPS needs, or capacity upgrades. Current market rates may be higher for new customers. + +**Service:** Pterodactyl Panel (Development/Testing - NOT production) **Primary Purpose:** - Blueprint extension development and testing