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개 답변
0

Hi Samson,

profile picture
전문가
답변함 일 년 전
  • 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
전문가
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠