Architecture review for Custom Anomaly AI

0

I am trying to build a architecture for custom anomaly ai on AWS for my startup. Please let me know if my way of thinking is correct or not

  1. Data Ingestion: Ingesting the data into AWS S3 in JSON format
  2. Data Preprocessing: Converting JSON format to Excel format using AWS Glue and storing it back into S3
  3. ML : Using AWS Sagemaker to learn from the Excel format created
  4. Quicksight to show the data for data visualization

is my way of thinking correct here?

  • May I ask why converting json to excel?

  • it is just my way of thinking. I am open ears to learn in case you have any other idea. But I want to implement Custom Anomaly AI detection.

1 Risposta
0

I don't see the point of converting to Excel if you are not going to use a spreadsheet editor to open but instead using Quicksight. Any other format like CSV will allow you better support and parallelism.

profile pictureAWS
ESPERTO
con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande