Standard way to bringup a nodejs application

0

Hello all,

I am super new to the AWS land and I want to learn by doing some pet projects. But the amount of choices that AWS offers seems daunting. Can someone give me some pointers on standard way to bring up a simple nodejs application running in AWS? I want to have reasonable latencies so lambdas are not what I am looking for.

Thanks

2개 답변
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.

profile picture
전문가
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠