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:

Diagram Capabilities

NeoArc includes extensive icon libraries for infrastructure diagrams:

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