0
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 5 years have passed since last update.

[AWS] Amazon RDSのセキュリティついて

0
Posted at

RDSとは

リレーショナルデータベースを簡単にセットアップ、運用、スケーリングできるウェブサービス。
MariaDB , MySQL, Oracle, PostgreSQLなどが使える。

RDSで使えるセキュリティ

IAM

どのユーザーがAmazon RDSリソースを管理できるかを決められる。
例 ユーザーによるDBインスタンスの作成、情報入手、変更、削除など

セキュリティグループ

・どのIPアドレスやEC2インスタンスがRDSで管理するデータベースに接続できるかを制御。
・セキュリティグループで指定されていないアクセスはすべて禁止される。

Amazon RDSの暗号化を利用

・DBインスタンス、および保管時のスナップショットを保護。
・暗号化にはAES-256暗号化アルゴリズムを使用。

0
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
0
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?