Hi All, new to MetaFlow here and trying to do setu...
# ask-metaflow
b
Hi All, new to MetaFlow here and trying to do setup the most vanilla AWS setup here as well. This was the post I referred to for some debugging. I have an extremely similar approach to getting things up. I followed the CloudFormation steps with no changes, and then configured my terminal using
metaflow configure aws
, copying and pasting all the values i see in the outputs to what was asked in the terminal. Still, I'm having this issue. Any help would be greatly appreciated 🙂:
Copy code
honson@Aisan:~/metaflow$ python3 flow.py run
Metaflow 2.8.0 executing HelloFlow for user:honson
Validating your flow...
    The graph looks good!
Running pylint...
    Pylint is happy!
    Metaflow service error:
    Metadata request (/flows/HelloFlow) failed (code 403): {"message":"Forbidden"}
Note: I believe the resolution was this thread was a VPN issue. I'm doing this for more of a personal learning experience, so there shouldn't be any networking or work perm related stuff causing these errors I believe.
✅ 1