configuration for website

0

hi I have a question.can I find out what configurations are needed for the site to be transferred to AWS?

  • What exactly do you want to do about transferring websites?

已提问 1 年前201 查看次数
1 回答
0

Hi,

if is a static site, built for instance with React, Angular or other SPA Javascript framework, you should bundle its code and have it hosted in S3. This is an example: https://docs.aws.amazon.com/prescriptive-guidance/latest/patterns/deploy-a-react-based-single-page-application-to-amazon-s3-and-cloudfront.html

If for instance your website is NodeJS, then can be hosted on Elastic Beanstalk. See an example here: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create_deploy_nodejs.html

Another option is to leverage Lightsail (https://lightsail.aws.amazon.com/ls/docs/en_us/getting-started).

Above depends on your application but should cover generally a website hosting solution in AWS.

If it does not fit what you are looking for, please elaborate so we can help you ;)

profile picture
专家
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则