Infra-as-Code in SageMaker

0

AWS SageMaker maintainers pushing everything into notebooks - pipelines, observability, endpoints, etc There is some heavy scripting with boto3 for helpers and integrations.

There are very good abstractions in SM SDK, however approaches like creating IAM roles and lambdas functions from boto3 scripts are from 2015, no? What am I missing?

1 Answer
1

Hi,

The AWS CDK enables you to create ressources similar to CloudFormation, but in your favorite languages such as Javascript and Python. Here is the Amazon SageMaker Construct Library, which allows you to deploy SageMaker ressources with the CDK.

AWS
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions