ui should not connect to any service directly
Currently the ui connects directly to the user and price service. Instead the ui should only access appropriate orchestrations.
Tasks:
- Create appropriate endpoints in orchestrations
- Change the ui so the new endpoints are used
- Remove the AWS load balancer configurations for ui->price and ui->user