I am working with coolstore-microservices on the Linux/AMD64 Ubuntu AWS instance.
I installed tye, dapr and dotnet-6.0, and initiated dapr with dapr init.
Then, in the root of the coolstore-microservices repo, I executed tye run.
I could see the logs running and also I am able to curl to http://localhost:8000/ from the AWS instance.
However, I am unable to open the application on the browser using my instance’s IP and port 8000.
In tye.yaml, I updated localhost with my AWS instance’s IP address, but that didn’t help.
Can you please provide me with some pointers on where can i add my AWS instance’s IP address to browse the coolstore microservices on my browser. Instead of localhost?
Kindly let me know if you need any other information from my side.
I am working with coolstore-microservices on the Linux/AMD64 Ubuntu AWS instance.
I installed tye, dapr and dotnet-6.0, and initiated dapr with
dapr init
.Then, in the root of the coolstore-microservices repo, I executed
tye run
.I could see the logs running and also I am able to curl to http://localhost:8000/ from the AWS instance.
However, I am unable to open the application on the browser using my instance’s IP and port 8000.
In tye.yaml, I updated localhost with my AWS instance’s IP address, but that didn’t help.
Can you please provide me with some pointers on where can i add my AWS instance’s IP address to browse the coolstore microservices on my browser. Instead of localhost?
Kindly let me know if you need any other information from my side.