Can you run stacks sequential? So if I build a VPC...
# general
r
Can you run stacks sequential? So if I build a VPC in one stack, the second stack adds EC2's and so on. Don't really want one large
___main___.py
file.
b
YEs and you can use stackreferences between stacks to share data. eg. exportthe VPCID so that it can be used to create Security Groups in your application stack etc
r
Thank you Paul! I will have a read of this.