Amazon has "solution stacks" for deploying complex...
# general
a
Amazon has "solution stacks" for deploying complex things into your environment. I was asked to look into WAF, and found this aws link: https://docs.aws.amazon.com/solutions/latest/aws-waf-security-automations/deployment.html, is there a clean way to deploy / managed those resources with pulumi? Or if I want to use those stacks I essentially have to have multiple deployment methods? https://docs.aws.amazon.com/solutions/latest/aws-waf-security-automations/deployment.html
Am I going to be re-writing this cloudformation in pulumi is what I'm asking, or is there a nice way to use cloudformation with pulumi?
f
a
oh nice. thanks, i'll probably play with it manually before i try it, but looks easy enough if we go down that path.
👍 1