Bare Metal (BM) Servers on AWS (M5, etc.)

0

A bit confused... In the case of BM instances, so AWS actually assigns an entire PHYSICAL server platform to one customer? How can AWS possibly scale like that? Let's say a customer needs 100 BM servers... and there are 1,000 customers like that... AWS is going to have to have 100K physical boxes to support them?? How could that be? I feel like I am missing something - besides a brain lol

Part 2: Why is it still called an EC2 instance? I always associate an EC2 instance to a virtual construct -- a VM.

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

Hi,

EC2 is Amazon Elastic Compute Cloud (Amazon EC2) on Amazon Web Services (AWS) Cloud that provides scalable compute. It provides Virtual computing environments, known as instances and the various features are listed here: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts.html. So the word instance here is a virtual compute environment/capacity and not a traditional VM with nested virtualization.

Now, when a user launches a bare metal instance, Amazon EC2 provisions a physical server with the specified configuration and installs the operating system and any required drivers. With bare metal, you get direct access to the hardware and access to virtually 100 percent of the hardware’s resources without any major overhead. On the availability of Bare Metal Instances, EC2 offers a variety of instance types (624+) that customers can choose from based on their use cases, and bare metal is one among them. https://aws.amazon.com/ec2/instance-types/. Not all of the EC2 instance families and instance types will have bare metal variant/equivalent, it appears on the instance families with a specific set of CPU/Memory/network combination that suits the customers requirement. Question on how AWS meets demands, it's done through the global infrastructure https://aws.amazon.com/about-aws/global-infrastructure/ and AWS ensures the customers needs are met in this case.

Hope this helps Thanks, Arun

AWS
Arun
已回答 1 年前

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

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

回答问题的准则