Amazon Web Services (AWS)
Prerequisites
- An Upwind account with an associated client credentials.
- Admin access to Amazon Web Services (AWS) Systems Manager
Systems Manager
To install the Upwind Sensor on an EC2 instance using AWS Systems Manager, follow these steps:
-
Navigate to the AWS Systems Manager console and select
Session Manager
from the left-hand menu. -
Click the
Start session
button and select the EC2 instance where you want to install the Upwind Sensor. -
In the terminal window that opens, run the following command:
curl -fSsl https://get.upwind.io/agent.sh | \
UPWIND_CLIENT_ID="<redacted>" \
UPWIND_CLIENT_SECRET="<redacted>" \
bash -s
- Wait for the installation to complete.
- Once the installation is complete, you can verify that the Upwind Sensor is running by checking the sensor logs.
Troubleshooting
Read the Troubleshooting guide for more information on how to troubleshoot the Upwind Sensor installation.