Hey Guys , I have a flyte deployment in aws eks se...
# ask-the-community
n
Hey Guys , I have a flyte deployment in aws eks setup and I have installed the flytekit and created a python file with tasks and workflows , can you tell me how do I make sure the execution is seen in the UI when i run the below command pyflyte run -p Hello_World new.py standard_scale_workflow --values '[1.0, 2.0, 3.0, 4.0, 5.0]' I get the following output but I am not able to view this in the projects ui in webconsole [-0.6324555320336759, -0.31622776601683794, 0.0, 0.31622776601683794, 0.6324555320336759] Do i need to edit anything else ? or how do i watch execution in UI? Please do help
k
—remote after the run argument
Pyflyte run will run things locally
But you can ship to remote
n
but when i do remote i get the following error Failed with Exception Code: SYSTEM:Unknown RPC Failed, with Status: StatusCode.INTERNAL details: failed to create a signed url. Error: WebIdentityErr: failed to retrieve credentials caused by: AccessDenied: Not authorized to perform sts:AssumeRoleWithWebIdentity status code: 403,
can you please help me with this @Ketan (kumare3)