AWS re:Post을(를) 사용하면 다음에 동의하게 됩니다. AWS re:Post 이용 약관

AWS Glue Connector will not connect to mongoDB Atlas

0

I get the error "InvalidInputException: Unable to resolve any valid connection" when I test my AWS Glue connection to my mongDB Atlas database.

I can connect with an identical string, user and password from a different client. Strangely, I can also run a glue job that connects with the same connection details in a python script.

질문됨 8달 전337회 조회
1개 답변
1

Hi Laurence

follow the below solution step by step to resolve your issue.

  • Check Connection Details: Ensure that the connection details in your AWS Glue connection configuration are accurate and match the connection string used successfully from a different client. Pay close attention to any typos, extra spaces, or incorrect characters in the connection string, username, password, or other parameters.
  • Network Configuration: Verify that the network configuration of your AWS Glue environment allows outbound connections to MongoDB Atlas. This includes checking security groups, network ACLs (Access Control Lists), and any other networking settings that might be blocking or restricting outbound connections.
  • Security Settings in MongoDB Atlas: Double-check the security settings in MongoDB Atlas to ensure that the IP address or range associated with your AWS Glue environment is whitelisted and allowed to connect to the MongoDB cluster. Also, confirm that the user credentials used in the connection configuration have the necessary permissions to access the database.
  • Test Connection from AWS Glue Console: Try testing the connection directly from the AWS Glue console to see if you encounter the same error. This can help isolate whether the issue is specific to the Glue job or if it's related to the connection configuration itself.
  • Review Glue Job Configuration: If you're able to run a Glue job successfully using the same connection details in a Python script, review the configuration of the Glue job to ensure that it's consistent with the connection configuration used in the test.
전문가
답변함 8달 전
profile picture
전문가
검토됨 6달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인