Amazon Aurora
Amazon Aurora is a fully managed, MySQL-compatible, relational database engine that combines the speed and reliability of high-end commercial databases with the simplicity and cost-effectiveness of open-source databases
Amazon Aurora provides 5 times better performance than MySQL, at a price point one tenth of a commercial DB while delivering similar performance and availability.
Amazon Aurora default size is 10GB max it can scale upto 64TB.
Compute resource can scale upto 32 vCPUs and 244 GB of memory
DynamoDB
Amazon DynamoDB is a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability.
We can use Amazon DynamoDB to create a database table that can store and retrieve any amount of data, and serve any level of request traffic.
Amazon DynamoDB automatically spreads the data and traffic for the table over a sufficient number of servers to handle the request capacity specified by the customer and the amount of data stored, while maintaining consistent and fast performance.
Its flexible data model and reliable performance make it a great fit for the mobile, web, gaming and many other applications.
It always stores on SSD storage there is no magnetic storage.
Spreads data to multiple A
Last updated
Was this helpful?