Scalability
Topics
Serverless
Aurora serverless
Automated horizontal scaling
Aurora PostgreSQL Limitless Database horizontally scales beyond the write throughput and storage limits of
the largest single instance while maintaining transactional consistency. Your database automatically scales
based on the workload, and you only pay for what you use. In only a few steps in the RDS Management Console
Push-button compute scaling
Aurora lets you scale provisioned instances using the RDS APIs or the RDS Management Console
Storage auto scaling
Aurora automatically scales I/O to match the needs of your most demanding applications and increases the size of your database volume as your storage needs grow. Your database volume expands in increments of 10 GB up to a maximum of 256 TiB so you never need to provision excess storage in advance. When using Aurora I/O-Optimized configuration, you can save up to 40% when I/O spend exceeds 25% of your Aurora database spend. Additional information is available in Aurora storage and reliability documentation.
Low-latency read replicas
You can create up to 15 read replicas to increase read throughput without impacting performance on the primary instance. Aurora read replicas share the same underlying storage as the primary instance, lowering costs and avoiding the need to perform writes at the replica nodes. This frees up more processing power to serve read requests and reduces the replica lag time—often down to single-digit milliseconds.
Aurora provides a reader endpoint for automatic connection routing and load balancing across read replicas and supports auto scaling to add and remove replicas based on your performance metrics settings. The application can connect without having to keep track of replicas as they are added and removed. Aurora also supports cross-Region read replicas, which provide fast local reads to your users, and each Region can have an additional 15 Aurora read replicas to further scale local reads.
Custom database endpoints
Custom endpoints allow you to distribute and load balance workloads across different sets of database instances. For example, you can provision a set of Aurora read replicas to use an instance type with higher memory capacity in order to run an analytics workload while keeping other instances isolated for transactional traffic.