After running bucc up --lite --cpi aws bosh instances which hosts the ConcourseCI is created and it has its public IP address. When I hit the public address it opens the ConcourseCI user interface but once when I try to log in it makes a redirect to the instance private IP and the login attemp fails. How could I resolve this, may you help please?
For the sake of testing I'm doing this exercise with EC2 located in public subnet. Should I do this in private subnet and using load balancer which target group should hold the bosh instance in the private subnet ?
After running
bucc up --lite --cpi aws
bosh instances which hosts the ConcourseCI is created and it has its public IP address. When I hit the public address it opens the ConcourseCI user interface but once when I try to log in it makes a redirect to the instance private IP and the login attemp fails. How could I resolve this, may you help please? For the sake of testing I'm doing this exercise with EC2 located in public subnet. Should I do this in private subnet and using load balancer which target group should hold the bosh instance in the private subnet ?