This message was deleted.
# general
s
This message was deleted.
c
How are you setting the
zone_id=my_zone
? You would have to set this from the zone_id output from the elb. https://www.pulumi.com/docs/reference/pkg/aws/elb/loadbalancer/#zone_id_python something like:
Copy code
zone_id=myelb.zone_id
where
Copy code
myelb=aws.elb.LoadBalancer("main"...)
b
Ohhhh interesting! Good to know, thank you! I was thinking that was the hosted zone 🙈