AWS Windows

        $url = "https://download.mozilla.org/?product=firefox-latest-ssl&os=win64&lang=en-US"
        $output = "$PSScriptRoot\firefox.exe"
        $start_time = Get-Date

        Import-Module BitsTransfer
        Start-BitsTransfer -Source $url -Destination $output
    

Bluengo Worker Queue Suite

        wget https://github.com/tonivega/simple-worker/releases/download/v1.0.0/bluengo-worker