Hi I just deployed a single cluster on AWS EKS, I'...
# ask-the-community
j
Hi I just deployed a single cluster on AWS EKS, I'm trying to test-run a workflow on it but I ran into this error:
Copy code
Original exception: Value error!  Received: 403. Request to send data <https://flytebucket1.s3.us-east-2.amazonaws.com/flytesnacks/development/YYHE6OSLHL2BT5PSBO3SQXDVSQ%3D%3D%3D%3D%3D%3D/scriptmode.tar.gz?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=ASIASDZ4UU6UG2HQ42NX%2F20230309%2Fus-east-2%2Fs3%2Faws4_request&X-Amz-Date=20230309T200840Z&X-Amz-Expires=36>
Pretty obvious that it is a problem with S3 but I'm not entirely sure how to go about debugging and fixing this
d
hi @Jay Phan Have you successfully completed the steps in this guide to make sure your roles have access to S3? https://docs.aws.amazon.com/eks/latest/userguide/associate-service-account-role.html
150 Views