Reputation: 121
Is their any way to deploy multiple stack such as (Network stack, ec2 stack, dbstack) with a single stack in cloudformation.
Upvotes: 0
Views: 2626
Reputation: 483
If you want to write separate stack for each of the services like ec2, DB, VPC then you have to go with a configuration management tool like Ansible.
Writing up multiple plays and calling stack using cloud formation module. Example
Upvotes: 0