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 1 year has passed since last update.

AWSの鍵の管理について

Last updated at Posted at 2020-11-13

(随時更新)

鍵の管理はAWSで行うか、ユーザー自身で行うかの二つの方法がある

用語

マスタキー

データキー を暗号化する鍵

データキー

データ を暗号化する鍵

鍵の管理はユーザー鍵の保管はAWSで行うときのサービス

AWS KMS

鍵管理をするサービス
鍵はAWS情に保管される

  • 暗号化キーの作成
  • 暗号化キー有効無効の管理
  • 暗号化キーの削除

CloudHSM

Hardware Security Module
専用ハードウェアモジュールにより暗号キーを保護する
専用サーバーを使うのでかなり強固な仕組み
欧州などのセキュリティ基準が厳しい国ではこちらを使うことになる

HSM自体はユーザーのVPCに配置される

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?