Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Multi stack support #95

Merged
merged 7 commits into from
Feb 3, 2022
Merged

Multi stack support #95

merged 7 commits into from
Feb 3, 2022

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 SWO-GS:master Feb 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants