What AWS service I can use to host website code

0

What AWS service can I use to host my website code? The code is using react, redux, and Nodejs. I'm looking for the cheapest service because the website is for a non-profit organization. The code is residing in Github as of today, I would love to CICD from there. I have bought a domain from Route 53. But, before now, I was using Heroku to launch the app. My end goal is, when a user hit the domain name, I want to launch the app. Thank you!

2 Answers
0

Hi Samson,

profile picture
EXPERT
answered a year ago
  • Thank you alatech. I will review the link you mentioned. But, how can one use multiple services at the same time? You mentioned CloudFront and S3 for React, Amplify for CICD, and then Elastic Beanstalk for Node. That's four services right there......I AWS supposed computing easy.......

0

CloudFront and S3 could be used to host the front end, and EC2 or ECS could be used for the back end.
If you have members who are good with containers, using ECS on Fargate, for example, will make management a little easier because it will eliminate the need for OS maintenance.

In addition, if only static content is used, it is possible to function as a website with only CloudFront and S3 configuration.
https://repost.aws/knowledge-center/cloudfront-serve-static-website

Also, the following document may be helpful for CI/CD to S3.
https://docs.aws.amazon.com/codepipeline/latest/userguide/action-reference-S3Deploy.html

profile picture
EXPERT
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions