I have a question regarding AWS Aurora.
Aurora MySQL supports cross-region replication. So we have a primary DB instance(read-write ops) in a region and secondary instances in other regions wich take care of reads in that region.
Then, we also have aurora global database for supporting globally distributed applications.
So how are these 2 different?