I have a question that's not pulumi-specific, but ...
# general
b
I have a question that's not pulumi-specific, but maybe someone can help me out. in digitalocean i was adding DNS records using the ip address of the nginx ingress controller, by getting the service and looking at its
ipAddress
. but in AWS, the
ipAddress
is actually a hostname, so obviously it can't be used as the value for an A record. what's the way to do the same kind of thing in AWS?
b
CNAME record
b
actually, it seems i'm NOT getting the hostname in
ipAddress
, i'm getting nothing. how are you getting the hostname?
b
It should be under
status.loadBalancer.ingress.hostname