Route traffic to specific Aurora replicas


What is a Custom Endpoint?

A special endpoint that connects to a specific subset of Aurora instances you choose.

Difference from Reader Endpoint:


Why Use It?

Problem: Different workloads need different resources, but Reader Endpoint distributes randomly.

Solution: Create Custom Endpoints to route specific workloads to specific replicas.


Use Case Example

Your Setup

Without Custom Endpoint

Heavy analytics queries might go to small replicas → Small replicas overloaded → Poor performance for normal users

With Custom Endpoint

Analytics queries → Custom Endpoint → Large replicas only → Normal users unaffected