You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
AWS CloudFormation recently introduced a feature that allows refactoring of stacks using the AWS CLI/SDK.
Given the current challenges of sometimes hitting CloudFormation Resource limits (500 at time of writing) in deploying large number resources via LZA, especially in the Network related stacks (refer #320)
It would be beneficial to implement and integrate this refactoring capability within the LZA framework to synthesize the underlying stacks and move resources between them when the need arises.
At the minimum, this functionality can be integrated for the stacks created via the customizations-config.yaml. This integration would significantly improve the flexibility and ease of managing resources between stacks in complex environments centrally via LZA.
Describe the feature you'd like
Central Way to Refactor CloudFormation stacks deployed via LZA solution -
-> Move resources from one stack to another
-> Split monolithic stacks into smaller components
-> Rename the logical name of resources within a stack
The text was updated successfully, but these errors were encountered:
Hello @sriharshakns , thank you for filing a
feature request with the Landing Zone Accelerator team! Our team is aware of this and is looking into the feature and possible ways to solve the problem in a future release.
We will keep this issue open for tracking purposes and keep you aware of
any status updates going forward. Thank you for supporting Landing Zone
Accelerator!
Is your feature request related to a problem? Please describe.
AWS CloudFormation recently introduced a feature that allows refactoring of stacks using the AWS CLI/SDK.
https://aws.amazon.com/about-aws/whats-new/2025/02/reshape-aws-cloudformation-stack-refactoring/
Given the current challenges of sometimes hitting CloudFormation Resource limits (500 at time of writing) in deploying large number resources via LZA, especially in the Network related stacks (refer #320)
It would be beneficial to implement and integrate this refactoring capability within the LZA framework to synthesize the underlying stacks and move resources between them when the need arises.
At the minimum, this functionality can be integrated for the stacks created via the customizations-config.yaml. This integration would significantly improve the flexibility and ease of managing resources between stacks in complex environments centrally via LZA.
Describe the feature you'd like
Central Way to Refactor CloudFormation stacks deployed via LZA solution -
-> Move resources from one stack to another
-> Split monolithic stacks into smaller components
-> Rename the logical name of resources within a stack
The text was updated successfully, but these errors were encountered: