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 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南