AWS dynamodb forecasting with aws forecast

0

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

Kiruba
demandé il y a 6 mois329 vues
1 réponse
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
répondu il y a 6 mois
  • Thank you, I'll try this

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions