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 Resposta
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
ESPECIALISTA
respondido há um ano

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas