Welcome to Amazon Kinesis Agent for Microsoft Windows download!

User Guide

The 1.0 user guide can be downloaded here. For new features in 1.1, please see 1.1 release notes

Download using MSI (Recommended)

For end-user installation, just download the latest msi installer. Double click to run the installer and follow the installer UI.

For silent installation by Administrators, download the latest msi installer and execute the following command:

            msiexec /i pathTo.msi /q
        

To enable logging, run:

            msiexec /i pathTo.msi /q /L*V
        

Download using PowerShell

To install using PowerShell, download InstallKinesisAgentBeta.ps1 first. Then open an elevated Command Prompt and change to the download directory.

To install the latest version, run:

            PowerShell.exe -File ".\InstallKinesisAgentBeta.ps1"
        

To install a specific version, e.g., 1.0.0.115, run:

            PowerShell.exe -File ".\InstallKinesisAgentBeta.ps1" -version "1.0.0.115"
        

Install the latest version with PowerShell

In an elevated PowerShell session, run the following:

            Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://s3-us-west-2.amazonaws.com/kinesis-agent-windows/beta/InstallKinesisAgentBeta.ps1'))
        

Download manually

Download one of the versions below, expand using an unzip utility, and run chocolateyInstall.ps1 in the tools directory using 64-bit PowerShell as Administrator.

Note: During the development of Kinesis Agent for Windows, the internal name was "AWSKinesisTap". To maintain backward compatibility, we have maintained this terminology within the agent's configuration.