Please recommend EC2 instance type.

0

Hello, I am a user who is working on the practice of migrating a shopping mall company to aws. Could you recommend a cost-effective EC2 instance type to build a server that 40 million customers can access at the same time? I am thinking about the infrastructure of a shopping mall web server that uses four available areas in Seoul Region by utilizing Application Load Balancer and Auto Scaling.

Additionally, I am considering whether to use Application load balancer or Network load balancer when configuring the web server, so please recommend which load balancer is good.

Thank you.

2 回答
2

There's not a simple "just do this" answer to this question because at that scale there are many moving parts that need to be considered. I can't recommend a single EC2 instance that would handle that scale - it would need to be a cluster of instances and which types and how many is going to depend on request patterns which are unknown. You're absolutely correct that a load balancer is going to be required but how that should be configured; where your static and dynamic assets are stored; how you handle authentication; and a bunch of other things all need to be considered.

At the back end you're going to have to look at which database is appropriate and how to scale that to meet traffic requirements.

You also need to look at content distribution, DDoS protection, potentially Web Application Firewall and other networking components too.

After that, things like backups, reporting....you get the idea. And we wouldn't want to forget about cost effectiveness.

Finally, your appetite and understanding of various technologies is going to guide which will be used in the solution.

For this question: Please contact your local AWS Solutions Architect team as the answers (deliberate plural) to this question will need to come from a larger discussion about your requirements.

profile pictureAWS
专家
已回答 1 年前
0

AWS Compute Optimizer provides Amazon EC2 instance recommendations to help you improve performance, save money, or both. You can use these recommendations to decide whether to move to a new instance type.

Reference: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-recommendations.html

Also, see this - some general guidance:

How do I choose the appropriate EC2 instance type for my workload?

profile pictureAWS
专家
已回答 1 年前

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

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

回答问题的准则