Looking for Recommendations on Hosting a MERN App on AWS

0
1
Asked By CuriousCoder92 On

Hey everyone! I've built a MERN web application and I'm looking to host it using AWS's free plan that provides a $200 credit. I've never hosted anything on AWS before, so I'm hoping to get some insights from those who have real experience. What plan should I choose that would fit my needs? I'm not expecting a ton of users—maybe around 50 to 80 at peak times. Are there any important things I should consider before I dive in? Thanks a bunch!

1 Answer

Answered By TechSavvyBear24 On

80 concurrent users could be a lot depending on your app's resource needs. You should really look into how much your application requires when it's idle versus under stress. Do you want to manage everything yourself on an EC2 instance to save costs, or do you prefer the ease of managed services, which could be pricier?

LoneWolfDev -

Going serverless might be the way to go for your use case. Set up a bunch of Lambda functions and use the free tier for your app. There might be some minimal costs for an API Gateway, but overall, it's a solid option! However, not thinking of 80 concurrent users as a big deal is a bit off.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.