Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#general
Title
a
acceptable-army-69872
09/30/2019, 4:40 PM
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
future-barista-68134
09/30/2019, 5:26 PM
you should be able to use:
https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/aws/cloudformation/
.
a
acceptable-army-69872
09/30/2019, 5:33 PM
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
Post