I've spent easily the better half of the week trying to deploy my Nest backend to AWS. Fargate or EC2 - I'm not to worried at the point. I just want it to work.
Using the default port 3000 in my nest application and when setting up a new application in the MAU portal works fine. Everything gets deployed. However - the port mapping in AWS is still 3000:3000. Am I being a complete idiot?
Going to the URL provided by the portal gives me the "Mau placeholder | NestJS - A progressive Node.js framework" after I've deployed my nest application.
Am I missing something? The documentation isn't that great. 😕