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

Additional Edges: SageMaker #47

Closed
ncc-erik-steringer opened this issue Oct 11, 2019 · 4 comments
Closed

Additional Edges: SageMaker #47

ncc-erik-steringer opened this issue Oct 11, 2019 · 4 comments
Labels
enhancement New feature or request

Comments

@ncc-erik-steringer
Copy link
Collaborator

ncc-erik-steringer commented Oct 11, 2019

(EDIT: Separating things out into separate issues).

Amazon SageMaker is a service for data scientists. It includes several features, among which include creating compute resources that can access IAM Roles. Therefore we should look for and report any potential ways for users/roles given sagemaker:* + iam:PassRole permissions to access other IAM Roles.

Need to also review if container-related services are necessary.

@ncc-erik-steringer
Copy link
Collaborator Author

CreateNotebookInstance - Creates a notebook instance and takes a parameter RoleArn to let the notebook instance call the AWS API.

Done: 25ddb89

@ncc-erik-steringer
Copy link
Collaborator Author

ncc-erik-steringer commented May 26, 2021

CreateProcessingJob - Runs a docker container with user-defined code to process data. Takes a RoleArn param too.

Done: 4cb8c84

@ncc-erik-steringer
Copy link
Collaborator Author

ncc-erik-steringer commented May 26, 2021

CreateTrainingJob - Starts a model training job. Need to verify if user-defined code is ran. Takes a RoleArn param.

Done: 4cb8c84

@ncc-erik-steringer
Copy link
Collaborator Author

ncc-erik-steringer commented May 26, 2021

CreateUserProfile - Creates a user within a domain (CreateDomain sets defaults), includes an ExecutionRole param.

Kicking this can down the road.

wdahlenburg pushed a commit to wdahlenburg/PMapper that referenced this issue Sep 5, 2022
…_service

Added articles on meta and user data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant