Is it possible to use cached credentials when gett...
# ask-metaflow
e
Is it possible to use cached credentials when getting Metaflow artifacts? We have a flow with ~1000 splits on a foreach, and when running
self.merge_artifacts(...)
we're seeing a
botocore.exceptions.NoCredentialsError
which based on this thread is because we're hitting the AWS Instance Metadata Service too often and exceeding the throttle limits described here