Hello, everyone! I was wondering if Pulumi could ...
# aws
g
Hello, everyone! I was wondering if Pulumi could propagate resource creation between environments... AWS CloudFormation, for instance, doesn't do it. We would need to create a CI/CD infrastructure, among with other AWS services (CodeCommit, Code Pipeline and CodBuild) or third party tools (Jenkins, Gitlab etc.). So, is it possible to replicate the same resource in many AWS accounts, for example? Thanks for any help. 🙂
m
Sounds like those are just different stacks for a project.
👍 1
b
You can also define multiple providers and loop through them. you can see that here: https://www.pulumi.com/blog/controlling-aws-costs-with-lambda-and-pulumi/#deploying-to-multiple-regions you just need to define multiple accounts instead of regions
👍 2
🔖 1