ampiy

Results 6 comments of ampiy

`` > Hello, @ampiy! Would you mind pasting the manifest for your backend service here so we can try to solve this? Thank you! Hi @huanjani, Here is the backend...

Hi @huanjani, I think the resolvers TTL was the problem. I added the `resolver 10.100.0.2 valid=5s ` block in configuration of nginx gateway app (load balanced web service copilot app)...

Update: Doesnt work. I set it to even ` valid=1s` but still same issue.

I ended using another ec2 instance with webhook server, just to redeploy nginx container everytime there's an update in any of the backend services. Create github webhook (for all backend...

Hi @Lou1415926. Thank you for the detailed reply and thanks for taking time to analyze the issue. `Your suggested solution 1: -> Missing Health Check`: I tried adding healthcheck and...

Turns out the hacky way is to reload the nginx configuration via copilot exec. That solves the issue.