sagemaker-pipeline icon indicating copy to clipboard operation
sagemaker-pipeline copied to clipboard

CloudCraft Diagrams

Open himalayanelixir opened this issue 6 years ago • 2 comments

himalayanelixir avatar Jul 06 '18 17:07 himalayanelixir

Diagram should include:

  • AWS CloudFormation
  • AWS CodePipeline
  • Amazon S3
  • AWS CodeBuild (for model training)
  • Amazon Sagemaker

The intent of the diagram is to show how CloudFormation automates the provisioning of S3, CodePipeline and CodeBuild. Then, it shows how CodeBuild provisions Sagemaker resources, runs Python program that launches Sagemaker jobs, and tests endpoints.

PaulDuvall avatar Jul 12 '18 14:07 PaulDuvall

Then, it shows how CodeBuild provisions Sagemaker resources, runs Python program that launches Sagemaker jobs, and tests endpoints.

Actually, there's a point at which I think CodePipeline makes a call to sagemaker.yaml which provisions the Sagemaker resources (with the exception of Sagemaker jobs which is performed via training.py)

PaulDuvall avatar Jul 12 '18 14:07 PaulDuvall