aboutsummaryrefslogtreecommitdiff
path: root/templates/infrastructure/cloud-architecture.org
diff options
context:
space:
mode:
Diffstat (limited to 'templates/infrastructure/cloud-architecture.org')
-rw-r--r--templates/infrastructure/cloud-architecture.org21
1 files changed, 21 insertions, 0 deletions
diff --git a/templates/infrastructure/cloud-architecture.org b/templates/infrastructure/cloud-architecture.org
new file mode 100644
index 0000000..e6725ee
--- /dev/null
+++ b/templates/infrastructure/cloud-architecture.org
@@ -0,0 +1,21 @@
+#+TITLE: Cloud Architecture - [System or App]
+#+DATE: %<%Y-%m-%d>
+#+FILETAGS: :infra:cloud:
+
+* Overview
+This document outlines the cloud setup for [System Name].
+
+* AWS Resources
+| Type | Name | Region | Notes |
+|---------------+------------+------------+---------------|
+| EC2 Instance | app-prod | us-west-1 | t3.micro |
+| RDS | pg-main | us-west-1 | PostgreSQL 14 |
+
+* Networking
+- VPC: vpc-123abc
+- Subnets: Public / Private
+- Security Groups: SG-web, SG-db
+
+* Monitoring / Observability
+- CloudWatch
+- Prometheus \ No newline at end of file