Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi stack support #95

Merged
merged 7 commits into from
Feb 3, 2022
Merged

Conversation

ecout
Copy link
Contributor

@ecout ecout commented Apr 22, 2021

This allows to have multiple Cloud Formation STACK SETS with Service Managed Roles in Cloud Formation supporting Multiple Environments. Using Stack Sets we can deploy to multiple account bundles using Organizational Units(OUs), i.e., one for Dev and one for Prod.
Instead of being fixed as AutoTag, the Lambda Function's name is taken from a Parameter in the Main Stack and that same Parameter is used in the multi-region Notification Stack to feed the SNS topic.
Thus you can have an AutoTag and AutoTagDev Lambda function running on the same region and under the same account if necessary, but most importantly you can separate them by environment name at the Stack Set level under your Parent AWS Account.

Thanks!

Copy link
Collaborator

@rayjanoka rayjanoka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - thx!

@rayjanoka rayjanoka merged commit 0030852 into GorillaStack:master Feb 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants