Hi I am using pulumi/eks to create a cluster and n...
# aws
s
Hi I am using pulumi/eks to create a cluster and nodegroup. We use aws sso to switch between profiles. We logged with sso to the corresponding account and fetched our credentials. We then set the profile using
export AWS_PROFILE=XXXX
to set our profile. When we run pulumi up we are getting an error.
Copy code
Error: It looks like you're using AWS profiles. Please specify this profile in providerCredentialOpts
I think this issue only happens when using crossrails EKS and not aws-classic(could be wrong here). I know there is a profile key in providerCredentialOpts I can add, but we can't ensure everyone who uses pulumi uses the same naming for their aws profiles. Am I missing something here?
b
answered on your other post