AWS RDS Proxy 可以直接和只读复制实例配对吗?
Can AWS RDS Proxy be paired with read replication instance directly?
我使用现有的 Aurora PostgreSQL 集群 创建了一个 RDS 代理。
但我想将代理与集群的特定只读副本实例配对。这可能吗?
来自 AWS 关于 RDS 代理的声明:
The same consideration applies for RDS DB instances in replication configurations. You can associate a proxy only with the writer DB instance, not a read replica.
https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/rds-proxy.html
尝试 RDS 代理端点,它允许您使用只读副本:
You can create and connect to read-only endpoints called reader endpoints when you use RDS Proxy with Aurora clusters. These reader endpoints help to improve the read scalability of your query-intensive applications. Reader endpoints also help to improve the availability of your connections if a reader DB instance in your cluster becomes unavailable.
https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/rds-proxy.html#rds-proxy-endpoints
现在应该可以了
我使用现有的 Aurora PostgreSQL 集群 创建了一个 RDS 代理。
但我想将代理与集群的特定只读副本实例配对。这可能吗?
来自 AWS 关于 RDS 代理的声明:
The same consideration applies for RDS DB instances in replication configurations. You can associate a proxy only with the writer DB instance, not a read replica.
https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/rds-proxy.html
尝试 RDS 代理端点,它允许您使用只读副本:
You can create and connect to read-only endpoints called reader endpoints when you use RDS Proxy with Aurora clusters. These reader endpoints help to improve the read scalability of your query-intensive applications. Reader endpoints also help to improve the availability of your connections if a reader DB instance in your cluster becomes unavailable.
https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/rds-proxy.html#rds-proxy-endpoints