Google Cloud Platform (GCP)
note
- An Upwind account with an associated client credentials.
- Admin access to the cloud provider's deployment tools, such as Microsoft Azure Run Command, Amazon Web Services (AWS) Systems Manager, or Google Cloud OS Patch Management.
OS Patch Management
To install the Upwind Sensor using Google Cloud OS Patch Management, follow these steps:
-
Create a new patch job by navigating to
Compute Engine>OS patch management>Patch jobsin the Google Cloud Console. -
In the
Patch job detailssection, select the instance you want to install the Upwind Sensor on. -
In the
Patch configurationssection, clickEditand add the following custom configuration:
curl -fSsl https://get.upwind.io/sensor.sh | \
UPWIND_CLIENT_ID="<redacted>" \
UPWIND_CLIENT_SECRET="<redacted>" \
bash -s
- Click
Saveto 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.