AWS dynamodb forecasting with aws forecast

0

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

Kiruba
質問済み 6ヶ月前329ビュー
1回答
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
回答済み 6ヶ月前
  • Thank you, I'll try this

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ