Wingetlywingetly
← All apps

Amazon Redshift ODBC Driver

by Amazon Web Services, Inc.v1.5.20.1024

Last updated

Amazon Redshift ODBC drivers enable connecting SQL client tools to Redshift clusters. Configure ODBC driver versions, installation guides, URL retrieval, options provided.

Install with winget

$ winget install --id Amazon.Redshift.ODBC.v1 --exact --version 1.5.20.1024

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for Amazon Redshift ODBC Driver

Amazon Redshift ODBC Driver uses MSI (WiX). The silent install switches are /quiet /norestart.

One-line silent install (x64)
msiexec.exe /i AmazonRedshiftODBC64-1.5.20.1024.msi /quiet /norestart

See the full silent install reference for Amazon Redshift ODBC Driver

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

Installers · v1.5.20.1024

ArchitectureTypeScopeInstallDownload
x86MSI
WiX
-Direct
x64MSI
WiX
-Direct

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

1 known CVE via NVD

  • high8.0Patched in wingetCVE-2024-12746affects v2.1.5.0Dec 24, 2024

    A SQL injection in the Amazon Redshift ODBC Driver v2.1.5.0 (Windows or Linux) allows a user to gain escalated privileges via the SQLTables or SQLColumns Metadata APIs. Users are recommended to upgrade to the driver version 2.1.6.0 or revert to driver version 2.1.4.0.

Source: NVD, updated 3h ago. Patch status is best-effort: NVD's fix version is compared against the latest version in winget, but the two version formats don't always align. Confirm with the vendor advisory before treating any specific build as safe.

Related apps

  • Amazon Redshift ODBC Driver 64-bitAmazon Web Services, Inc.
    Amazon.Redshift.ODBC.v2v2.1.9.0

    Amazon Redshift ODBC drivers enable connecting SQL client tools to Redshift clusters. Configure ODBC driver versions, installation guides, URL retrieval, options provided.

  • Amazon DCV Virtual DisplayAmazon Web Services, Inc.
    NICESoftware.AmazonDCVVirtualDisplayv1.4.88.0

    Deliver high-performance remote desktop and application streaming

More from Amazon Web Services, Inc..

Frequently asked questions

How do I install Amazon Redshift ODBC Driver on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Amazon.Redshift.ODBC.v1 --exact --version 1.5.20.1024. winget downloads the installer from Amazon Web Services, Inc. and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Amazon Redshift ODBC Driver silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id Amazon.Redshift.ODBC.v1 --exact 1.5.20.1024 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for Amazon Redshift ODBC Driver?
Amazon Redshift ODBC Driver uses MSI (WiX). Run the downloaded installer with: msiexec.exe /i AmazonRedshiftODBC64-1.5.20.1024.msi /quiet /norestart. The silent switches are /quiet /norestart.
How do I uninstall Amazon Redshift ODBC Driver via winget?
Run: winget uninstall --id Amazon.Redshift.ODBC.v1 --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Amazon Redshift ODBC Driver's Apps & Features entry.
Is Amazon Redshift ODBC Driver free?
Amazon Redshift ODBC Driver is distributed under Proprietary. Refer to the publisher for the full license terms - Wingetly itself does not charge for installation.
Does Amazon Redshift ODBC Driver work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls Amazon Redshift ODBC Driver directly from the publisher.
How do I keep Amazon Redshift ODBC Driver up to date?
Run winget upgrade --id Amazon.Redshift.ODBC.v1 --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Amazon Redshift ODBC Driver from microsoft/winget-pkgs.