AWS dynamodb forecasting with aws forecast

0

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

Kiruba
feita há 6 meses329 visualizações
1 Resposta
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
respondido há 6 meses
  • Thank you, I'll try this

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas