Which action meets these requirements for storing and retrieving location data?
Use Amazon Athena with Amazon S3.
Use Amazon API Gateway with AWS Lambda.
Use Amazon QuickSight with Amazon Redshift.
Use Amazon API Gateway with Amazon Kinesis Data Analytics.
Explanations:
Amazon Athena with Amazon S3 is best for querying static data stored in S3, not real-time data ingest or retrieval via API for location tracking.
Amazon API Gateway with AWS Lambda allows for REST API accessibility, while Lambda can process, store, and serve real-time data for tracking locations.
Amazon QuickSight with Amazon Redshift is suitable for visualization and analytics but not for handling or serving real-time location data through an API.
Amazon API Gateway with Amazon Kinesis Data Analytics can analyze streaming data but lacks a direct storage/retrieval mechanism via API for location data.