Amazon web services – How to whitelist my frontend URL in a AWS EC2 instance?
I have a NodeJS backend deployed on an EC2 instance of AWS. One of the problems I'm experiencing is that I'm getting random requests to routes that don't exist (I imagine it's a bot). I would like only my frontend…