How are databases for distributed applications scaled?

In addition to normal MYSQL, AWS provides their own MySQL compatible managed database service called Aurora. This option does have an easy and well supported method of creating a fairly low latency read-replica in other regions, but as @laszlocloud mentioned, cross-AZ replication is the primary means of high availability for most applications.