Hey there,
So I’m setting up a web application with a Vue frontend that connects to a express backend running on an AWS EC2 instance
My front end runs on modeck.io, hosted here on Netlify and handled by Netlify DNS, how would I go about setting up a domain api.modeck.io that connects to the AWS EC2?
I’ve been using a seperate domain set up on a different domain with AWS Route 53 that connects to the EC2 through a load balancer but I’ve run into so many issues regarding cors that I would much rather try figure out if I can just have the EC2 connected straight to the one domain, api.modeck.io
It would make my life so much easier if I had the EC2 connected straight to Netlify DNS
Any assistance would be much appriciated!!
Steve