Logo
NeoArc Studio

Cloud and Infrastructure Architecture

Document your cloud environments, infrastructure components, and deployment architecture. Covers AWS, Azure, Kubernetes, and on-premises infrastructure.

The Cloud and Infrastructure Architecture directory is where you document your hosting environments, infrastructure components, networking, and deployment configurations.

What Belongs Here

This directory covers the physical and virtual infrastructure that runs your applications:

Recommended Content Blocks

Infrastructure documentation benefits from these content blocks:

Block TypeUse For
DiagramCloud architecture diagrams using AWS, Azure, and Kubernetes icons (5,385 icons available)
NFRAvailability targets, scalability requirements, performance SLAs
ConstraintBudget limits, region restrictions, compliance requirements
Operational NoteDeployment procedures, scaling triggers, maintenance windows
Failure ScenarioInfrastructure failure modes and recovery procedures
RiskSingle points of failure, capacity risks, vendor dependency risks
AssumptionCloud provider SLA assumptions, capacity assumptions

Diagram Capabilities

NeoArc includes extensive icon libraries for infrastructure diagrams:

AWS Icons
Complete AWS Architecture icon set for compute, storage, networking, and services
Azure Icons
Microsoft Azure service icons for hybrid cloud and Azure-native architectures
Kubernetes Icons
Pods, services, deployments, ingress, and cluster components

Example Directory Structure

cloud-and-infrastructure-architecture/
├── aws/
│   ├── account-structure.cf.page.json
│   ├── networking-design.cf.page.json
│   └── security-controls.cf.page.json
├── kubernetes/
│   ├── cluster-architecture.cf.page.json
│   ├── namespace-strategy.cf.page.json
│   └── ingress-configuration.cf.page.json
├── networking/
│   ├── vpc-design.cf.page.json
│   ├── dns-configuration.cf.page.json
│   └── load-balancing.cf.page.json
├── disaster-recovery/
│   ├── backup-strategy.cf.page.json
│   ├── failover-procedures.cf.page.json
│   └── rto-rpo-targets.cf.page.json
└── cost-management/
    ├── tagging-strategy.cf.page.json
    └── optimisation-guidelines.cf.page.json

Learn more