1 Answer
- Newest
- Most votes
- Most comments
1
I do not know what VPS is, but DynamoDB is a Web Service and you can connect to it from anywhere so long as you have a path to the internet or a DynamoDB VPC Endpoint.
- Ensure you can connect to the DynamoDB endpoint:
curl dynamodb.ap-southeast-2.amazonaws.com
- Ensure you have a role attached to the instance you are connecting from, be it Instance Profile or Credentials.
Relevant content
- asked a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 5 months ago
I am running my code from Google cloud instance. I have 2 servers , one in US region and other in sydney in GCP . Same code i sync across 2 servers and i use KEY / SECRET inside script. One in sydney run fine while US one timeout and when i click cancel , look like its stuck at
File "/usr/lib/python3.8/ssl.py", line 1241, in recv_into return self.read(nbytes, buffer) File "/usr/lib/python3.8/ssl.py", line 1099, in read return self._sslobj.read(len, buffer)
lineYou did not curl like I suggested. I would suggest ensuring simple networking troubleshooting is complete before continuing.