13

Amazon has two types of "dedicated" infrastructure: dedicated instances, and dedicated hosts. They say:

When you launch instances on a Dedicated Host, the instances run on a physical server that is dedicated for your use. While Dedicated instances also run on dedicated hardware, Dedicated Hosts provide further visibility and control by allowing you to place your instances on a specific, physical server. This enables you to deploy instances using configurations that help address corporate compliance and regulatory requirements. [Italics mine.]

I find this unclear. It doesn't explain what the difference is between dedicated hardware and physical server. What is the actual physical difference between these two "dedicated offerings"?

Simon Woodside
  • 456
  • 1
  • 7
  • 15

4 Answers4

20

Short version:

Dedicated Instances - You pay for the instances, but they get placed on whatever dedicated hardware Amazon decides.

Dedicated Host - You pay for the entire physical server and can, in effect, run instances on it as you please.

Long version:

In both cases, its hardware that only your instances will use. However with dedicated hosts you have even more control than you would with dedicated instances. For example: Requesting a m4.large dedicated instance could end with your instance on a server exactly the size of an m4.large, so it'd be an old machine from years ago. Next time you reboot that instance it could be rebalanced onto new hardware. Maybe you have two dedicated instances that hammer the heck out of the RAM (making something up), they could end up on two different pieces of hardware or the same hardware.

On the flip side with a dedicated hardware, you pay for the hardware much in the same way you could pay for a leased server at a colo. You know exactly what the hardware is, you can run instances on it in the way you choose. You can leave overhead, or not. If you decide that instance X runs on your dedicated hardware, it will always run on that dedicated hardware in the way you've specified.

Jon
  • 632
  • 5
  • 12
2

Dedicated instances ensure all of your instances run on single tenant hardware.

Dedicated hosts allow you more control on where your dedicated instances run. It's primarily to make "bring your own license" and compliance easier.

Tim
  • 30,383
  • 6
  • 47
  • 77
0

Dedicated instances run on dedicated hardware.

Amazon is promising that your instances will not share a physical server with instances from other AWS customers. They are, in essence, setting aside entire VM hosts for your use.

ceejayoz
  • 32,469
  • 7
  • 81
  • 105
  • 1
    This doesn't actually answer the question about the difference between dedicated hosts and instances. AWS doesn't make this easy to understand. – Tim Oct 12 '16 at 21:05
0

Be it a dedicated Instance or dedicated host, the EBS storage is still shared ones i.e. the storage where your data resides is not dedicated to you. Please be ensured that you apply all security measures to safeguard your data using encryption methodologies or not keeping sensitive data on these drives...

Rajshekar
  • 1
  • 1