amazon-ecs-nodejs-microservices
amazon-ecs-nodejs-microservices copied to clipboard
Monolithic deployment issues
Hi team,
I am following the link below however after i create a service in the ECS and everything seems to be running fine but i cannot access the site using in my ALB url getting 504 error.
https://aws.amazon.com/getting-started/projects/break-monolith-app-microservices-ecs-docker-ec2/module-two/
I fixed this by adding R53 permissions to the NodeJs-Microservices-ECSServiceRole-************ so that it can create a hosted zone for automatic service discovery. Without service discovery, it seems that the ALB does not know where to route the traffic.