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
エキスパート
回答済み 1年前
  • 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
エキスパート
回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ