Abdul Rehman
Abdul Rehman

Reputation: 5664

Create startup-script for Google GCE to create a proxy server

I want a to create proxy server while creating a new instance of Google Compute Engine that will allow information to be passed from a bot that checks out automatically on shopping websites.

I know it can be done by creating a startup-script, but I don't know how can I write a startup-script to create a proxy server on Google cloud?

Help me, please!

Thanks in Advance!

Upvotes: 0

Views: 2848

Answers (2)

Zdenek Slavik
Zdenek Slavik

Reputation: 140

I have created free tool which is doing exactly this, basically will setup Google Cloud Proxy server for you.

https://createproxy.com

So you can create as many Google Cloud Proxy Servers as is your Google limit for creating instancies. If you reach this limit you can always contact Google support team to increase your instance limit, or you can create another proxy servers with different account or by different provider such as Amazon AWS, DigitalOcean, Vultr, Linode...

Also you can create/delete proxy servers by calling API https://createproxy.com/api/

Upvotes: 0

Mahmoud Sharif
Mahmoud Sharif

Reputation: 1103

You may follow the instructions in the GCP public documentation. It shows how to configure an instance as a network proxy, and use that instance as a proxy server. The tutorial in the article is well explained.

Upvotes: 1

Related Questions