1 Answer
- Newest
- Most votes
- Most comments
1
The request to "getSignedUrl" seems to hang and not return at all. To troubleshoot further, you can try to:
- Check if the log timestamp in "application log", "S3 Server access log" and "Cloudtrail data events" matches. This can help to find out till what point does the request passes through and where it's getting stuck.
- Check if there are any network-related issues (firewall or network configuration) between your application and AWS S3.
- Check if there's any memory leak or resource exhaustion in the pod where your application is deployed. (This could be possible since the application is working fine when the service is restarted.)
- Try implementing a "Retry or Timeout" mechanism in the code to see if that resolves the issue.
answered a year ago
Relevant content
- Accepted Answerasked 3 years ago
- Accepted Answerasked 10 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a month ago
Thank you for the answer. The only think I didn't try yet is the second point even though I don't understand how it's possible to have regularly this problem.
It's unusual to experience such issues regularly if everything seems correctly configured. Please give more context about your existing deployment environment or any other relevant information, to help reproduce the issue.