Reputation: 152
I got my angular app in EC2 instance running successfully
But I am unable to hit the url, as the address is not found. The application runs in 4200 default port, so I tried connecting instance name:4200. I am new to the AWS and I came till this and got stuck. pls advice.
Upvotes: 0
Views: 1648
Reputation: 396
You need to try enter to the instance a curl to the localhost:4200 If you have a successful connection, the troubleshooting line will be the following
I hope this steps help you, If you need more detail help next time put more context about your issue
Upvotes: 2