2
1

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 KMS セキュリティ RDSとS3を暗号化

Last updated at Posted at 2021-09-09

#キーの作成
AWS KMSコンソール>カスタマー管理型のキー>キーの作成
キーのタイプ:対称
詳細オプションはデフォルトのまま
エイリアス:キーの名前になるためわかりやすいものにする(Application1-keyなど)
管理できるユーザーと使用できるユーザーをチェック

#キーを使って暗号化する
作成したキー名をクリックする
ARNの文字列をコピーしておく

##RDSを暗号化する
データベースの作成をする際に以下項目を設定

###追加設定
AWS KMS キー:キーのARNを入力
ARN:コピーしたものをペーストで作成したキーを選択する

##スナップショットを暗号化する
暗号化したいスナップショットのコピーを作成する際に以下項目を設定
スナップショットをチッェク>アクション>スナップショットをコピー

AWS KMS キー:キーのARNを入力
ARN:コピーしたものをペーストで作成したキーを選択する

2
1
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
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?