2 Answers
- Newest
- Most votes
- Most comments
0
If you simply want to use Node.js, you can create an environment with Elastic Beanstalk.
The following documents contain information on how to get started.
https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create_deploy_nodejs.html
Also, if you want to tune it more to your liking, you should consider deploying your own Node.js application to a computing service such as EC2 or ECS.
0
Hi, you can run NodeJs in following ways:
- AWS Elastic Beanstalk: https://aws.amazon.com/getting-started/hands-on/deploy-nodejs-web-app/
- AWS Lambda: serverside(https://aws.amazon.com/blogs/compute/building-server-side-rendering-for-react-in-aws-lambda/) or typica event driven case(https://docs.aws.amazon.com/lambda/latest/dg/lambda-nodejs.html)
- AWS App Runner: https://docs.aws.amazon.com/apprunner/latest/dg/service-source-code-nodejs.html
- AWS ECS/Fargate: https://ecsworkshop.com/nodejs/backend/
- AWS Lightsail: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-quick-start-guide-nodejs
Hope it helps ;)
Relevant content
- asked 6 months ago
- asked 3 months ago
- Accepted Answerasked a year ago
- Accepted Answerasked a year ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 25 days ago