I have one question. This is a pulumi + aws quest...
# general
t
I have one question. This is a pulumi + aws question. Scenario: I have a session with no aws env variables || aws credentials set. However I am running in a pod that has a aws role A and the pod is running in a node with aws role B. Now when I run pulumi preview/up. Will pulumi run using the pod's role or the ec2 node's role?
@rich-television-69907