does anyone have suggestions on how to create an a...
# getting-started
s
does anyone have suggestions on how to create an aws policy in pulumi to authenticate into an eks cluster that pulumi creates? I am looking at https://www.pulumi.com/registry/packages/aws/api-docs/iam/policy/ but I am unsure if this is the right direction.
s
Do you just want to log into the EKS cluster personally so you can run
kubectl
and stuff?