cmc/org-templates

Org-mode templates.

clone: git clone https://gitbay.org/cmc/org-templates.git

main: templates/infrastructure/cloud-architecture.org · raw

 1#+TITLE: Cloud Architecture - [System or App]
 2#+DATE: %<%Y-%m-%d>
 3#+FILETAGS: :infra:cloud:
 4
 5* Overview
 6This document outlines the cloud setup for [System Name].
 7
 8* AWS Resources
 9| Type          | Name       | Region     | Notes         |
10|---------------+------------+------------+---------------|
11| EC2 Instance  | app-prod   | us-west-1  | t3.micro       |
12| RDS           | pg-main    | us-west-1  | PostgreSQL 14 |
13
14* Networking
15- VPC: vpc-123abc
16- Subnets: Public / Private
17- Security Groups: SG-web, SG-db
18
19* Monitoring / Observability
20- CloudWatch
21- Prometheus