- Newest
- Most votes
- Most comments
Hello, Thank you very much for your question. Based on the error you're encountering and the information provided, it seems that the issue is related to network connectivity or firewall rules preventing access to the AWS Security Token Service (STS) endpoint. Below are some steps and further information to troubleshoot and resolve the issue:
-
Check Network Connectivity: Ensure that your network has a stable internet connection and can reach the AWS STS endpoint (https://sts.amazonaws.com/). You can try pinging the endpoint from your local machine or EC2 instance to verify connectivity.
-
Check Firewall Rules: If you're running your script from an EC2 instance or behind a corporate firewall, ensure that the necessary outbound rules are configured to allow traffic to the AWS STS endpoint.
-
Check AWS Service Limits: Verify that you haven't reached any AWS service limits, such as the maximum number of concurrent requests to STS or the maximum session duration for assumed roles.
-
Check IAM Role and Policy Configuration: Double-check the IAM role and policy configurations in both accounts to ensure that the necessary permissions are granted correctly.
-
Check AWS Glue Job Timeout Settings: If you're running the AWS Glue job with a timeout setting, increase the timeout value to allow more time for the job to complete.
-
Check AWS Glue Job Logs: Review the AWS Glue job logs for any additional error messages or clues that could help identify the root cause of the issue.
If the issue persists after trying these steps, you may need to reach out to AWS Support for further assistance. Furthermore, make sure to double-check the IAM role configurations, bucket policies, and network connectivity to ensure that the necessary permissions and access are granted correctly. Further links: https://docs.aws.amazon.com/vpc/latest/privatelink/concepts.html https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-jobs-job.html https://repost.aws/knowledge-center/connect-timeout-endpoint-url-sagemaker
Relevant content
- asked 8 months ago
- asked 5 months ago
- asked 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago