https://pulumi.com logo
#general
Title
# general
p

prehistoric-translator-89978

10/22/2023, 8:53 PM
Using pulumi, AWS and typescript, I want to create a loadbalancer and route53 entry from the same program. Problem is that the loadbalancer and route53 are in different AWS accounts. How do I change between AWS profiles inside my pulumi typescript program?
d

dry-keyboard-94795

10/22/2023, 11:04 PM
You can use explicit providers, where each provider instance has a different account: https://www.pulumi.com/docs/concepts/resources/providers/#explicit-provider-configuration
p

prehistoric-translator-89978

10/22/2023, 11:48 PM
Great, exactly what I need. Cheers mate
2 Views