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 réponses
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
répondu il y a un an

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions