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.

Amazon RDS Proxy メモ

Posted at

概要

  • Amazon RDS 向けの高可用性フルマネージド型DBプロキシサービス。

  • アプリがDBと確立した接続をプールおよび共有することができる。

利点

  • パフォーマンス向上
    • コネクションをプーリングすることで、DBは多数のアプリ接続の頻度を効率的に行うことができ、パフォーマンス低下を防ぐことができる。
  • 可用性向上
    • フェイルオーバー時にアプリ接続を維持しながら新しいDBインスタンスに自動的に接続することでき、アプリの停止時間を抑えることができる。
  • セキュリティ向上
    • DBアクセスに IAM 認証を適用できる。また、AWS Secrets Manager を介してDBの認証情報を一元管理できる。

ユースケース

  • サーバーレスアプリの開発

    • サーバーレスアーキテクチャで構築されるアプリの多くは、DBサーバーへの接続を多数使用することになる。

    • 高頻度のDB接続により、メモリなどリソースを消耗する可能性がある。

      rds_no_proxy.png

  • RDS Proxyを導入することで、アプリがDBと確立した接続をプーリングおよび共有でき、DB接続効率とアプリのスケーラビリティを向上させることができる。

    rds_proxy.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?