This message was deleted.
# aws
s
This message was deleted.
v
looks like theres a problem with the provider you've created? we have seen issues using pulumi/eks when we dont have a default profile created. the way to get around that was to create a default profile which points at the profile for the account we are deploying eks to
v
I cant use default profile because i am trying to deploy to multiple regions
v
theres a bug on pulumi/eks for this, if there is no default profile configured then it doesnt work as intended. can you share the code you've got to create the provider?
i'll see if i can spot anything amiss
v
here is the code
Copy code
new aws.Provider('apRegion', { region: 'ap-southeast-1' })