cold-ability-47914
04/26/2023, 2:39 AMaverage-beach-28850
04/27/2023, 5:53 PMcurl -v -H 'x-api-key: YOUR-API-KEY-GOES-HERE' <https://your-metadata-service.execute-api.us-west-2.amazonaws.com/api/flows/>
⢠do the same from the sagemaker machineaverage-beach-28850
04/27/2023, 5:54 PMaverage-beach-28850
04/27/2023, 5:58 PMMETAFLOW_SERVICE_INTERNAL_URL
and `METAFLOW_SERVICE_URL`:
⢠metaflow uses `METAFLOW_SERVICE_URL`when running on the machine where you do flow.py run
(so, laptop or sagemaker)
⢠METAFLOW_SERVICE_INTERNAL_URL
is used instead of METAFLOW_SERVICE_URL
by code inside tasks when they run on AWS batch. If you don't specify METAFLOW_SERVICE_INTERNAL_URL
then they just use METAFLOW_SERVICE_URL
Its primarily useful in more advanced custom deployments where AWS Batch compute env is running on an isolated network so it cannot reach METAFLOW_SERVICE_URLcold-ability-47914
05/03/2023, 9:35 AMsquare-wire-39606
05/03/2023, 4:53 PM@batch(image='foo')
cold-ability-47914
05/04/2023, 4:10 AMaverage-beach-28850
05/04/2023, 5:43 AMaccess_list_cidr_blocks
to a non default value there? one case where that error would happen is if your IP address doesn't match that settingaverage-beach-28850
05/04/2023, 5:44 AMcold-ability-47914
05/04/2023, 5:54 AMaverage-beach-28850
05/04/2023, 3:09 PMaccess_list_cidr_blocks
would have to contain public IP addresses too. Maybe we should clarify the description of that variable.
vpc_cidr_block is almost certainly internal VPC IP rangecold-ability-47914
05/05/2023, 2:06 AMaverage-beach-28850
05/05/2023, 2:20 AM