I am building a web application with React + .NET Web API + SQL Server. I want to host them on AWS but i’ am confused about how to do it. From my research I have these options:
-
EC2 machine where I host everything, I bit more costly and I have to manually configure all other services, like AWS CloudFront.
-
AWS Elastic Beanstalk for .NET + AWS S3 for REACT + CloudFront:
To be honest I am confused if my website is a static website, having a backend, so I am not sure about this architecture. -
AWS Elastic Beanstalk + AWS Amplify:
Here I am not sure if I could use only Beanstalk or only Amplify to host my web app.
What do you think ?
Daniel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.