Join Slack
Powered by
Hi Everyone, I am new to Pulumi AWS using python ...
# aws
o
orange-accountant-10964
06/19/2024, 1:19 PM
Hi Everyone, I am new to Pulumi AWS using python , wanted to understand how to manage same stack let say dev and create and update resources for different regions ? is it even possible or i need to create stack for each aws region ?
w
white-balloon-205
06/19/2024, 1:44 PM
You can manage stacks in multiple AWS regions inside a single stack by using explicit resource providers:
https://www.pulumi.com/docs/concepts/resources/providers/#explicit-provider-configuration
✅ 1
o
orange-accountant-10964
06/19/2024, 1:55 PM
Thanks
@white-balloon-205
will try this out for our use case,
a
astonishing-tent-18728
06/20/2024, 2:41 PM
I would recommend to split into different stacks, this will allow you to test changes on one region before commiting to all
👍 1
2
Views
Open in Slack
Previous
Next