aws-rds-proxy
最近在嘗試改用 RDS proxy 來連到 RDS
因為既有的方式來使用 python sqlalchemy 來連結到 db,使用 RDS proxy 時,會遇到些問題
先將目前找到的資料,加以記錄
Reference
- mysql - How to set TLS for a RDS proxy with SQLAlchemy - Stack Overflow
- How to set TLS for a RDS proxy with SQLAlchemy…anycodings
- Working with AWS RDS proxy endpoint on read replica with SQLAlchemy | by James Li | Medium 這篇可以再看看
- Connecting to your DB instance using IAM authentication and the AWS SDK for Python (Boto3) - Amazon Relational Database Service
- aws-samples/aws-serverless-app-with-aurora-and-python-sql-alchemy-example 使用 postgresql 的方式
- Amazon RDS Proxy – Improved Application Security, Resilience and Scalability – AW5 Academy
- How to Connect to RDS MySQL DB Instance using RDS proxy | Fit-DevOps