You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This mup.js (using kadirahq meteor-up) tries to load balance incoming traffic to a example.com to 2 running services of the same App, each service is running on a different AWS EC2.
But when I shut down the first ec2 service, then reload the page, I get page can't be found instead of the expected behaviour of being routed to the other running "second ec2 sevice".
Any idea what is wrong with my mup.js file please.
A records on the AWS DNS looks like this
example.com --> first ec2 public ip
one.example.com --> first ec2 public ip
two.example.com --> second ec2 public ip
The text was updated successfully, but these errors were encountered:
This mup.js (using kadirahq meteor-up) tries to load balance incoming traffic to a example.com to 2 running services of the same App, each service is running on a different AWS EC2.
But when I shut down the first ec2 service, then reload the page, I get page can't be found instead of the expected behaviour of being routed to the other running "second ec2 sevice".
Any idea what is wrong with my mup.js file please.
A records on the AWS DNS looks like this
example.com --> first ec2 public ip
one.example.com --> first ec2 public ip
two.example.com --> second ec2 public ip
The text was updated successfully, but these errors were encountered: