I'm so confused as to what benefits I will be getting from using Apache
to serve my Flask App
in my EC2 instance
if it's already out there to the public, & whether I have to think about using something like Apache or Nginx from the first place?
Why not just configure a production server like gunicorn
(as I heard it's better to be used for security purposes even though this answer kinda made me doubt this a bit) and get a private domain and that's it for my flask app?