Google Cloud
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 jobs
in the Google Cloud Console. -
In the
Patch job details
section, select the instance you want to install the Upwind Sensor on. -
In the
Patch configurations
section, clickEdit
and add the following custom configuration:
curl -fSsl https://get.upwind.io/agent.sh | \
UPWIND_CLIENT_ID="<redacted>" \
UPWIND_CLIENT_SECRET="<redacted>" \
bash -s
- 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.