Amazon web services – Troubleshooting AWS ECS Service Discovery and Nginx Reverse Proxy Configuration
I am attempting to set up an environment on AWS ECS with a React frontend served by Nginx, and two backend services (Django apps) that should communicate via Nginx as a reverse proxy. I've configured ECS Service Discovery for service-to-service…