Process Flow - Nested stacks for modularity
Start Main Stack
Define Nested Stack Resources
Create Nested Stack Template
Deploy Nested Stack
Nested Stack Creates Resources
Main Stack References Nested Stack Outputs
Complete Deployment
The main stack defines and deploys nested stacks as separate templates, each creating modular resources. Outputs from nested stacks can be referenced by the main stack for integration.