A community archive-card tap table in Amazon DynamoDB is hot during opening hours. The team needs a point-in-time extract for a hold-prediction model. Which extract path should they prefer?
Select an answer to reveal the explanation.
Short Explanation
Think of a hot tap table during opening hours and a hold-prediction extract. Use an export-style path to S3 or Glue. A daytime Scan is the tax on the live table.
Full Explanation
Extract from DynamoDB with a service option that does not starve the operational table. An S3 export or Glue job is that path. A daytime Scan is the tax. EFS and Firehose answer different ingest questions.