2443909362
---ci--- project: nova-platform milestone: v1.0 status: complete requirements: covered: [REQ-01,REQ-02,REQ-03,REQ-04,REQ-05,REQ-06,REQ-07,REQ-08,REQ-09,REQ-10,REQ-11,REQ-12,REQ-13,REQ-14,REQ-15,REQ-16,REQ-17,REQ-18,REQ-19,REQ-20,REQ-21,REQ-22,REQ-23,REQ-24,REQ-25,REQ-26,REQ-27,REQ-28,REQ-29,REQ-30,REQ-31,REQ-32,REQ-33,REQ-34,REQ-35,REQ-36,REQ-37,REQ-38] partial: [] ---/ci--- v1.0 milestone complete: simplified infrastructure-delivery platform derived from Nova (acdl). 6 phases (P0-P5 + P6 final). 38 REQ-IDs. 38 decisions (D-001..D-038). 76 tests pass. Engine boundary holds. Happy paths green (check-only + CI). 13 L1 + 2 L2 modules. 5 terraform roots. Shell reproducibility. Zero OOS files. Tags: v0.1.0 (P0) → v0.1.1..v0.1.5 (P1..P5) → v0.1.6 (P6 = milestone release on v0.1 patch line).
3.1 KiB
3.1 KiB
Module Catalog
Every module's full documentation lives next to its code under
modules/l1/<name>/README.md or modules/l2/<name>/README.md (per
D-028). This page is the index: it lists the available modules and
links to their per-module docs.
L1 primitives (13)
| Module | Stack type | Multi-resource? | Docs |
|---|---|---|---|
s3 |
aws:s3:bucket |
no | modules/l1/s3/README.md |
vpc |
aws:ec2:vpc |
yes | modules/l1/vpc/README.md |
ecs-cluster |
aws:ecs:cluster |
no | modules/l1/ecs-cluster/README.md |
ecs-service |
aws:ecs:service |
yes | modules/l1/ecs-service/README.md |
iam-role |
aws:iam:role |
no | modules/l1/iam-role/README.md |
alb |
aws:alb |
yes | modules/l1/alb/README.md |
ecr |
aws:ecr:repository |
no | modules/l1/ecr/README.md |
cloudfront |
aws:cloudfront:distribution |
no | modules/l1/cloudfront/README.md |
waf |
aws:waf:web_acl |
no | modules/l1/waf/README.md |
rds |
aws:rds:instance |
no | modules/l1/rds/README.md |
kms-key |
aws:kms:key |
no | modules/l1/kms-key/README.md |
dynamodb |
aws:dynamodb:table |
no | modules/l1/dynamodb/README.md |
uptime |
aws:uptime:monitor |
no | modules/l1/uptime/README.md |
L2 compositions (2)
| Module | Composes | Docs |
|---|---|---|
microservice |
vpc + ecs-cluster + ecs-service + alb + ecr | modules/l2/microservice/README.md |
static-assets |
s3 + cloudfront | modules/l2/static-assets/README.md |
See also
- modules/README.md — L1/L2 distinction, registry format, how to add a module.
- modules/README-TEMPLATE.md — per-module doc template.