🔥 3-day streak
AWS Certified DevOps Engineer - Professional33 / 204
Question 33 of 204

A platform team maintains a large CloudFormation template that provisions VPC, security, database, and application resources. The single template has grown past 500 resources and repeatedly hits the per-stack resource limit and exceeds the template body size limit during deployment. The team wants to break the template into logically separated components that are still deployed and updated together as one atomic unit, while allowing values (such as subnet IDs and security group IDs) to flow between the components without relying on cross-stack Exports that would block future refactoring. Which approach best meets these requirements?

Reviewed for accuracy · Report an issueNext question