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 Antwort
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
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen