When the backend server is down (for maintenance), the ELB rightfully returns the 503 status. However, when the server is back, and it is listed as InService
in the Instances tab of the ELB, the URL still returns 503. Is this because of some kind of caching of the status in the browser, or some other factors are involved?
Thanks