Posts

Showing posts with the label Databases

Getting Started With AWS Aurora - Part 1

Image
AWS announced Aurora  MySQL compatible database engine last November. Aurora is a fully-managed, MySQL-compatible, relational database engine that combines the speed and availability of high-end commercial databases with the simplicity and cost-effectiveness of open source databases. What is AWS Aurora? Amazon Aurora is a relational database engine that combines the speed and reliability of high-end commercial databases with the simplicity and cost-effectiveness of open source databases. It delivers up to five times the throughput of standard MySQL running on the same hardware. Amazon Aurora increases MySQL performance and availability by tightly integrating the database engine with an SSD-backed virtualized storage layer purpose-built for database workloads. Amazon Aurora's storage is fault-tolerant and self-healing. If the entire instance fails, Amazon Aurora will automatically failover to one of up to 15 read replicas. MySQL 5.6 Compatibility According to the AWS...