Can I use cloudformation temaplate to update a stackset ?

0

Hi Team, Need help - I am using CF stackset to deploy some controls across accounts/OU . Now I have a requirement to exclude few accounts from this control, now I am aware that this is possible through "DIFFERENCE" filter option from AWS cloudformation stackset console . I would like to do the same with cloudformation itself. Is it possible to update the stackset with another cloudformation stack ? I couldn't find proper documentation for this, your help is much appreciated on this as always and please let me know if any questions.

asked 10 days ago64 views
2 Answers
0

Hello.

I think you can use "AWS::CloudFormation::StackSet" to manage stack sets using CloudFormation templates.
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html

I think the following blogs will be helpful.
https://medium.com/superluminar/a-look-at-the-aws-cloudformation-stackset-resource-18ae0d89dfc6

profile picture
EXPERT
answered 10 days ago
0

Thanks @Riku_Kobayashi. The only challenges of mine is I want to use the filter ( Union, Intersection and Difference ) feature of stackset and that seems not doable with stackset cloudformation function.

answered 10 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions