0
0

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のEBSとAMIとスナップショットを自分なりにまとめてみた

Posted at

背景

  • 最近AWSの勉強を開始
  • AMIやスナップショットなどの用語の意味があやふやになってきたため、自分なりにまとめてみました

EBSとは

  • EC2インスタンスの外付け仮想ディスク
  • HDDやSSDなどを選択可能
  • ボリュームといっているのは、(おそらく)これのこと

AMIとは

  • EC2インスタンス+EBSスナップショットのバックアップ
  • EBSスナップショットはS3に保存される
  • これがあれば、EC2の複製が可能
    スクリーンショット 2020-12-12 15.13.49.png

スナップショットとは

  • 正確にはEBSスナップショットのこと
  • 言葉の通り、EBSのスナップショットを作成する
  • 保存場所はAMI作成時と同様に、S3に保存される
  • インスタンスに関しては、何も情報を保存しない
    スクリーンショット 2020-12-12 15.13.57.png
0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?