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 Respostas
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
ESPECIALISTA
respondido há um ano

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas