Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sagemaker pipeline multi model #3500

Merged
merged 11 commits into from
Jul 13, 2022
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@

**/_build
*.iml
tox.ini
6 changes: 4 additions & 2 deletions sagemaker-pipeline-multi-model/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,12 @@ The following IAM roles are required:
- AmazonS3FullAccess
- AWSGlueServiceRole

[restate-project.ipynb](restate-project.ipynb) has been tested in a SageMaker notebook that is using a kernel with Python 3.7 installed. This SageMaker notebook is attached with an IAM role with the following managed policies:

[restate-project.ipynb](restate-project.ipynb) has been tested in a SageMaker notebook instance that is using a kernel with Python 3.7 installed. This SageMaker notebook instance is attached with an IAM role with the following managed policies:

- AmazonEC2ContainerRegistryFullAccess
- AmazonS3FullAccess
- AWSGlueServiceNotebookRole
- AWSGlueConsoleSageMakerNotebookFullAccess
- CloudWatchLogsFullAccess
- AWSCodeCommitReadOnly AWS managed - this is needed assuming you code is pulled from CodeCommit
- AmazonSageMakerFullAccess
Expand Down
Loading