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 Answers
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
EXPERT
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions