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 Antwort
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
EXPERTE
beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen