This message was deleted.
# general
s
This message was deleted.
g
I think you're getting this from the
@pulumi/eks
package? In that case you must set
profile
on the
aws.Provider
that you're using for the EKS cluster. See https://github.com/pulumi/pulumi-eks/blob/c513cf842c2758d5a78c2a99182106d2bdaa0d2e/nodejs/eks/examples/aws-profile/index.ts#L18-L31 for an example.