36
15

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

AWS EC2のDedicated Hostsとハードウェア専有インスタンスの違い

Posted at

概要

EC2における以下2つの違い。ソリューションアーキテクトの模擬試験などで頻繁に出るが毎回忘れるため自分用メモ。

  • Dedicated Hosts
  • ハードウェア専有インスタンス(Dedicated Instances)

要点

  • Dedicated Hosts、ハードウェア専有インスタンスともに__ハードウェアを専有できる__オプション。
  • Dedicated Hostsは__どのハードウェアで起動するかを固定すること__ができる。
  • 一方、ハードウェア専有インスタンスは__ハードウェアの固定はできない。__

用途

  • Dedicated Hostsは、__ソフトウェアライセンスがハードウェアに依存する__場合や__BYOL(Bring Your Own License)__で利用。
  • ハードウェア専有インスタンスは、__コンプライアンス要件などで他人と異なるサーバで起動する必要がある__場合などに利用。

補足

公式ドキュメントにより詳細な違いがある。今回はわかりやすい部分を記載した。
Dedicated Hosts

36
15
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
36
15

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?