Netflix / metaflow-tools

:rocket: Deployment tools/scripts for Metaflow!
http://www.metaflow.org
Apache License 2.0
52 stars 47 forks source link

Missing IAM permissions to run Metaflow commands from SageMaker notebook #24

Open mattmcclean opened 3 years ago

mattmcclean commented 3 years ago

I was attempting to use the SageMaker notebook instance configured as part of the Metaflow setup on AWS to run the Metaflow tutorial commands however it lacked the permissions to call AWS Batch and Step Function API calls.

Not sure if this is by design as they are all supposed to be run from a local machine

savingoyal commented 3 years ago

@mattmcclean Yes, the tutorial is supposed to be run from a local machine. It's good feedback that we should look into allowing the execution from the Sagemaker notebook instance. The current cloud formation template is designed to provide a starting point for your Metaflow deployment. @queueburt FYI.