Arduino Client not able to Insert Data to a Cloud Server Instance

From your code, I see you are trying to make an http request (GET).
Maybe the port number is not (the default) 80, so it needs to be specified.
The first step in debugging your code is to get a connection to the web server through your browser.
Is that your IP address? Are you running a web server on it?