Error ECS Service Lab

The course is >> “Hands-On AWS Project: Deploy Your First Crypto App”
Session >> Deploying Service on to ECS.
Lab Link >> https://learn.kodekloud.com/user/courses/building-scalable-microservices-on-aws-deploy-a-crypto-app/module/a5f47c01-ffdc-4186-8d6b-2b5189000482/lesson/dcd7897b-68cd-4bbd-945a-d72b00950736

I cannot access the app after successful task running, no external links in network bindings session.
The error is on Question No.6 and the validation check issues are also happening on Question No.4 & 5 though I did the configuration exactly as describe in the lab description.

Hi @alinthit.kyawkyawmm

I also had an issue with the validation for Q4 but was able to pass Q5 and Q6. There is a note about verifying the ECS service in the question—please refer to it. We don’t need to worry about accessing the application in this lab. I’ll check more the Q4 again.

You can validate the service status by checking the service details:

  • After service creation, click on the service name crypto-app and check the status of the service.
  • In Health and Metrics, Deployments current state should be completed. In case it is not, you can check errors in the Events tab.
  • For looking into application logs, click on the Logs tab.

1 Like

Hello @raymond.baoly

appreciate the discussion,
I also passed the validation of Q.6, but I want to understand why I cannot access the app while I have a successful deployment.

Hi @alinthit.kyawkyawmm,

In this lab, the ECS is set up in a private network, which is why we can’t access the application. There are different ways to access it, such as connecting to a VPN in the same network or making the ECS public using an ALB. However, in this lab, we are only focusing on setting up the ECS.