Nodejs Website Deployment on Beanstalk

0

What are the best instances to use if I am deploying a node.js web application within Elastic Beanstalk via EC2 and linking it with an RDS SQL Server instance for storage? I am looking to host this application 24/7 and hopefully gain some user traffic over the first months but don't expect much. I am trying to get a cost estimate and would like to know what instance types I should use for both.

1 回答
0

Hello.

If you are considering production operation and are unsure of the amount of load that will occur, why not choose an M-based instance type?
M-type instance types are highly versatile, so I think you should start with an M-type instance type first and then change to another instance type depending on the load etc.
https://aws.amazon.com/ec2/instance-types/?nc1=h_ls

If the load is small or medium-sized and there is almost no load, I think the T-type instance type is fine.
However, with T-series instance types, once the CPU burst credits are consumed, the performance will drop to the baseline throughput, which may affect application operation in some cases.
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-credits-baseline-concepts.html

RDS also has M-based instance types.
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html

profile picture
专家
已回答 2 个月前
profile picture
专家
已审核 2 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则