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.

gefragt vor 24 Tagen84 Aufrufe
2 Antworten
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
EXPERTE
beantwortet vor 24 Tagen
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.

beantwortet vor 24 Tagen

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen