Stored on SSD
Spread Across three geographically distinct data centers
Eventual read consistency by default
Strongly consistent reads
Eventual Consistent Reads: Consistency across all copies of data is usually reached within a second. Performing a read after a short duration should return updated data.
Strongly Consistent Reads: A strongly consistent read returns as a result that reflects all writes that received a successful response prior to that read.