I have two different accounts:
One in Europe eu-central-1: Have the Route53 DNS entries from domain
Another in China cn-north-1: Have the ALB resource and the EC2 resource.
In China, my service is a concourse pipeline. The service is up and running on the instance, and on the target groups I can see the healthy flag. At the instance as well I can access the web page by curl localhost:8080.
I have the entry:
concourse.domain.name CNAME web.account.info.eu-central-1.elb.amazonaws.com
I Can resolve the entry and it's point to the right alb. But still, no answer.
Does anyone have any ideas?
Thanks.