GorillaStack / auto-tag

Automatically tag AWS resources on creation, for cost assignment
GNU General Public License v3.0
463 stars 159 forks source link

Support for SageMaker Notebook Instances #106

Open joaopereiradsantos opened 2 years ago

joaopereiradsantos commented 2 years ago

Hi,

Our team main use case relies on EC2 instances and Sagemaker Instances. While the current solution works for newly launched EC2 instances, Sagemaker notebook instances are not auto-tagged. I was expecting a similar behavior but apparently the API event has a different name associated with it. (i.e. sagemaker.CreateNotebookInstance ?).

I'd like to request a feature enhancement to cover SageMaker resources, most importantly the Notebook creation. I am happy to explore the current autotag_s3_worker.js if minimal changes are required to be adapted.

Thank you in advance.