Update a MLOps Project in Amazon SageMaker Studio or Studio Classic
This procedure demonstrates how to update a MLOps project in Amazon SageMaker Studio or Studio Classic. Updating the project gives you the option to modify your end-to-end ML solution. You can update the Description, template version, and template parameters.
Prerequisites
-
An IAM account or IAM Identity Center to sign in to Studio or Studio Classic. For information, see Amazon SageMaker domain overview.
-
Basic familiarity with the Studio or Studio Classic user interface. For information about the Studio UI, see Amazon SageMaker Studio. For information about Studio Classic, see Amazon SageMaker Studio Classic UI Overview.
-
Add the following custom inline policies to the specified roles:
User-created role having
AmazonSageMakerFullAccess
{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "servicecatalog:CreateProvisionedProductPlan", "servicecatalog:DescribeProvisionedProductPlan", "servicecatalog:DeleteProvisionedProductPlan" ], "Resource": "*" } ] }
AmazonSageMakerServiceCatalogProductsLaunchRole
{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "cloudformation:CreateChangeSet", "cloudformation:DeleteChangeSet", "cloudformation:DescribeChangeSet" ], "Resource": "arn:aws:cloudformation:*:*:stack/SC-*" }, { "Effect": "Allow", "Action": [ "codecommit:PutRepositoryTriggers" ], "Resource": "arn:aws:codecommit:*:*:sagemaker-*" } ] }
To update your project in Studio or Studio Classic, complete the following steps.