Please recommend EC2 instance type.

0

I'm a cloud student.

The number of simultaneous users of the banking apps is 50 million. The average number of users is 10 million and the minimum is 9 million.

I wonder how to set the instance type (CPU, Memory) at this time.

Also, I wonder if there is a standard for setting this.

Thank you.

已提问 1 年前259 查看次数
1 回答
0

Hi,

There is no specific instance type you must use in this case, but with the provided info, I would look into general purposes and compute optimized instances here. https://aws.amazon.com/ec2/instance-types/, and probably start with T series or C series (2x large as minimum and then probably vertically scaling them)

Also is no just about the instance type. You may think that if you buy a huge instance then you are done. Fir that load, you need to probably need to consider autoscaling group of MANY instances behind anELB load balancer ALB/NLB).

Once you have this structure, build it and perform stress tests to assess its resilience and scalability.

Hope it helps.

profile picture
专家
已回答 1 年前

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

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

回答问题的准则