You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
๐ Document Owner: CEO | ๐ Version: 1.0 | ๐ Last Updated: 2026-04-21 (UTC)
๐ Review Cycle: Annual | โฐ Next Review: 2027-04-21
๐ท๏ธ Classification: (Static Corporate Website)
๐ ISMS Alignment: Implements the financial / lifecycle documentation requirement of the Hack23 Secure Development Policy and supports the BCPPlan.md by establishing the recovery cost envelope.
๐ Purpose
This document outlines the financial profile and security investment for the Hack23 Homepage (hack23.com) โ the static corporate website that hosts the Hack23 product portfolio, ISMS transparency portfolio, and lead-generation surfaces. For architectural context, see the Architecture Documentation, End-of-Life Strategy, and BCP Plan.
The site is a static HTML/CSS site with no backend (no Lambda, no databases, no compute). All hosting cost is therefore predictable, low, and dominated by AWS DNS + CDN charges.
Cash Flow Overview
Time Frame
Monthly (USD)
Annual (USD)
AWS Infrastructure
$7.00
$84.00
Security Tooling
$0.00
$0.00
Development CI/CD
$0.00
$0.00
Grand Total
$7.00
$84.00
Note: All costs are illustrative for a low-volume corporate website (target traffic well below CloudFront / CloudWatch free-tier thresholds). Actual AWS billing may vary modestly with traffic. Hack23 leverages OSS / free-tier developer tooling for security and CI/CD, so the marginal cost of compliance and supply-chain assurance is effectively zero.
๐๏ธ AWS Infrastructure Cost Breakdown
Component
Service
Monthly (USD)
Annual (USD)
Notes
Hosting
AWS S3 (private bucket via OAC)
$0.50
$6.00
1,353 small HTML files; AES-256 SSE; versioning enabled
CDN
AWS CloudFront
$2.00
$24.00
Global edge distribution; TLS 1.3; security-headers policy; AWS Shield Standard included
DNS
AWS Route 53
$1.50
$18.00
Hosted zone + queries + health-check (DR failover to GitHub Pages)
CloudFront Functions pricing includes a generous monthly free tier. The plan assumes traffic remains well within this tier; higher invocation volumes would add per-invocation charges according to AWS regional pricing.
๐ Public-repo advantage โ Every GitHub-supplied scanning, attestation, and CI/CD service is free for public repositories
โ๏ธ AWS free-tier alignment โ CloudWatch and CloudFront Functions stay inside their respective free tiers at current traffic volumes
๐ฆ Static-only architecture โ No Lambda, EC2, container, or database spend
๐ Built-in security โ AWS Shield Standard, ACM, and OAC cost nothing extra
๐ Free DR โ GitHub Pages provides a no-cost active mirror via Route 53 health-check failover
๐ Documentation-as-code โ release.yml regenerates Lighthouse, accessibility, security, and SBOM reports per release into the docs/ folder, removing the need for paid compliance dashboards
๐ค AI tooling on free tiers โ GitHub Copilot Coding Agent (organisation entitlement); MCP servers run locally per developer
Future Cost Considerations
If the website evolves beyond a static frontend (see FUTURE_ARCHITECTURE.md), expected cost adjustments: