:wave: all, does anyone use `pulumi-datadog` to cr...
# getting-started
b
👋 all, does anyone use
pulumi-datadog
to create monitors? We use S3 for backend, and have about 5000 monitors, one stack, and it takes almost 12 hours for the
pulumi up
command to succeed. What can we do to speed up this process?
a
multiple stacks?
b
Thanks for the response, yes, we did go ahead with multiple stacks and that did fix the issue. It does look like using S3 as a backend is not the best option, and in the future, we might run into slow builds if one of the split stack grows in size as well. Do we have a way to make S3 backend work more efficiently? We are open to replacing the backend with something else as well.