cartography
cartography copied to clipboard
feat:(AWS): Coverage for AWS Sagemaker
Summary
Add support for ingesting AWS SageMaker resources into Cartography. Amazon SageMaker is AWS's fully managed machine learning platform for building, training, and deploying ML models. This feature would allow Cartography to track SageMaker notebooks, training jobs, models, endpoints, and associated infrastructure.
Related issues or links
Include links to relevant issues or other pages.
- https://github.com/cartography-cncf/cartography/issues/2123
Checklist
Provide proof that this works (this makes reviews move faster). Please perform one or more of the following:
- [x] Include a screenshot showing what the graph looked like before and after your changes.
If you are changing a node or relationship:
If you are implementing a new intel module:
- [x] Use the NodeSchema data model.
- [x] Confirm that the linter actually passes (submitting a PR where the linter fails shows reviewers that you did not test your code and will delay your review).