Which data storage solution meets these requirements?
Amazon Aurora Global Database
Amazon DynamoDB global tables
Amazon S3 with cross-Region replication and Amazon Athena
MySQL on Amazon EC2 instances with Amazon Elastic Block Store (Amazon EBS) snapshot replication
Explanations:
Amazon Aurora Global Database is designed for globally distributed applications and provides low-latency, ACID-compliant transactions with replication across AWS Regions.
Amazon DynamoDB global tables provide high availability and low-latency for NoSQL data, but they do not support ACID transactions or SQL.
Amazon S3 with cross-Region replication and Athena are suitable for big data analysis but do not support ACID transactions or low-latency SQL querying.
MySQL on EC2 with EBS snapshot replication does not provide automatic global replication or low-latency ACID transactions across Regions.