Reputation: 24806
I can edit the SageMaker Domain via the AWS Console > Sagemaker > Domains > xxxx > Domain settings > Edit > Studio settings > SageMaker Projects and JumpStart
But how can I achieve the same thing by using AWS CLI commands and / or terraform ?
Is there a list of exactly all that the console does when I enable all those options? I'm assuming that it will create at least the IAM Roles described at AWS Managed Policies for SageMaker projects and JumpStart, and probably other stuff.
Upvotes: 0
Views: 1125
Reputation: 1152
The console action performs the below-
To automate this, create the required roles in your account (you've already linked the managed policies above). Instructions for steps 2 and 3 are in the blog here - https://aws.amazon.com/blogs/machine-learning/enable-amazon-sagemaker-jumpstart-for-custom-iam-execution-roles/
Link to CLI commands:
Upvotes: 0