Skip to main content

Google Cloud (GCP)

note
  1. An Upwind account with an associated client credentials.
  2. Admin access to the cloud provider's deployment tools, such as Microsoft Azure Run Command, Amazon Web Services (AWS) Systems Manager, or Google Cloud (GCP) OS Patch Management.

OS Patch Management

To install the Upwind Sensor using Google Cloud (GCP) OS Patch Management, follow these steps:

  1. Create a new patch job by navigating to Compute Engine > OS patch management > Patch jobs in the Google Cloud (GCP) Console.

  2. In the Patch job details section, select the instance you want to install the Upwind Sensor on.

  3. In the Patch configurations section, click Edit and add the following custom configuration:

curl -fSsl https://get.upwind.io/agent.sh | \
UPWIND_CLIENT_ID="<redacted>" \
UPWIND_CLIENT_SECRET="<redacted>" \
bash -s
  1. Click Save to save the patch job and install the Upwind Sensor.

Troubleshooting

Read the Troubleshooting guide for more information on how to troubleshoot the Upwind Sensor installation.