Wingetlywingetly
← All apps

Amazon Athena ODBC Driver

by Amazon.com Services LLCv2.3.0.0

Last updated

Athena ODBC 2.x driver

Install with winget

$ winget install --id Amazon.AthenaODBCDriver.2 --exact --version 2.3.0.0

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

Silent install command for Amazon Athena ODBC Driver

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

One-line silent install (x64, machine scope)
msiexec.exe /i AmazonAthenaODBC-2.3.0.0-windows-amd64.msi /quiet /norestart

See the full silent install reference for Amazon Athena 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.

About

Use an ODBC connection to connect to Athena from third-party SQL client tools and applications.

Installers · v2.3.0.0

ArchitectureTypeScopeInstallDownload
x64MSI
WiX
machineDirect

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

Security

6 known CVEs via NVD

  • high7.8Patched in wingetCVE-2026-5485affects before 2.0.5.1Apr 3, 2026

    OS command injection in the browser-based authentication component in Amazon Athena ODBC driver before 2.0.5.1 on Linux might allow a threat actor to execute arbitrary code by using specially crafted connection parameters that are loaded by the driver during a local user-initiat...

  • high7.5Patched in wingetCVE-2026-35562affects before 2.1.0.0Apr 3, 2026

    Allocation of resources without limits in the parsing components in Amazon Athena ODBC driver before 2.1.0.0 might allow a threat actor to cause a denial of service by delivering crafted input that triggers excessive resource consumption during the driver's parsing operations....

  • high7.4Patched in wingetCVE-2026-35561affects before 2.1.0.0Apr 3, 2026

    Insufficient authentication security controls in the browser-based authentication components in Amazon Athena ODBC driver before 2.1.0.0 might allow a threat actor to intercept or hijack authentication sessions due to insufficient protections in the browser-based authentication...

  • high7.4Patched in wingetCVE-2026-35560affects before 2.1.0.0Apr 3, 2026

    Improper certificate validation in the identity provider connection components in Amazon Athena ODBC driver before 2.1.0.0 might allow a man-in-the-middle threat actor to intercept authentication credentials due to insufficient default transport security when connecting to ident...

  • medium6.5Patched in wingetCVE-2026-35559affects before 2.1.0.0Apr 3, 2026

    Out-of-bounds write in the query processing components in Amazon Athena ODBC driver before 2.1.0.0 might allow a threat actor to crash the driver by using specially crafted data that is processed by the driver during query operations. To remediate this issue, users should upgra...

  • high7.8Patched in wingetCVE-2026-35558affects before 2.1.0.0Apr 3, 2026

    Improper neutralization of special elements in the authentication components in Amazon Athena ODBC driver before 2.1.0.0 might allow a threat actor to execute arbitrary code or redirect authentication flows by using specially crafted connection parameters that are processed by t...

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.

See a CVE that affects your fleet? Push the patched version to Intune in one click with Pckgr - automated patching is the only way to keep up.

Related apps

  • Amazon ChimeAmazon.com Services LLC
    Amazon.Chimev5.23.32138

    A communications service that lets you meet, chat, and place business calls inside and outside your organization, all using a single application.

  • Amazon MusicAmazon.com Services LLC
    Amazon.Musicv9.4.0.2386

    Amazon.Music

  • Microsoft ODBC Driver 18 for SQL ServerMicrosoft Corporation
    Microsoft.msodbcsql.18v18.6.2.1

    The stand-alone ODBC drivers providing an application programming interface (API) that implements the standard ODBC interfaces to Microsoft SQL Server.

  • AWS Command Line InterfaceAmazon Web Services
    Amazon.AWSCLIv2.36.46

    Universal Command Line Interface for Amazon Web Services

  • Session Manager PluginAmazon Web Services
    Amazon.SessionManagerPluginv1.2.835.0

    This plugin helps you to use the AWS Command Line Interface (AWS CLI) to start and end sessions to your managed instances.

  • Microsoft ODBC Driver 11 for SQL ServerMicrosoft Corporation
    Microsoft.msodbcsql.11v12.2.5543.11

    The stand-alone ODBC drivers providing an application programming interface (API) that implements the standard ODBC interfaces to Microsoft SQL Server.

More from Amazon.com Services LLC or browse athena, aws, odbc.

Frequently asked questions

How do I install Amazon Athena ODBC Driver on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Amazon.AthenaODBCDriver.2 --exact --version 2.3.0.0. winget downloads the installer from Amazon.com Services LLC and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Amazon Athena ODBC Driver silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id Amazon.AthenaODBCDriver.2 --exact 2.3.0.0 --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 Athena ODBC Driver?
Amazon Athena ODBC Driver uses MSI (WiX). Run the downloaded installer with: msiexec.exe /i AmazonAthenaODBC-2.3.0.0-windows-amd64.msi /quiet /norestart. The silent switches are /quiet /norestart.
How do I uninstall Amazon Athena ODBC Driver via winget?
Run: winget uninstall --id Amazon.AthenaODBCDriver.2 --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Amazon Athena ODBC Driver's Apps & Features entry.
Is Amazon Athena ODBC Driver free?
Amazon Athena ODBC Driver is distributed under Proprietary. Refer to the publisher (https://docs.aws.amazon.com/athena/latest/ug/odbc-v2-driver.html) for the full license terms - Wingetly itself does not charge for installation.
Does Amazon Athena 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 Athena ODBC Driver directly from the publisher.
How do I keep Amazon Athena ODBC Driver up to date?
Run winget upgrade --id Amazon.AthenaODBCDriver.2 --exact, or winget upgrade --all to update everything winget tracks. We index 9 versions of Amazon Athena ODBC Driver from microsoft/winget-pkgs.

Recent versions

  • 2.3.0.0latest
  • 2.2.0.1
  • 2.2.0.0
  • 2.1.0.0
  • 2.0.6.0
  • 2.0.5.1
  • 2.0.5.0
  • 2.0.4.0
  • 2.0.3.0