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 Respuestas
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
EXPERTO
respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas