SageMaker Stacks
Create, inspect, and use SageMaker-backed stacks with S3 storage
Prerequisites
Create the stack
kitaru stack create prod-sagemaker \
--type sagemaker \
--artifact-store s3://my-bucket/kitaru \
--container-registry 123456789012.dkr.ecr.eu-west-1.amazonaws.com/kitaru \
--region eu-west-1 \
--execution-role arn:aws:iam::123456789012:role/SageMakerExecutionRoleField
Meaning
Set advanced SageMaker defaults
Use YAML for repeatable setup
Inspect and use it
Delete it
Related
Last updated
Was this helpful?