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.

已提問 1 個月前檢視次數 95 次
2 個答案
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
專家
已回答 1 個月前
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.

已回答 1 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南