Procedure

  1. Go to the instance created using the Amazon Machine Image (AMI).
  2. Connect to the EC2.
  3. Go to /tmp on Linux or C:\tmp on Windows.
  4. Depending on your operating system, run the following commands:
    • On Linux, as the root user:
      sh installVisionOneEndpoint.sh
    • On Windows:
      Invoke-WebRequest -Uri “https://awscli.amazonaws.com/AWSCLIV2.msi” -OutFile “$env:TEMP\AWSCLIV2.msi”
      Start-Process msiexec.exe -Wait -ArgumentList ‘/i’, “$env:TEMP\AWSCLIV2.msi”, ‘/qn’
      .\installVisionOneEndpoint.ps1
The EC2 connects to Trend Vision One and appears under Endpoint SecurityEndpoint Inventory.