This message was deleted.
# general
s
This message was deleted.
g
Are you using the correct credentials or
$AWS_PROFILE
?
w
Yes. Everything works - creating eks cluster, node group, ingress, load balancer - up to trying to create a dns record for the load balancer.
g
You may get more information from the error running with
TF_LOG=DEBUG pulumi up --debug --logtostderr
w
Thanks. That gives me the actual call that's failing: route53/GetHostedZone.
aws route53 get-hosted-zone --id <id>
fails too, so investigating further.