CloudArch Pro · A VigilesHQ consulting initiative

Cloud Architecture and FinOps for Production Platforms

CloudArch Pro helps engineering and FinOps teams design production cloud platforms, review architecture decisions and control infrastructure cost. The technical library covers landing zones, networking, identity, reliability, migration, FinOps and AI infrastructure.

Independent resource. Not affiliated with AWS, Azure, Google Cloud or Alibaba Cloud.

cost-explorer.sh
# AWS Cost Explorer filter for yesterday's unallocated spend
# Documented: https://docs.aws.amazon.com/cost-management/latest/userguide/ce-filtering.html
# Last verified: 2026-08-30

aws ce get-cost-and-usage \
  --time-period Start=2026-08-29,End=2026-08-30 \
  --granularity DAILY \
  --metrics UnblendedCost \
  --group-by Type=DIMENSION,Key=SERVICE \
  --filter file://untagged.json

# Expected: service totals. A NAT Gateway or Data Transfer
# line that was not in last week's baseline is the first lead.

Start with these pages

For architects, platform engineers and FinOps teams operating production systems on AWS, Azure, Google Cloud or Alibaba Cloud.

Guide topics

Landing zones, networking, identity, Kubernetes cost, reliability, migration, FinOps, AI infrastructure and APAC region design.

Latest guides

  • APAC architecture

    Alibaba Cloud architecture for APAC workloads

    Resource Directory, RAM, CEN and VPC design for APAC on Alibaba Cloud, including Singapore and China mainland regions.

  • Reliability and disaster recovery

    Cross-region disaster recovery

    How to pick RTO, RPO and failover mechanics across AWS, Azure and Google Cloud regions without treating a second AZ as DR.

  • Networking

    Egress cost planning

    How to estimate inter-AZ, inter-region and internet egress before the invoice, using native cost data and published meters.

  • AI infrastructure

    GPU and AI workload cost governance

    Unit cost for training and inference, idle GPU time, and how reservations differ from general compute FinOps.

  • Networking

    Hub-and-spoke cloud networking

    Transit Gateway, Azure hub-spoke, Shared VPC and when inspection and egress belong in the hub.