AWS dynamodb forecasting with aws forecast

0

In the AWS forecast, How can we use DynamoDB as an input?

Kiruba
asked 5 months ago319 views
1 Answer
1

Amazon Forecast requires your data to be housed in Amazon S3, there's no direct integration with DynamoDB. This means you have two options:

  • Export data from DynamoDB to S3
  • Use AWS Glue crawlers to crawl your DynamoDB detect the schema from DynamoDB and populate the AWS Glue Data Catalog with the metadata. Then run an ETL job that stores transformed data to an S3 Bucket of your choosing.

Regardless of which way you choose, ensure your data meets the dataset guidelines for Amazon Forecast to properly make use of the data.

AWS
AWSJoe
answered 5 months ago
  • Thank you, I'll try this

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions