Feat/always enable autodeployment#93
Merged
Merged
Conversation
Remove CreateStack/CreateStackSet events and cloudformation:TagResource/ UpdateStack/UpdateStackSet permissions. CloudFormation stacks are not MAP-eligible resources, and tagging them causes CFN to propagate tags to child resources — triggering UPDATE_ROLLBACK_FAILED on unrelated stacks when the tagger role lacks Describe permissions on those children. DescribeStacks and ListStacks retained for peer-tagger detection.
Previously AutoDeployment was only enabled when scope was set to ALL accounts. With specific-account scoping, new accounts joining the OU would not receive the Lambda stack at all. Now AutoDeployment is always enabled regardless of scope. The Lambda deploys to every account but defers to the SSM scope parameter at runtime — out-of-scope accounts no-op in ~100ms with negligible cost. This ensures new accounts are pre-wired and customers only need to run update.sh to bring them into scope when ready.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Brief description of the change and the problem it solves.
Type of change
Testing
Checklist
cfn-lintpasses — checked by CI).github/scripts/resource_groups/for E2E coverageCHANGELOG.mdupdatedCI Notes