Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

4,660,978

Downloads of v 2.15.50:

2,982

Last Update:

15 May 2024

Package Maintainer(s):

Software Author(s):

  • Amazon Web Services

Tags:

awscli aws cli foss cloud amazon web services s3 admin

AWS Command Line Interface v2 (Install)

This is not the latest version of AWS Command Line Interface v2 (Install) available.

  • 1
  • 2
  • 3

2.15.50 | Updated: 15 May 2024

Downloads:

4,660,978

Downloads of v 2.15.50:

2,982

Maintainer(s):

Software Author(s):

  • Amazon Web Services

AWS Command Line Interface v2 (Install) 2.15.50

This is not the latest version of AWS Command Line Interface v2 (Install) available.

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Amazon Web Services. The inclusion of Amazon Web Services trademark(s), if any, upon this webpage is solely to identify Amazon Web Services goods or services and not for commercial purposes.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install AWS Command Line Interface v2 (Install), run the following command from the command line or from PowerShell:

>

To upgrade AWS Command Line Interface v2 (Install), run the following command from the command line or from PowerShell:

>

To uninstall AWS Command Line Interface v2 (Install), run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade awscli -y --source="'INTERNAL REPO URL'" --version="'2.15.50'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade awscli -y --source="'INTERNAL REPO URL'" --version="'2.15.50'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install awscli
  win_chocolatey:
    name: awscli
    version: '2.15.50'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'awscli' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '2.15.50'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller awscli
{
    Name     = "awscli"
    Version  = "2.15.50"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'awscli':
  ensure   => '2.15.50',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

NOTE

Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...

WARNING

There are versions of this package awaiting moderation . See the Version History section below.

Package Approved

This package was approved as a trusted package on 15 May 2024.

Description

AWS Command Line Interface

The AWS Command Line Interface (CLI) is a unified tool to manage your AWS services. With just one tool to download and configure, you can control multiple AWS services from the command line and automate them through scripts.

The AWS CLI v2 offers several new features including improved installers, new configuration options such as AWS Single Sign-On (SSO), and various interactive features.

Maintainer's Note

I produce and maintain Chocolatey packages in my spare time, for free. If you use my packages, and appreciate the time and effort I put into making and maintaining them, please consider making a small donation. Thank-you!


tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop';

$toolsDir   = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url64      = 'https://awscli.amazonaws.com/AWSCLIV2-2.15.50.msi'
$checksum64 = '96bd509c4a233ddf5fb0b6a318227b0cb9c7c5e3159ebf172289f7f9f445e6ac'

$packageArgs = @{
  packageName   = $env:ChocolateyPackageName
  unzipLocation = $toolsDir
  fileType      = 'MSI'
  url64bit      = $url64
  softwareName  = 'AWS Command Line Interface v2*'
  checksum64    = $checksum64
  checksumType64= 'sha256'
  silentArgs    = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
  validExitCodes= @(0, 3010, 1641)
}

Install-ChocolateyPackage @packageArgs

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
AWS Command Line Interface v2 (Install) 2.17.41 4 Friday, August 30, 2024
Waiting for Maintainer
AWS Command Line Interface v2 (Install) 2.17.40 3906 Thursday, August 29, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.39 3496 Wednesday, August 28, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.38 3515 Tuesday, August 27, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.37 7327 Saturday, August 24, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.36 2880 Friday, August 23, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.35 3103 Thursday, August 22, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.34 3758 Wednesday, August 21, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.33 3363 Tuesday, August 20, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.32 6750 Saturday, August 17, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.31 2425 Friday, August 16, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.30 2759 Thursday, August 15, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.29 4347 Wednesday, August 14, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.28 3073 Tuesday, August 13, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.27 5294 Saturday, August 10, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.26 3047 Friday, August 9, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.25 3093 Thursday, August 8, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.24 2538 Wednesday, August 7, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.23 3968 Tuesday, August 6, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.22 5982 Saturday, August 3, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.21 2787 Friday, August 2, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.20 5409 Wednesday, July 31, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.19 2373 Tuesday, July 30, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.18 7104 Friday, July 26, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.16 5373 Wednesday, July 24, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.15 3239 Tuesday, July 23, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.14 8435 Friday, July 19, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.13 12186 Saturday, July 13, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.12 4037 Thursday, July 11, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.11 3634 Wednesday, July 10, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.10 3804 Tuesday, July 9, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.9 7862 Saturday, July 6, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.8 4685 Thursday, July 4, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.7 4119 Wednesday, July 3, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.6 3377 Tuesday, July 2, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.5 7447 Saturday, June 29, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.4 1869 Friday, June 28, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.3 55 Thursday, June 27, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.2 6221 Wednesday, June 26, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.1 4502 Tuesday, June 25, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.0 9338 Friday, June 21, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.12 4078 Thursday, June 20, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.11 2677 Wednesday, June 19, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.10 4728 Tuesday, June 18, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.9 8005 Friday, June 14, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.8 1899 Friday, June 14, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.7 4361 Thursday, June 13, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.6 3877 Wednesday, June 12, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.5 4457 Tuesday, June 11, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.4 7348 Saturday, June 8, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.3 1665 Friday, June 7, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.2 4795 Thursday, June 6, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.1 3503 Wednesday, June 5, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.0 3181 Tuesday, June 4, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.62 5997 Saturday, June 1, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.61 3005 Friday, May 31, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.60 5191 Thursday, May 30, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.59 3882 Wednesday, May 29, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.58 10873 Saturday, May 25, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.57 3448 Friday, May 24, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.56 3102 Thursday, May 23, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.55 4383 Wednesday, May 22, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.54 2749 Tuesday, May 21, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.53 6175 Saturday, May 18, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.52 2509 Friday, May 17, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.51 3559 Thursday, May 16, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.50 2982 Wednesday, May 15, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.49 3002 Tuesday, May 14, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.48 7391 Saturday, May 11, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.47 3721 Thursday, May 9, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.46 1002 Thursday, May 9, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.45 6644 Tuesday, May 7, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.44 11488 Saturday, May 4, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.43 4563 Thursday, May 2, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.42 10570 Saturday, April 27, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.41 5056 Thursday, April 25, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.40 10076 Saturday, April 20, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.39 4438 Thursday, April 18, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.38 10717 Saturday, April 13, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.37 4278 Thursday, April 11, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.36 10041 Saturday, April 6, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.35 4477 Thursday, April 4, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.34 12097 Saturday, March 30, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.33 5023 Thursday, March 28, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.32 11282 Saturday, March 23, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.31 6464 Thursday, March 21, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.30 12757 Saturday, March 16, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.28 10861 Tuesday, March 12, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.27 7002 Saturday, March 9, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.26 6654 Thursday, March 7, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.25 21938 Saturday, March 2, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.24 8415 Thursday, February 29, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.23 15536 Saturday, February 24, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.22 8321 Thursday, February 22, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.21 12827 Saturday, February 17, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.20 7094 Thursday, February 15, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.19 16596 Saturday, February 10, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.17 20659 Saturday, February 3, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.16 6662 Thursday, February 1, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.15 14891 Saturday, January 27, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.14 7069 Thursday, January 25, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.13 8578 Tuesday, January 23, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.12 8896 Saturday, January 20, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.11 8016 Thursday, January 18, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.10 13549 Saturday, January 13, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.9 7074 Thursday, January 11, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.8 12332 Saturday, January 6, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.7 6322 Thursday, January 4, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.6 10111 Saturday, December 30, 2023 Approved
AWS Command Line Interface v2 (Install) 2.15.5 4994 Thursday, December 28, 2023 Approved
AWS Command Line Interface v2 (Install) 2.15.4 8656 Saturday, December 23, 2023 Approved
AWS Command Line Interface v2 (Install) 2.15.3 6453 Thursday, December 21, 2023 Approved
AWS Command Line Interface v2 (Install) 2.15.2 11606 Saturday, December 16, 2023 Approved
AWS Command Line Interface v2 (Install) 2.15.1 5110 Thursday, December 14, 2023 Approved
AWS Command Line Interface v2 (Install) 2.15.0 15548 Saturday, December 9, 2023 Approved
AWS Command Line Interface v2 (Install) 2.14.6 8585 Thursday, December 7, 2023 Approved
AWS Command Line Interface v2 (Install) 2.14.5 15037 Friday, December 1, 2023 Approved
AWS Command Line Interface v2 (Install) 2.14.2 6364 Wednesday, November 29, 2023 Approved
AWS Command Line Interface v2 (Install) 2.14.0 7063 Tuesday, November 28, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.38 14224 Wednesday, November 22, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.37 14491 Saturday, November 18, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.36 5222 Thursday, November 16, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.35 8346 Tuesday, November 14, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.34 9049 Saturday, November 11, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.32 15364 Saturday, November 4, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.31 6333 Thursday, November 2, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.30 13020 Saturday, October 28, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.29 6238 Thursday, October 26, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.28 13399 Saturday, October 21, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.27 7933 Thursday, October 19, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.26 13420 Saturday, October 14, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.25 15799 Saturday, October 7, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.24 6387 Thursday, October 5, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.23 7939 Tuesday, October 3, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.21 127 Saturday, September 23, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.20 24633 Thursday, September 21, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.19 12555 Saturday, September 16, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.18 7067 Thursday, September 14, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.16 17721 Thursday, September 7, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.15 12114 Saturday, September 2, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.14 8474 Thursday, August 31, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.13 13318 Saturday, August 26, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.12 7010 Thursday, August 24, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.11 1635 Saturday, August 19, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.9 27451 Saturday, August 12, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.8 7242 Thursday, August 10, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.7 12951 Saturday, August 5, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.6 7574 Thursday, August 3, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.5 72 Saturday, July 29, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.4 15797 Thursday, July 27, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.3 14441 Saturday, July 22, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.2 14358 Thursday, July 20, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.1 23101 Friday, July 14, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.0 27609 Saturday, July 8, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.7 11009 Thursday, July 6, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.6 17564 Saturday, July 1, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.5 7337 Friday, June 30, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.4 8107 Thursday, June 29, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.3 17478 Saturday, June 24, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.2 10874 Thursday, June 22, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.1 18149 Saturday, June 17, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.0 11892 Thursday, June 15, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.27 13111 Saturday, June 10, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.26 6970 Thursday, June 8, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.25 12516 Saturday, June 3, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.24 7216 Thursday, June 1, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.23 12685 Saturday, May 27, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.22 7813 Thursday, May 25, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.21 13211 Saturday, May 20, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.20 25185 Saturday, May 13, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.19 9778 Thursday, May 11, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.17 17156 Thursday, May 4, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.16 16300 Saturday, April 29, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.13 24488 Saturday, April 15, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.11 21913 Monday, April 10, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.10 9164 Thursday, April 6, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.9 8725 Tuesday, April 4, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.8 9242 Saturday, April 1, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.6 17656 Saturday, March 25, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.5 6834 Thursday, March 23, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.4 17284 Saturday, March 18, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.2 17665 Saturday, March 11, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.1 7541 Thursday, March 9, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.0 14288 Friday, March 3, 2023 Approved
AWS Command Line Interface v2 (Install) 2.10.4 5932 Thursday, March 2, 2023 Approved
AWS Command Line Interface v2 (Install) 2.10.3 11596 Saturday, February 25, 2023 Approved
AWS Command Line Interface v2 (Install) 2.10.2 8198 Thursday, February 23, 2023 Approved
AWS Command Line Interface v2 (Install) 2.10.1 12518 Saturday, February 18, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.23 17716 Saturday, February 11, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.22 7343 Thursday, February 9, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.21 11281 Monday, February 6, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.20 11421 Thursday, February 2, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.19 11409 Monday, January 30, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.18 11730 Thursday, January 26, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.17 13371 Saturday, January 21, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.16 8558 Thursday, January 19, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.15 12804 Saturday, January 14, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.14 7492 Thursday, January 12, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.13 15775 Friday, January 6, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.12 14426 Saturday, December 31, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.11 6990 Thursday, December 29, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.10 11173 Friday, December 23, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.9 7474 Thursday, December 22, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.8 12835 Saturday, December 17, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.7 8491 Thursday, December 15, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.6 13916 Saturday, December 10, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.5 7407 Thursday, December 8, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.4 12284 Saturday, December 3, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.3 6342 Thursday, December 1, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.2 5425 Wednesday, November 30, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.1 13455 Thursday, November 24, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.0 15862 Saturday, November 19, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.13 6772 Thursday, November 17, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.12 9587 Saturday, November 12, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.11 11533 Thursday, November 10, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.9 13205 Saturday, November 5, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.8 7480 Thursday, November 3, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.7 15715 Friday, October 28, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.6 7376 Thursday, October 27, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.5 10769 Saturday, October 22, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.3 17742 Friday, October 14, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.2 15529 Saturday, October 8, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.1 6579 Thursday, October 6, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.0 10776 Saturday, October 1, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.35 13636 Saturday, September 24, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.34 6706 Thursday, September 22, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.33 11582 Saturday, September 17, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.32 6903 Thursday, September 15, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.31 14058 Saturday, September 10, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.30 7640 Thursday, September 8, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.29 13871 Monday, September 5, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.28 19845 Thursday, September 1, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.26 23172 Thursday, August 25, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.25 16546 Saturday, August 20, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.24 11584 Wednesday, August 17, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.22 15271 Friday, August 12, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.21 32565 Thursday, August 4, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.20 16085 Saturday, July 30, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.19 7911 Thursday, July 28, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.18 13999 Saturday, July 23, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.17 8187 Thursday, July 21, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.16 13975 Saturday, July 16, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.15 7252 Thursday, July 14, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.14 13304 Saturday, July 9, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.13 6218 Thursday, July 7, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.11 27739 Saturday, June 25, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.9 18273 Saturday, June 18, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.8 4852 Friday, June 17, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.7 21280 Thursday, June 9, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.6 11559 Saturday, June 4, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.5 6936 Thursday, June 2, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.4 11535 Friday, May 27, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.3 6106 Thursday, May 26, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.2 12280 Saturday, May 21, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.1 7897 Wednesday, May 18, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.0 11198 Saturday, May 14, 2022 Approved
AWS Command Line Interface v2 (Install) 2.6.4 6805 Wednesday, May 11, 2022 Approved
AWS Command Line Interface v2 (Install) 2.6.3 8197 Sunday, May 8, 2022 Approved
AWS Command Line Interface v2 (Install) 2.6.2 6858 Thursday, May 5, 2022 Approved
AWS Command Line Interface v2 (Install) 2.6.1 9344 Friday, April 29, 2022 Approved
AWS Command Line Interface v2 (Install) 2.6.0 5247 Thursday, April 28, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.8 10711 Friday, April 22, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.7 3690 Thursday, April 21, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.6 10518 Saturday, April 16, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.4 11226 Saturday, April 9, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.3 5799 Thursday, April 7, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.2 8564 Saturday, April 2, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.1 5822 Thursday, March 31, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.0 6685 Monday, March 28, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.29 8165 Saturday, March 26, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.28 5476 Thursday, March 24, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.27 10399 Friday, March 18, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.25 12159 Friday, March 11, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.24 5923 Wednesday, March 9, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.23 8728 Friday, March 4, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.22 6015 Wednesday, March 2, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.21 22673 Friday, February 25, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.20 6039 Wednesday, February 23, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.19 8071 Friday, February 18, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.18 10508 Friday, February 11, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.17 6736 Wednesday, February 9, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.16 8274 Friday, February 4, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.15 10521 Friday, January 28, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.13 10788 Friday, January 21, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.12 14747 Wednesday, January 19, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.11 6724 Friday, January 14, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.10 4123 Wednesday, January 12, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.9 6786 Friday, January 7, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.7 13164 Wednesday, December 22, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.6 16693 Friday, December 10, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.5 8456 Saturday, December 4, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.4 2602 Friday, December 3, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.3 4947 Tuesday, November 30, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.2 6558 Saturday, November 27, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.1 6036 Wednesday, November 24, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.0 6769 Friday, November 19, 2021 Approved
AWS Command Line Interface v2 (Install) 2.3.7 5163 Wednesday, November 17, 2021 Approved
AWS Command Line Interface v2 (Install) 2.3.6 7343 Friday, November 12, 2021 Approved
AWS Command Line Interface v2 (Install) 2.3.5 5075 Wednesday, November 10, 2021 Approved
AWS Command Line Interface v2 (Install) 2.3.4 6871 Friday, November 5, 2021 Approved
AWS Command Line Interface v2 (Install) 2.3.0 16173 Friday, October 22, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.47 4814 Wednesday, October 20, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.46 6627 Friday, October 15, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.45 5695 Tuesday, October 12, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.43 12430 Friday, October 1, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.42 5044 Wednesday, September 29, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.41 6500 Friday, September 24, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.40 3938 Wednesday, September 22, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.39 6028 Friday, September 17, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.38 4383 Wednesday, September 15, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.37 7434 Friday, September 10, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.36 4109 Wednesday, September 8, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.35 5728 Friday, September 3, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.33 7933 Friday, August 27, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.32 3593 Wednesday, August 25, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.31 6371 Friday, August 20, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.30 4135 Wednesday, August 18, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.29 5747 Friday, August 13, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.28 3812 Wednesday, August 11, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.27 6352 Friday, August 6, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.26 3289 Wednesday, August 4, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.25 7428 Saturday, July 31, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.24 1992 Friday, July 30, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.23 2351 Wednesday, July 28, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.22 6884 Friday, July 23, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.21 4483 Wednesday, July 21, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.20 5144 Friday, July 16, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.19 3319 Thursday, July 15, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.18 7022 Friday, July 9, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.17 3853 Wednesday, July 7, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.16 6989 Friday, July 2, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.15 5942 Wednesday, June 30, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.14 5427 Friday, June 25, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.13 7764 Thursday, June 17, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.12 6054 Wednesday, June 16, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.11 5524 Friday, June 11, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.10 4697 Wednesday, June 9, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.9 5936 Friday, June 4, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.8 3348 Wednesday, June 2, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.7 6417 Friday, May 28, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.6 4341 Wednesday, May 26, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.5 13282 Saturday, May 15, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.4 5537 Wednesday, May 12, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.3 5719 Friday, May 7, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.2 3915 Wednesday, May 5, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.1 4991 Friday, April 30, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.0 3100 Wednesday, April 28, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.39 93 Thursday, April 22, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.38 12329 Friday, April 16, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.37 4040 Wednesday, April 14, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.36 5622 Friday, April 9, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.35 396 Wednesday, April 7, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.34 9222 Friday, April 2, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.33 3498 Wednesday, March 31, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.32 538 Tuesday, March 30, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.29 52961 Tuesday, March 16, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.28 18484 Tuesday, February 23, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.27 33137 Wednesday, February 17, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.26 5896 Friday, February 12, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.25 3058 Wednesday, February 10, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.24 6719 Friday, February 5, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.23 3508 Wednesday, February 3, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.22 9904 Friday, January 29, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.21 7652 Friday, January 22, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.20 4313 Wednesday, January 20, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.19 5592 Friday, January 15, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.18 2752 Wednesday, January 13, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.17 4955 Friday, January 8, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.16 1883 Wednesday, January 6, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.15 5600 Wednesday, December 30, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.14 4044 Wednesday, December 23, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.13 4519 Friday, December 18, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.12 1898 Thursday, December 17, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.11 1675 Wednesday, December 16, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.10 5256 Friday, December 11, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.9 1656 Thursday, December 10, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.8 3077 Wednesday, December 9, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.7 4661 Friday, December 4, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.6 2437 Wednesday, December 2, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.4 6766 Wednesday, November 25, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.3 4573 Friday, November 20, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.2 2149 Wednesday, November 18, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.1 4421 Friday, November 13, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.0 4021 Wednesday, November 11, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.63 4694 Tuesday, November 10, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.62 2838 Friday, November 6, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.61 7102 Friday, October 30, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.60 4039 Wednesday, October 28, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.59 7187 Friday, October 23, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.58 3243 Wednesday, October 21, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.57 3700 Friday, October 16, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.56 9015 Friday, October 9, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.55 5547 Wednesday, October 7, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.54 4955 Friday, October 2, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.53 5880 Wednesday, September 30, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.52 4345 Friday, September 25, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.51 2378 Thursday, September 24, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.50 6543 Friday, September 18, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.49 2940 Wednesday, September 16, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.48 5205 Friday, September 11, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.47 3302 Wednesday, September 9, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.46 3849 Friday, September 4, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.45 2699 Wednesday, September 2, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.44 3198 Friday, August 28, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.43 4785 Wednesday, August 26, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.42 5718 Friday, August 21, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.41 3145 Wednesday, August 19, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.40 3615 Friday, August 14, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.39 3779 Wednesday, August 12, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.38 4218 Friday, August 7, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.37 3071 Wednesday, August 5, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.36 4017 Friday, July 31, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.35 2989 Wednesday, July 29, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.34 4496 Friday, July 24, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.33 3345 Wednesday, July 22, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.31 5552 Thursday, July 16, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.30 7942 Friday, July 10, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.29 2761 Wednesday, July 8, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.28 3950 Friday, July 3, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.27 2808 Wednesday, July 1, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.26 4381 Friday, June 26, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.25 2902 Wednesday, June 24, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.24 4391 Friday, June 19, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.23 2730 Wednesday, June 17, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.22 5518 Friday, June 12, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.21 1221 Thursday, June 11, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.20 1855 Wednesday, June 10, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.19 3618 Friday, June 5, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.18 2126 Wednesday, June 3, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.17 4582 Wednesday, May 27, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.15 3485 Thursday, May 21, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.14 5617 Friday, May 15, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.13 2521 Wednesday, May 13, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.12 4005 Friday, May 8, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.11 3234 Wednesday, May 6, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.10 6396 Tuesday, April 28, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.9 3394 Thursday, April 23, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.8 4737 Friday, April 17, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.7 6207 Tuesday, April 7, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.6 5812 Tuesday, March 31, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.5 5107 Tuesday, March 24, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.4 5370 Wednesday, March 18, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.3 5680 Tuesday, March 10, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.2 4296 Tuesday, March 3, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.1 5742 Wednesday, February 26, 2020 Approved
AWS Command Line Interface (Install) 1.33.37 12 Tuesday, August 6, 2024 Approved
AWS Command Line Interface (Install) 1.32.102 33 Friday, May 10, 2024 Approved
AWS Command Line Interface (Install) 1.32.100 20 Wednesday, May 8, 2024 Approved
AWS Command Line Interface (Install) 1.32.97 16 Friday, May 3, 2024 Approved
AWS Command Line Interface (Install) 1.32.95 25 Wednesday, May 1, 2024 Approved
AWS Command Line Interface (Install) 1.32.94 21 Tuesday, April 30, 2024 Approved
AWS Command Line Interface (Install) 1.32.92 20 Friday, April 26, 2024 Approved
AWS Command Line Interface (Install) 1.32.89 25 Tuesday, April 23, 2024 Approved
AWS Command Line Interface (Install) 1.32.87 19 Friday, April 19, 2024 Approved
AWS Command Line Interface (Install) 1.32.86 18 Wednesday, April 17, 2024 Approved
AWS Command Line Interface (Install) 1.32.85 21 Wednesday, April 17, 2024 Approved
AWS Command Line Interface (Install) 1.32.83 16 Friday, April 12, 2024 Approved
AWS Command Line Interface (Install) 1.32.81 20 Wednesday, April 10, 2024 Approved
AWS Command Line Interface (Install) 1.32.80 20 Tuesday, April 9, 2024 Approved
AWS Command Line Interface (Install) 1.32.76 22 Wednesday, April 3, 2024 Approved
AWS Command Line Interface (Install) 1.32.75 19 Tuesday, April 2, 2024 Approved
AWS Command Line Interface (Install) 1.32.73 21 Friday, March 29, 2024 Approved
AWS Command Line Interface (Install) 1.32.71 24 Wednesday, March 27, 2024 Approved
AWS Command Line Interface (Install) 1.32.70 27 Tuesday, March 26, 2024 Approved
AWS Command Line Interface (Install) 1.32.66 20 Wednesday, March 20, 2024 Approved
AWS Command Line Interface (Install) 1.32.65 32 Tuesday, March 19, 2024 Approved
AWS Command Line Interface (Install) 1.32.61 29 Wednesday, March 13, 2024 Approved
AWS Command Line Interface (Install) 1.32.58 20 Friday, March 8, 2024 Approved
AWS Command Line Interface (Install) 1.32.56 22 Wednesday, March 6, 2024 Approved
AWS Command Line Interface (Install) 1.32.53 19 Friday, March 1, 2024 Approved
AWS Command Line Interface (Install) 1.32.51 20 Wednesday, February 28, 2024 Approved
AWS Command Line Interface (Install) 1.32.50 20 Tuesday, February 27, 2024 Approved
AWS Command Line Interface (Install) 1.32.48 22 Friday, February 23, 2024 Approved
AWS Command Line Interface (Install) 1.32.45 27 Tuesday, February 20, 2024 Approved
AWS Command Line Interface (Install) 1.32.43 22 Friday, February 16, 2024 Approved
AWS Command Line Interface (Install) 1.32.40 23 Tuesday, February 13, 2024 Approved
AWS Command Line Interface (Install) 1.32.38 26 Friday, February 9, 2024 Approved
AWS Command Line Interface (Install) 1.32.36 32 Wednesday, February 7, 2024 Approved
AWS Command Line Interface (Install) 1.32.35 23 Tuesday, February 6, 2024 Approved
AWS Command Line Interface (Install) 1.32.33 22 Friday, February 2, 2024 Approved
AWS Command Line Interface (Install) 1.32.31 24 Wednesday, January 31, 2024 Approved
AWS Command Line Interface (Install) 1.32.30 28 Tuesday, January 30, 2024 Approved
AWS Command Line Interface (Install) 1.32.28 27 Friday, January 26, 2024 Approved
AWS Command Line Interface (Install) 1.32.22 28 Friday, January 19, 2024 Approved
AWS Command Line Interface (Install) 1.32.20 25 Wednesday, January 17, 2024 Approved
AWS Command Line Interface (Install) 1.32.19 26 Monday, January 15, 2024 Approved
AWS Command Line Interface (Install) 1.32.17 22 Friday, January 12, 2024 Approved
AWS Command Line Interface (Install) 1.32.15 25 Tuesday, January 9, 2024 Approved
AWS Command Line Interface (Install) 1.32.13 30 Friday, January 5, 2024 Approved
AWS Command Line Interface (Install) 1.32.6 26 Friday, December 22, 2023 Approved
AWS Command Line Interface (Install) 1.32.4 27 Wednesday, December 20, 2023 Approved
AWS Command Line Interface (Install) 1.32.3 27 Tuesday, December 19, 2023 Approved
AWS Command Line Interface (Install) 1.32.1 26 Friday, December 15, 2023 Approved
AWS Command Line Interface (Install) 1.31.13 28 Wednesday, December 13, 2023 Approved
AWS Command Line Interface (Install) 1.31.12 27 Monday, December 11, 2023 Approved
AWS Command Line Interface (Install) 1.31.10 28 Friday, December 8, 2023 Approved
AWS Command Line Interface (Install) 1.31.7 22 Tuesday, December 5, 2023 Approved
AWS Command Line Interface (Install) 1.31.6 29 Saturday, December 2, 2023 Approved
AWS Command Line Interface (Install) 1.30.4 31 Tuesday, November 21, 2023 Approved
AWS Command Line Interface (Install) 1.30.2 31 Friday, November 17, 2023 Approved
AWS Command Line Interface (Install) 1.30.0 37 Wednesday, November 15, 2023 Approved
AWS Command Line Interface (Install) 1.29.83 27 Friday, November 10, 2023 Approved
AWS Command Line Interface (Install) 1.29.82 37 Thursday, November 9, 2023 Approved
AWS Command Line Interface (Install) 1.29.80 28 Wednesday, November 8, 2023 Approved
AWS Command Line Interface (Install) 1.29.79 35 Tuesday, November 7, 2023 Approved
AWS Command Line Interface (Install) 1.29.77 40 Thursday, November 2, 2023 Approved
AWS Command Line Interface (Install) 1.29.75 29 Wednesday, November 1, 2023 Approved
AWS Command Line Interface (Install) 1.29.72 28 Friday, October 27, 2023 Approved
AWS Command Line Interface (Install) 1.29.70 33 Wednesday, October 25, 2023 Approved
AWS Command Line Interface (Install) 1.29.69 31 Tuesday, October 24, 2023 Approved
AWS Command Line Interface (Install) 1.29.67 37 Friday, October 20, 2023 Approved
AWS Command Line Interface (Install) 1.29.65 30 Wednesday, October 18, 2023 Approved
AWS Command Line Interface (Install) 1.29.64 34 Tuesday, October 17, 2023 Approved
AWS Command Line Interface (Install) 1.29.63 37 Friday, October 13, 2023 Approved
AWS Command Line Interface (Install) 1.29.61 26 Friday, October 6, 2023 Approved
AWS Command Line Interface (Install) 1.29.59 37 Wednesday, October 4, 2023 Approved
AWS Command Line Interface (Install) 1.29.57 29 Saturday, September 30, 2023 Approved
AWS Command Line Interface (Install) 1.29.55 29 Wednesday, September 27, 2023 Approved
AWS Command Line Interface (Install) 1.29.54 30 Tuesday, September 26, 2023 Approved
AWS Command Line Interface (Install) 1.29.51 40 Wednesday, September 20, 2023 Approved
AWS Command Line Interface (Install) 1.29.50 34 Tuesday, September 19, 2023 Approved
AWS Command Line Interface (Install) 1.29.48 38 Friday, September 15, 2023 Approved
AWS Command Line Interface (Install) 1.29.45 33 Tuesday, September 12, 2023 Approved
AWS Command Line Interface (Install) 1.29.43 38 Friday, September 8, 2023 Approved
AWS Command Line Interface (Install) 1.29.41 40 Wednesday, September 6, 2023 Approved
AWS Command Line Interface (Install) 1.29.36 240 Tuesday, August 29, 2023 Approved
AWS Command Line Interface (Install) 1.29.34 33 Friday, August 25, 2023 Approved
AWS Command Line Interface (Install) 1.29.32 29 Wednesday, August 23, 2023 Approved
AWS Command Line Interface (Install) 1.29.31 38 Tuesday, August 22, 2023 Approved
AWS Command Line Interface (Install) 1.29.29 42 Friday, August 18, 2023 Approved
AWS Command Line Interface (Install) 1.29.26 44 Tuesday, August 15, 2023 Approved
AWS Command Line Interface (Install) 1.29.24 41 Friday, August 11, 2023 Approved
AWS Command Line Interface (Install) 1.29.22 53 Wednesday, August 9, 2023 Approved
AWS Command Line Interface (Install) 1.29.16 45 Tuesday, August 1, 2023 Approved
AWS Command Line Interface (Install) 1.29.14 36 Friday, July 28, 2023 Approved
AWS Command Line Interface (Install) 1.29.11 41 Wednesday, July 26, 2023 Approved
AWS Command Line Interface (Install) 1.29.5 29 Wednesday, July 19, 2023 Approved
AWS Command Line Interface (Install) 1.29.4 31 Tuesday, July 18, 2023 Approved
AWS Command Line Interface (Install) 1.29.2 57 Wednesday, July 12, 2023 Approved
AWS Command Line Interface (Install) 1.29.0 120 Friday, July 7, 2023 Approved
AWS Command Line Interface (Install) 1.28.0 40 Tuesday, July 4, 2023 Approved
AWS Command Line Interface (Install) 1.27.162 37 Wednesday, June 28, 2023 Approved
AWS Command Line Interface (Install) 1.27.161 35 Tuesday, June 27, 2023 Approved
AWS Command Line Interface (Install) 1.27.159 33 Friday, June 23, 2023 Approved
AWS Command Line Interface (Install) 1.27.157 32 Wednesday, June 21, 2023 Approved
AWS Command Line Interface (Install) 1.27.156 33 Tuesday, June 20, 2023 Approved
AWS Command Line Interface (Install) 1.27.153 30 Wednesday, June 14, 2023 Approved
AWS Command Line Interface (Install) 1.27.152 31 Tuesday, June 13, 2023 Approved
AWS Command Line Interface (Install) 1.27.150 34 Friday, June 9, 2023 Approved
AWS Command Line Interface (Install) 1.27.148 35 Wednesday, June 7, 2023 Approved
AWS Command Line Interface (Install) 1.27.145 32 Friday, June 2, 2023 Approved
AWS Command Line Interface (Install) 1.27.143 36 Wednesday, May 31, 2023 Approved
AWS Command Line Interface (Install) 1.27.141 38 Friday, May 26, 2023 Approved
AWS Command Line Interface (Install) 1.27.139 34 Wednesday, May 24, 2023 Approved
AWS Command Line Interface (Install) 1.27.138 31 Tuesday, May 23, 2023 Approved
AWS Command Line Interface (Install) 1.27.135 35 Thursday, May 18, 2023 Approved
AWS Command Line Interface (Install) 1.27.134 43 Tuesday, May 16, 2023 Approved
AWS Command Line Interface (Install) 1.27.133 35 Friday, May 12, 2023 Approved
AWS Command Line Interface (Install) 1.27.131 35 Wednesday, May 10, 2023 Approved
AWS Command Line Interface (Install) 1.27.130 42 Tuesday, May 9, 2023 Approved
AWS Command Line Interface (Install) 1.27.127 31 Friday, May 5, 2023 Approved
AWS Command Line Interface (Install) 1.27.125 30 Wednesday, May 3, 2023 Approved
AWS Command Line Interface (Install) 1.27.124 31 Tuesday, May 2, 2023 Approved
AWS Command Line Interface (Install) 1.27.122 36 Friday, April 28, 2023 Approved
AWS Command Line Interface (Install) 1.27.120 40 Wednesday, April 26, 2023 Approved
AWS Command Line Interface (Install) 1.27.119 33 Tuesday, April 25, 2023 Approved
AWS Command Line Interface (Install) 1.27.113 39 Friday, April 14, 2023 Approved
AWS Command Line Interface (Install) 1.27.110 34 Tuesday, April 11, 2023 Approved
AWS Command Line Interface (Install) 1.27.106 39 Wednesday, April 5, 2023 Approved
AWS Command Line Interface (Install) 1.27.101 43 Wednesday, March 29, 2023 Approved
AWS Command Line Interface (Install) 1.27.100 37 Tuesday, March 28, 2023 Approved
AWS Command Line Interface (Install) 1.27.98 37 Friday, March 24, 2023 Approved
AWS Command Line Interface (Install) 1.27.93 42 Friday, March 17, 2023 Approved
AWS Command Line Interface (Install) 1.27.90 36 Tuesday, March 14, 2023 Approved
AWS Command Line Interface (Install) 1.27.88 41 Friday, March 10, 2023 Approved
AWS Command Line Interface (Install) 1.27.86 32 Wednesday, March 8, 2023 Approved
AWS Command Line Interface (Install) 1.27.85 40 Tuesday, March 7, 2023 Approved
AWS Command Line Interface (Install) 1.27.81 35 Wednesday, March 1, 2023 Approved
AWS Command Line Interface (Install) 1.27.80 33 Tuesday, February 28, 2023 Approved
AWS Command Line Interface (Install) 1.27.78 40 Friday, February 24, 2023 Approved
AWS Command Line Interface (Install) 1.27.75 39 Tuesday, February 21, 2023 Approved
AWS Command Line Interface (Install) 1.27.73 38 Friday, February 17, 2023 Approved
AWS Command Line Interface (Install) 1.27.71 37 Wednesday, February 15, 2023 Approved
AWS Command Line Interface (Install) 1.27.70 41 Tuesday, February 14, 2023 Approved
AWS Command Line Interface (Install) 1.27.68 39 Friday, February 10, 2023 Approved
AWS Command Line Interface (Install) 1.27.66 34 Wednesday, February 8, 2023 Approved
AWS Command Line Interface (Install) 1.27.65 37 Tuesday, February 7, 2023 Approved
AWS Command Line Interface (Install) 1.27.63 36 Friday, February 3, 2023 Approved
AWS Command Line Interface (Install) 1.27.61 38 Wednesday, February 1, 2023 Approved
AWS Command Line Interface (Install) 1.27.60 38 Tuesday, January 31, 2023 Approved
AWS Command Line Interface (Install) 1.27.58 35 Friday, January 27, 2023 Approved
AWS Command Line Interface (Install) 1.27.56 43 Wednesday, January 25, 2023 Approved
AWS Command Line Interface (Install) 1.27.53 44 Friday, January 20, 2023 Approved
AWS Command Line Interface (Install) 1.27.51 40 Wednesday, January 18, 2023 Approved
AWS Command Line Interface (Install) 1.27.49 47 Friday, January 13, 2023 Approved
AWS Command Line Interface (Install) 1.27.47 40 Wednesday, January 11, 2023 Approved
AWS Command Line Interface (Install) 1.27.46 38 Tuesday, January 10, 2023 Approved
AWS Command Line Interface (Install) 1.27.43 37 Thursday, January 5, 2023 Approved
AWS Command Line Interface (Install) 1.27.40 39 Friday, December 30, 2022 Approved
AWS Command Line Interface (Install) 1.27.38 51 Wednesday, December 28, 2022 Approved
AWS Command Line Interface (Install) 1.27.36 38 Friday, December 23, 2022 Approved
AWS Command Line Interface (Install) 1.27.33 37 Tuesday, December 20, 2022 Approved
AWS Command Line Interface (Install) 1.27.31 34 Friday, December 16, 2022 Approved
AWS Command Line Interface (Install) 1.27.29 42 Wednesday, December 14, 2022 Approved
AWS Command Line Interface (Install) 1.27.26 37 Friday, December 9, 2022 Approved
AWS Command Line Interface (Install) 1.27.24 39 Wednesday, December 7, 2022 Approved
AWS Command Line Interface (Install) 1.27.23 41 Tuesday, December 6, 2022 Approved
AWS Command Line Interface (Install) 1.27.15 57 Wednesday, November 23, 2022 Approved
AWS Command Line Interface (Install) 1.27.14 42 Tuesday, November 22, 2022 Approved
AWS Command Line Interface (Install) 1.27.12 34 Friday, November 18, 2022 Approved
AWS Command Line Interface (Install) 1.27.10 39 Wednesday, November 16, 2022 Approved
AWS Command Line Interface (Install) 1.27.9 41 Tuesday, November 15, 2022 Approved
AWS Command Line Interface (Install) 1.27.7 44 Friday, November 11, 2022 Approved
AWS Command Line Interface (Install) 1.27.4 40 Tuesday, November 8, 2022 Approved
AWS Command Line Interface (Install) 1.27.3 49 Saturday, November 5, 2022 Approved
AWS Command Line Interface (Install) 1.27.2 41 Friday, November 4, 2022 Approved
AWS Command Line Interface (Install) 1.27.0 52 Wednesday, November 2, 2022 Approved
AWS Command Line Interface (Install) 1.26.5 45 Tuesday, November 1, 2022 Approved
AWS Command Line Interface (Install) 1.26.3 45 Friday, October 28, 2022 Approved
AWS Command Line Interface (Install) 1.26.1 41 Wednesday, October 26, 2022 Approved
AWS Command Line Interface (Install) 1.26.0 52 Tuesday, October 25, 2022 Approved
AWS Command Line Interface (Install) 1.25.96 42 Friday, October 21, 2022 Approved
AWS Command Line Interface (Install) 1.25.94 52 Wednesday, October 19, 2022 Approved
AWS Command Line Interface (Install) 1.25.93 45 Tuesday, October 18, 2022 Approved
AWS Command Line Interface (Install) 1.25.92 45 Saturday, October 15, 2022 Approved
AWS Command Line Interface (Install) 1.25.89 52 Friday, October 7, 2022 Approved
AWS Command Line Interface (Install) 1.25.87 43 Wednesday, October 5, 2022 Approved
AWS Command Line Interface (Install) 1.25.83 41 Wednesday, September 28, 2022 Approved
AWS Command Line Interface (Install) 1.25.82 42 Tuesday, September 27, 2022 Approved
AWS Command Line Interface (Install) 1.25.78 47 Wednesday, September 21, 2022 Approved
AWS Command Line Interface (Install) 1.25.77 50 Monday, September 19, 2022 Approved
AWS Command Line Interface (Install) 1.25.75 49 Friday, September 16, 2022 Approved
AWS Command Line Interface (Install) 1.25.73 55 Wednesday, September 14, 2022 Approved
AWS Command Line Interface (Install) 1.25.68 47 Wednesday, September 7, 2022 Approved
AWS Command Line Interface (Install) 1.25.66 54 Friday, September 2, 2022 Approved
AWS Command Line Interface (Install) 1.25.64 63 Wednesday, August 31, 2022 Approved
AWS Command Line Interface (Install) 1.25.63 48 Tuesday, August 30, 2022 Approved
AWS Command Line Interface (Install) 1.25.62 43 Saturday, August 27, 2022 Approved
AWS Command Line Interface (Install) 1.25.59 59 Wednesday, August 24, 2022 Approved
AWS Command Line Interface (Install) 1.25.58 53 Tuesday, August 23, 2022 Approved
AWS Command Line Interface (Install) 1.25.56 47 Friday, August 19, 2022 Approved
AWS Command Line Interface (Install) 1.25.55 55 Thursday, August 18, 2022 Approved
AWS Command Line Interface (Install) 1.25.51 51 Saturday, August 13, 2022 Approved
AWS Command Line Interface (Install) 1.25.49 46 Thursday, August 11, 2022 Approved
AWS Command Line Interface (Install) 1.25.48 50 Wednesday, August 10, 2022 Approved
AWS Command Line Interface (Install) 1.25.46 49 Friday, August 5, 2022 Approved
AWS Command Line Interface (Install) 1.25.43 54 Tuesday, August 2, 2022 Approved
AWS Command Line Interface (Install) 1.25.42 58 Monday, August 1, 2022 Approved
AWS Command Line Interface (Install) 1.25.40 58 Friday, July 29, 2022 Approved
AWS Command Line Interface (Install) 1.25.38 48 Wednesday, July 27, 2022 Approved
AWS Command Line Interface (Install) 1.25.37 47 Tuesday, July 26, 2022 Approved
AWS Command Line Interface (Install) 1.25.35 45 Friday, July 22, 2022 Approved
AWS Command Line Interface (Install) 1.25.32 51 Tuesday, July 19, 2022 Approved
AWS Command Line Interface (Install) 1.25.28 52 Wednesday, July 13, 2022 Approved
AWS Command Line Interface (Install) 1.25.25 51 Friday, July 8, 2022 Approved
AWS Command Line Interface (Install) 1.25.23 51 Wednesday, July 6, 2022 Approved
AWS Command Line Interface (Install) 1.25.22 55 Saturday, July 2, 2022 Approved
AWS Command Line Interface (Install) 1.25.21 53 Friday, July 1, 2022 Approved
AWS Command Line Interface (Install) 1.25.19 49 Wednesday, June 29, 2022 Approved
AWS Command Line Interface (Install) 1.25.18 52 Tuesday, June 28, 2022 Approved
AWS Command Line Interface (Install) 1.25.16 54 Friday, June 24, 2022 Approved
AWS Command Line Interface (Install) 1.25.14 50 Wednesday, June 22, 2022 Approved
AWS Command Line Interface (Install) 1.25.13 57 Tuesday, June 21, 2022 Approved
AWS Command Line Interface (Install) 1.25.10 65 Thursday, June 16, 2022 Approved
AWS Command Line Interface (Install) 1.25.9 49 Wednesday, June 15, 2022 Approved
AWS Command Line Interface (Install) 1.25.8 69 Tuesday, June 14, 2022 Approved
AWS Command Line Interface (Install) 1.25.7 54 Saturday, June 11, 2022 Approved
AWS Command Line Interface (Install) 1.25.6 57 Friday, June 10, 2022 Approved
AWS Command Line Interface (Install) 1.25.4 42 Wednesday, June 8, 2022 Approved
AWS Command Line Interface (Install) 1.25.3 55 Tuesday, June 7, 2022 Approved
AWS Command Line Interface (Install) 1.25.2 56 Friday, June 3, 2022 Approved
AWS Command Line Interface (Install) 1.25.0 55 Wednesday, June 1, 2022 Approved
AWS Command Line Interface (Install) 1.24.9 54 Friday, May 27, 2022 Approved
AWS Command Line Interface (Install) 1.24.7 63 Wednesday, May 25, 2022 Approved
AWS Command Line Interface (Install) 1.24.6 58 Tuesday, May 24, 2022 Approved
AWS Command Line Interface (Install) 1.24.4 65 Friday, May 20, 2022 Approved
AWS Command Line Interface (Install) 1.24.2 61 Wednesday, May 18, 2022 Approved
AWS Command Line Interface (Install) 1.24.1 61 Tuesday, May 17, 2022 Approved
AWS Command Line Interface (Install) 1.23.13 63 Friday, May 13, 2022 Approved
AWS Command Line Interface (Install) 1.23.11 63 Wednesday, May 11, 2022 Approved
AWS Command Line Interface (Install) 1.23.6 93 Wednesday, May 4, 2022 Approved
AWS Command Line Interface (Install) 1.23.5 62 Tuesday, May 3, 2022 Approved
AWS Command Line Interface (Install) 1.23.3 54 Thursday, April 28, 2022 Approved
AWS Command Line Interface (Install) 1.23.1 54 Wednesday, April 27, 2022 Approved
AWS Command Line Interface (Install) 1.23.0 71 Tuesday, April 26, 2022 Approved
AWS Command Line Interface (Install) 1.22.101 61 Saturday, April 23, 2022 Approved
AWS Command Line Interface (Install) 1.22.98 51 Wednesday, April 20, 2022 Approved
AWS Command Line Interface (Install) 1.22.96 56 Friday, April 15, 2022 Approved
AWS Command Line Interface (Install) 1.22.94 66 Wednesday, April 13, 2022 Approved
AWS Command Line Interface (Install) 1.22.93 60 Tuesday, April 12, 2022 Approved
AWS Command Line Interface (Install) 1.22.89 66 Wednesday, April 6, 2022 Approved
AWS Command Line Interface (Install) 1.22.88 59 Tuesday, April 5, 2022 Approved
AWS Command Line Interface (Install) 1.22.86 59 Friday, April 1, 2022 Approved
AWS Command Line Interface (Install) 1.22.84 62 Wednesday, March 30, 2022 Approved
AWS Command Line Interface (Install) 1.22.81 69 Friday, March 25, 2022 Approved
AWS Command Line Interface (Install) 1.22.79 53 Wednesday, March 23, 2022 Approved
AWS Command Line Interface (Install) 1.22.78 64 Tuesday, March 22, 2022 Approved
AWS Command Line Interface (Install) 1.22.77 145 Saturday, March 19, 2022 Approved
AWS Command Line Interface (Install) 1.22.74 59 Tuesday, March 15, 2022 Approved
AWS Command Line Interface (Install) 1.22.71 62 Thursday, March 10, 2022 Approved
AWS Command Line Interface (Install) 1.22.69 65 Tuesday, March 8, 2022 Approved
AWS Command Line Interface (Install) 1.22.68 64 Saturday, March 5, 2022 Approved
AWS Command Line Interface (Install) 1.22.66 62 Thursday, March 3, 2022 Approved
AWS Command Line Interface (Install) 1.22.64 64 Tuesday, March 1, 2022 Approved
AWS Command Line Interface (Install) 1.22.63 57 Saturday, February 26, 2022 Approved
AWS Command Line Interface (Install) 1.22.61 66 Thursday, February 24, 2022 Approved
AWS Command Line Interface (Install) 1.22.59 67 Tuesday, February 22, 2022 Approved
AWS Command Line Interface (Install) 1.22.58 59 Saturday, February 19, 2022 Approved
AWS Command Line Interface (Install) 1.22.56 60 Thursday, February 17, 2022 Approved
AWS Command Line Interface (Install) 1.22.55 64 Tuesday, February 15, 2022 Approved
AWS Command Line Interface (Install) 1.22.54 107 Saturday, February 12, 2022 Approved
AWS Command Line Interface (Install) 1.22.52 75 Thursday, February 10, 2022 Approved
AWS Command Line Interface (Install) 1.22.50 53 Tuesday, February 8, 2022 Approved
AWS Command Line Interface (Install) 1.22.49 59 Saturday, February 5, 2022 Approved
AWS Command Line Interface (Install) 1.22.47 66 Thursday, February 3, 2022 Approved
AWS Command Line Interface (Install) 1.22.46 70 Saturday, January 29, 2022 Approved
AWS Command Line Interface (Install) 1.22.44 75 Thursday, January 27, 2022 Approved
AWS Command Line Interface (Install) 1.22.42 71 Monday, January 24, 2022 Approved
AWS Command Line Interface (Install) 1.22.39 71 Thursday, January 20, 2022 Approved
AWS Command Line Interface (Install) 1.22.37 76 Saturday, January 15, 2022 Approved
AWS Command Line Interface (Install) 1.22.34 75 Thursday, January 13, 2022 Approved
AWS Command Line Interface (Install) 1.22.32 61 Monday, January 10, 2022 Approved
AWS Command Line Interface (Install) 1.22.31 76 Saturday, January 8, 2022 Approved
AWS Command Line Interface (Install) 1.22.29 62 Thursday, January 6, 2022 Approved
AWS Command Line Interface (Install) 1.22.25 148 Tuesday, December 21, 2021 Approved
AWS Command Line Interface (Install) 1.22.24 65 Tuesday, December 14, 2021 Approved
AWS Command Line Interface (Install) 1.22.22 66 Thursday, December 9, 2021 Approved
AWS Command Line Interface (Install) 1.22.21 58 Tuesday, December 7, 2021 Approved
AWS Command Line Interface (Install) 1.22.13 88 Thursday, November 25, 2021 Approved
AWS Command Line Interface (Install) 1.22.11 76 Tuesday, November 23, 2021 Approved
AWS Command Line Interface (Install) 1.22.10 60 Saturday, November 20, 2021 Approved
AWS Command Line Interface (Install) 1.22.8 76 Thursday, November 18, 2021 Approved
AWS Command Line Interface (Install) 1.22.6 76 Tuesday, November 16, 2021 Approved
AWS Command Line Interface (Install) 1.22.5 74 Saturday, November 13, 2021 Approved
AWS Command Line Interface (Install) 1.22.3 107 Thursday, November 11, 2021 Approved
AWS Command Line Interface (Install) 1.22.1 72 Tuesday, November 9, 2021 Approved
AWS Command Line Interface (Install) 1.21.12 140 Saturday, November 6, 2021 Approved
AWS Command Line Interface (Install) 1.21.0 77 Thursday, October 21, 2021 Approved
AWS Command Line Interface (Install) 1.20.64 74 Tuesday, October 19, 2021 Approved
AWS Command Line Interface (Install) 1.20.63 75 Saturday, October 16, 2021 Approved
AWS Command Line Interface (Install) 1.20.61 73 Thursday, October 14, 2021 Approved
AWS Command Line Interface (Install) 1.20.58 202 Saturday, October 9, 2021 Approved
AWS Command Line Interface (Install) 1.20.57 84 Friday, October 8, 2021 Approved
AWS Command Line Interface (Install) 1.20.56 74 Thursday, October 7, 2021 Approved
AWS Command Line Interface (Install) 1.20.54 66 Tuesday, October 5, 2021 Approved
AWS Command Line Interface (Install) 1.20.53 65 Saturday, October 2, 2021 Approved
AWS Command Line Interface (Install) 1.20.51 74 Thursday, September 30, 2021 Approved
AWS Command Line Interface (Install) 1.20.49 77 Tuesday, September 28, 2021 Approved
AWS Command Line Interface (Install) 1.20.48 77 Saturday, September 25, 2021 Approved
AWS Command Line Interface (Install) 1.20.46 71 Thursday, September 23, 2021 Approved
AWS Command Line Interface (Install) 1.20.44 85 Saturday, September 18, 2021 Approved
AWS Command Line Interface (Install) 1.20.40 106 Saturday, September 11, 2021 Approved
AWS Command Line Interface (Install) 1.20.38 82 Thursday, September 9, 2021 Approved
AWS Command Line Interface (Install) 1.20.36 70 Saturday, September 4, 2021 Approved
AWS Command Line Interface (Install) 1.20.34 85 Thursday, September 2, 2021 Approved
AWS Command Line Interface (Install) 1.20.32 77 Tuesday, August 31, 2021 Approved
AWS Command Line Interface (Install) 1.20.31 71 Saturday, August 28, 2021 Approved
AWS Command Line Interface (Install) 1.20.29 68 Thursday, August 26, 2021 Approved
AWS Command Line Interface (Install) 1.20.27 76 Tuesday, August 24, 2021 Approved
AWS Command Line Interface (Install) 1.20.26 105 Saturday, August 21, 2021 Approved
AWS Command Line Interface (Install) 1.20.24 74 Thursday, August 19, 2021 Approved
AWS Command Line Interface (Install) 1.20.23 96 Tuesday, August 17, 2021 Approved
AWS Command Line Interface (Install) 1.20.22 71 Tuesday, August 17, 2021 Approved
AWS Command Line Interface (Install) 1.20.21 82 Saturday, August 14, 2021 Approved
AWS Command Line Interface (Install) 1.20.19 75 Thursday, August 12, 2021 Approved
AWS Command Line Interface (Install) 1.20.17 79 Tuesday, August 10, 2021 Approved
AWS Command Line Interface (Install) 1.20.16 79 Saturday, August 7, 2021 Approved
AWS Command Line Interface (Install) 1.20.15 95 Thursday, August 5, 2021 Approved
AWS Command Line Interface (Install) 1.20.14 81 Thursday, August 5, 2021 Approved
AWS Command Line Interface (Install) 1.20.12 73 Tuesday, August 3, 2021 Approved
AWS Command Line Interface (Install) 1.20.9 74 Thursday, July 29, 2021 Approved
AWS Command Line Interface (Install) 1.20.7 90 Tuesday, July 27, 2021 Approved
AWS Command Line Interface (Install) 1.20.6 87 Saturday, July 24, 2021 Approved
AWS Command Line Interface (Install) 1.20.4 78 Thursday, July 22, 2021 Approved
AWS Command Line Interface (Install) 1.20.2 78 Monday, July 19, 2021 Approved
AWS Command Line Interface (Install) 1.20.1 82 Saturday, July 17, 2021 Approved
AWS Command Line Interface (Install) 1.19.111 75 Wednesday, July 14, 2021 Approved
AWS Command Line Interface (Install) 1.19.110 79 Tuesday, July 13, 2021 Approved
AWS Command Line Interface (Install) 1.19.109 79 Saturday, July 10, 2021 Approved
AWS Command Line Interface (Install) 1.19.107 71 Thursday, July 8, 2021 Approved
AWS Command Line Interface (Install) 1.19.105 79 Friday, July 2, 2021 Approved
AWS Command Line Interface (Install) 1.19.103 1160 Thursday, July 1, 2021 Approved
AWS Command Line Interface (Install) 1.19.102 81 Tuesday, June 29, 2021 Approved
AWS Command Line Interface (Install) 1.19.101 73 Saturday, June 26, 2021 Approved
AWS Command Line Interface (Install) 1.19.99 99 Thursday, June 24, 2021 Approved
AWS Command Line Interface (Install) 1.19.98 66 Tuesday, June 22, 2021 Approved
AWS Command Line Interface (Install) 1.19.96 86 Thursday, June 17, 2021 Approved
AWS Command Line Interface (Install) 1.19.94 78 Tuesday, June 15, 2021 Approved
AWS Command Line Interface (Install) 1.19.93 80 Saturday, June 12, 2021 Approved
AWS Command Line Interface (Install) 1.19.92 83 Thursday, June 10, 2021 Approved
AWS Command Line Interface (Install) 1.19.91 82 Thursday, June 10, 2021 Approved
AWS Command Line Interface (Install) 1.19.89 84 Tuesday, June 8, 2021 Approved
AWS Command Line Interface (Install) 1.19.88 75 Saturday, June 5, 2021 Approved
AWS Command Line Interface (Install) 1.19.86 75 Thursday, June 3, 2021 Approved
AWS Command Line Interface (Install) 1.19.84 78 Saturday, May 29, 2021 Approved
AWS Command Line Interface (Install) 1.19.82 77 Thursday, May 27, 2021 Approved
AWS Command Line Interface (Install) 1.19.79 87 Tuesday, May 25, 2021 Approved
AWS Command Line Interface (Install) 1.19.78 79 Saturday, May 22, 2021 Approved
AWS Command Line Interface (Install) 1.19.77 71 Friday, May 21, 2021 Approved
AWS Command Line Interface (Install) 1.19.76 73 Thursday, May 20, 2021 Approved
AWS Command Line Interface (Install) 1.19.75 78 Wednesday, May 19, 2021 Approved
AWS Command Line Interface (Install) 1.19.74 84 Tuesday, May 18, 2021 Approved
AWS Command Line Interface (Install) 1.19.72 70 Friday, May 14, 2021 Approved
AWS Command Line Interface (Install) 1.19.70 94 Tuesday, May 11, 2021 Approved
AWS Command Line Interface (Install) 1.19.69 92 Saturday, May 8, 2021 Approved
AWS Command Line Interface (Install) 1.19.67 85 Thursday, May 6, 2021 Approved
AWS Command Line Interface (Install) 1.19.64 82 Monday, May 3, 2021 Approved
AWS Command Line Interface (Install) 1.19.62 93 Saturday, May 1, 2021 Approved
AWS Command Line Interface (Install) 1.19.60 66 Thursday, April 29, 2021 Approved
AWS Command Line Interface (Install) 1.19.58 79 Tuesday, April 27, 2021 Approved
AWS Command Line Interface (Install) 1.19.57 71 Saturday, April 24, 2021 Approved
AWS Command Line Interface (Install) 1.19.56 75 Friday, April 23, 2021 Approved
AWS Command Line Interface (Install) 1.19.54 81 Tuesday, April 20, 2021 Approved
AWS Command Line Interface (Install) 1.19.52 70 Thursday, April 15, 2021 Approved
AWS Command Line Interface (Install) 1.19.50 66 Tuesday, April 13, 2021 Approved
AWS Command Line Interface (Install) 1.19.49 79 Saturday, April 10, 2021 Approved
AWS Command Line Interface (Install) 1.19.45 84 Tuesday, April 6, 2021 Approved
AWS Command Line Interface (Install) 1.19.44 69 Saturday, April 3, 2021 Approved
AWS Command Line Interface (Install) 1.19.42 69 Thursday, April 1, 2021 Approved
AWS Command Line Interface (Install) 1.19.40 78 Monday, March 29, 2021 Approved
AWS Command Line Interface (Install) 1.19.39 91 Saturday, March 27, 2021 Approved
AWS Command Line Interface (Install) 1.19.37 85 Thursday, March 25, 2021 Approved
AWS Command Line Interface (Install) 1.19.35 94 Wednesday, March 24, 2021 Approved
AWS Command Line Interface (Install) 1.19.34 88 Tuesday, March 23, 2021 Approved
AWS Command Line Interface (Install) 1.19.32 77 Friday, March 19, 2021 Approved
AWS Command Line Interface (Install) 1.19.30 82 Thursday, March 18, 2021 Approved
AWS Command Line Interface (Install) 1.19.29 77 Wednesday, March 17, 2021 Approved
AWS Command Line Interface (Install) 1.19.28 98 Tuesday, March 16, 2021 Approved
AWS Command Line Interface (Install) 1.19.27 83 Saturday, March 13, 2021 Approved
AWS Command Line Interface (Install) 1.19.26 4309 Thursday, March 11, 2021 Approved
AWS Command Line Interface (Install) 1.19.25 90 Thursday, March 11, 2021 Approved
AWS Command Line Interface (Install) 1.19.23 89 Tuesday, March 9, 2021 Approved
AWS Command Line Interface (Install) 1.19.22 83 Saturday, March 6, 2021 Approved
AWS Command Line Interface (Install) 1.19.21 87 Friday, March 5, 2021 Approved
AWS Command Line Interface (Install) 1.19.20 90 Thursday, March 4, 2021 Approved
AWS Command Line Interface (Install) 1.19.19 92 Wednesday, March 3, 2021 Approved
AWS Command Line Interface (Install) 1.19.17 96 Saturday, February 27, 2021 Approved
AWS Command Line Interface (Install) 1.19.16 91 Friday, February 26, 2021 Approved
AWS Command Line Interface (Install) 1.19.15 78 Thursday, February 25, 2021 Approved
AWS Command Line Interface (Install) 1.19.13 80 Tuesday, February 23, 2021 Approved
AWS Command Line Interface (Install) 1.19.12 75 Saturday, February 20, 2021 Approved
AWS Command Line Interface (Install) 1.19.11 77 Friday, February 19, 2021 Approved
AWS Command Line Interface (Install) 1.19.10 94 Thursday, February 18, 2021 Approved
AWS Command Line Interface (Install) 1.19.8 87 Tuesday, February 16, 2021 Approved
AWS Command Line Interface (Install) 1.19.7 92 Saturday, February 13, 2021 Approved
AWS Command Line Interface (Install) 1.19.4 106 Tuesday, February 9, 2021 Approved
AWS Command Line Interface (Install) 1.19.3 178 Saturday, February 6, 2021 Approved
AWS Command Line Interface (Install) 1.19.1 99 Thursday, February 4, 2021 Approved
AWS Command Line Interface (Install) 1.18.223 91 Saturday, January 30, 2021 Approved
AWS Command Line Interface (Install) 1.18.221 104 Thursday, January 28, 2021 Approved
AWS Command Line Interface (Install) 1.18.220 97 Wednesday, January 27, 2021 Approved
AWS Command Line Interface (Install) 1.18.219 118 Saturday, January 23, 2021 Approved
AWS Command Line Interface (Install) 1.18.216 88 Saturday, January 16, 2021 Approved
AWS Command Line Interface (Install) 1.18.214 105 Thursday, January 14, 2021 Approved
AWS Command Line Interface (Install) 1.18.212 100 Tuesday, January 12, 2021 Approved
AWS Command Line Interface (Install) 1.18.210 98 Thursday, January 7, 2021 Approved
AWS Command Line Interface (Install) 1.18.208 109 Tuesday, January 5, 2021 Approved
AWS Command Line Interface (Install) 1.18.207 93 Friday, January 1, 2021 Approved
AWS Command Line Interface (Install) 1.18.206 93 Thursday, December 31, 2020 Approved
AWS Command Line Interface (Install) 1.18.205 89 Tuesday, December 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.204 82 Monday, December 28, 2020 Approved
AWS Command Line Interface (Install) 1.18.201 81 Tuesday, December 22, 2020 Approved
AWS Command Line Interface (Install) 1.18.200 94 Friday, December 18, 2020 Approved
AWS Command Line Interface (Install) 1.18.197 89 Tuesday, December 15, 2020 Approved
AWS Command Line Interface (Install) 1.18.196 91 Tuesday, December 15, 2020 Approved
AWS Command Line Interface (Install) 1.18.195 1635 Saturday, December 12, 2020 Approved
AWS Command Line Interface (Install) 1.18.193 91 Wednesday, December 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.191 80 Tuesday, December 8, 2020 Approved
AWS Command Line Interface (Install) 1.18.190 87 Saturday, December 5, 2020 Approved
AWS Command Line Interface (Install) 1.18.184 103 Tuesday, November 24, 2020 Approved
AWS Command Line Interface (Install) 1.18.183 100 Saturday, November 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.181 115 Thursday, November 19, 2020 Approved
AWS Command Line Interface (Install) 1.18.179 107 Tuesday, November 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.178 112 Saturday, November 14, 2020 Approved
AWS Command Line Interface (Install) 1.18.176 87 Thursday, November 12, 2020 Approved
AWS Command Line Interface (Install) 1.18.174 90 Monday, November 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.173 99 Saturday, November 7, 2020 Approved
AWS Command Line Interface (Install) 1.18.171 168 Thursday, November 5, 2020 Approved
AWS Command Line Interface (Install) 1.18.170 105 Tuesday, November 3, 2020 Approved
AWS Command Line Interface (Install) 1.18.167 111 Thursday, October 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.165 227 Tuesday, October 27, 2020 Approved
AWS Command Line Interface (Install) 1.18.164 121 Saturday, October 24, 2020 Approved
AWS Command Line Interface (Install) 1.18.162 108 Thursday, October 22, 2020 Approved
AWS Command Line Interface (Install) 1.18.160 108 Tuesday, October 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.159 96 Saturday, October 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.157 171 Saturday, October 10, 2020 Approved
AWS Command Line Interface (Install) 1.18.153 108 Tuesday, October 6, 2020 Approved
AWS Command Line Interface (Install) 1.18.152 119 Saturday, October 3, 2020 Approved
AWS Command Line Interface (Install) 1.18.150 100 Thursday, October 1, 2020 Approved
AWS Command Line Interface (Install) 1.18.148 105 Tuesday, September 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.147 131 Saturday, September 26, 2020 Approved
AWS Command Line Interface (Install) 1.18.146 92 Thursday, September 24, 2020 Approved
AWS Command Line Interface (Install) 1.18.144 91 Wednesday, September 23, 2020 Approved
AWS Command Line Interface (Install) 1.18.143 102 Tuesday, September 22, 2020 Approved
AWS Command Line Interface (Install) 1.18.142 103 Saturday, September 19, 2020 Approved
AWS Command Line Interface (Install) 1.18.141 392 Thursday, September 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.140 106 Thursday, September 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.138 93 Tuesday, September 15, 2020 Approved
AWS Command Line Interface (Install) 1.18.137 102 Saturday, September 12, 2020 Approved
AWS Command Line Interface (Install) 1.18.133 160 Saturday, September 5, 2020 Approved
AWS Command Line Interface (Install) 1.18.131 107 Thursday, September 3, 2020 Approved
AWS Command Line Interface (Install) 1.18.129 116 Tuesday, September 1, 2020 Approved
AWS Command Line Interface (Install) 1.18.128 122 Saturday, August 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.126 145 Thursday, August 27, 2020 Approved
AWS Command Line Interface (Install) 1.18.125 124 Tuesday, August 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.123 136 Thursday, August 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.121 157 Tuesday, August 18, 2020 Approved
AWS Command Line Interface (Install) 1.18.120 115 Saturday, August 15, 2020 Approved
AWS Command Line Interface (Install) 1.18.119 110 Thursday, August 13, 2020 Approved
AWS Command Line Interface (Install) 1.18.116 6201 Monday, August 10, 2020 Approved
AWS Command Line Interface (Install) 1.18.115 129 Saturday, August 8, 2020 Approved
AWS Command Line Interface (Install) 1.18.113 159 Thursday, August 6, 2020 Approved
AWS Command Line Interface (Install) 1.18.111 151 Tuesday, August 4, 2020 Approved
AWS Command Line Interface (Install) 1.18.110 168 Saturday, August 1, 2020 Approved
AWS Command Line Interface (Install) 1.18.108 142 Thursday, July 30, 2020 Approved
AWS Command Line Interface (Install) 1.18.106 165 Tuesday, July 28, 2020 Approved
AWS Command Line Interface (Install) 1.18.105 159 Saturday, July 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.103 191 Thursday, July 23, 2020 Approved
AWS Command Line Interface (Install) 1.18.101 1263 Tuesday, July 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.100 156 Saturday, July 18, 2020 Approved
AWS Command Line Interface (Install) 1.18.96 185 Thursday, July 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.94 210 Tuesday, July 7, 2020 Approved
AWS Command Line Interface (Install) 1.18.92 185 Thursday, July 2, 2020 Approved
AWS Command Line Interface (Install) 1.18.90 181 Tuesday, June 30, 2020 Approved
AWS Command Line Interface (Install) 1.18.89 226 Saturday, June 27, 2020 Approved
AWS Command Line Interface (Install) 1.18.87 184 Thursday, June 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.85 195 Tuesday, June 23, 2020 Approved
AWS Command Line Interface (Install) 1.18.84 210 Saturday, June 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.82 192 Thursday, June 18, 2020 Approved
AWS Command Line Interface (Install) 1.18.80 258 Tuesday, June 16, 2020 Approved
AWS Command Line Interface (Install) 1.18.79 205 Saturday, June 13, 2020 Approved
AWS Command Line Interface (Install) 1.18.75 176 Tuesday, June 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.74 207 Saturday, June 6, 2020 Approved
AWS Command Line Interface (Install) 1.18.72 205 Thursday, June 4, 2020 Approved
AWS Command Line Interface (Install) 1.18.70 195 Tuesday, June 2, 2020 Approved
AWS Command Line Interface (Install) 1.18.69 6398 Friday, May 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.68 226 Thursday, May 28, 2020 Approved
AWS Command Line Interface (Install) 1.18.65 20377 Thursday, May 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.63 174 Wednesday, May 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.62 215 Tuesday, May 19, 2020 Approved
AWS Command Line Interface (Install) 1.18.61 193 Saturday, May 16, 2020 Approved
AWS Command Line Interface (Install) 1.18.57 181 Tuesday, May 12, 2020 Approved
AWS Command Line Interface (Install) 1.18.56 240 Saturday, May 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.54 198 Thursday, May 7, 2020 Approved
AWS Command Line Interface (Install) 1.18.52 185 Tuesday, May 5, 2020 Approved
AWS Command Line Interface (Install) 1.18.51 261 Saturday, May 2, 2020 Approved
AWS Command Line Interface (Install) 1.18.50 159 Friday, May 1, 2020 Approved
AWS Command Line Interface (Install) 1.18.49 181 Thursday, April 30, 2020 Approved
AWS Command Line Interface (Install) 1.18.46 351 Saturday, April 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.43 212 Wednesday, April 22, 2020 Approved
AWS Command Line Interface (Install) 1.18.42 541 Tuesday, April 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.41 177 Friday, April 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.39 220 Thursday, April 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.36 301 Saturday, April 4, 2020 Approved
AWS Command Line Interface (Install) 1.18.35 185 Friday, April 3, 2020 Approved
AWS Command Line Interface (Install) 1.18.34 163 Thursday, April 2, 2020 Approved
AWS Command Line Interface (Install) 1.18.31 210 Saturday, March 28, 2020 Approved
AWS Command Line Interface (Install) 1.18.30 211 Thursday, March 26, 2020 Approved
AWS Command Line Interface (Install) 1.18.29 174 Thursday, March 26, 2020 Approved
AWS Command Line Interface (Install) 1.18.28 282 Wednesday, March 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.26 217 Saturday, March 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.25 217 Friday, March 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.24 196 Thursday, March 19, 2020 Approved
AWS Command Line Interface (Install) 1.18.22 182 Tuesday, March 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.21 237 Saturday, March 14, 2020 Approved
AWS Command Line Interface (Install) 1.18.20 202 Friday, March 13, 2020 Approved
AWS Command Line Interface (Install) 1.18.19 217 Thursday, March 12, 2020 Approved
AWS Command Line Interface (Install) 1.18.16 168 Saturday, March 7, 2020 Approved
AWS Command Line Interface (Install) 1.18.15 155 Friday, March 6, 2020 Approved
AWS Command Line Interface (Install) 1.18.14 216 Thursday, March 5, 2020 Approved
AWS Command Line Interface (Install) 1.18.11 21693 Saturday, February 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.9 5856 Friday, February 28, 2020 Approved
AWS Command Line Interface (Install) 1.18.6 3706 Tuesday, February 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.5 4418 Friday, February 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.4 1198 Friday, February 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.3 1397 Thursday, February 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.2 1383 Wednesday, February 19, 2020 Approved
AWS Command Line Interface (Install) 1.18.1 1649 Tuesday, February 18, 2020 Approved
AWS Command Line Interface (Install) 1.18.0 1957 Saturday, February 15, 2020 Approved
AWS Command Line Interface (Install) 1.17.17 4205 Friday, February 14, 2020 Approved
AWS Command Line Interface (Install) 1.17.16 2644 Thursday, February 13, 2020 Approved
AWS Command Line Interface (Install) 1.17.15 1529 Wednesday, February 12, 2020 Approved
AWS Command Line Interface (Install) 1.17.13 3036 Saturday, February 8, 2020 Approved
AWS Command Line Interface (Install) 1.17.12 1223 Friday, February 7, 2020 Approved
AWS Command Line Interface (Install) 1.17.11 150 Thursday, February 6, 2020 Approved
AWS Command Line Interface (Install) 1.17.10 170 Wednesday, February 5, 2020 Approved
AWS Command Line Interface (Install) 1.17.9 8265 Saturday, January 25, 2020 Approved
AWS Command Line Interface (Install) 1.17.8 939 Friday, January 24, 2020 Approved
AWS Command Line Interface (Install) 1.17.7 3027 Wednesday, January 22, 2020 Approved
AWS Command Line Interface (Install) 1.17.6 273 Tuesday, January 21, 2020 Approved
AWS Command Line Interface (Install) 1.17.5 2553 Saturday, January 18, 2020 Approved
AWS Command Line Interface (Install) 1.17.4 1199 Friday, January 17, 2020 Approved
AWS Command Line Interface (Install) 1.17.3 1102 Thursday, January 16, 2020 Approved
AWS Command Line Interface (Install) 1.17.2 2020 Tuesday, January 14, 2020 Approved
AWS Command Line Interface (Install) 1.17.1 1172 Tuesday, January 14, 2020 Approved
AWS Command Line Interface (Install) 1.17.0 2003 Saturday, January 11, 2020 Approved
AWS Command Line Interface (Install) 1.16.314 1383 Friday, January 10, 2020 Approved
AWS Command Line Interface (Install) 1.16.313 1406 Thursday, January 9, 2020 Approved
AWS Command Line Interface (Install) 1.16.312 1101 Wednesday, January 8, 2020 Approved
AWS Command Line Interface (Install) 1.16.311 1334 Tuesday, January 7, 2020 Approved
AWS Command Line Interface (Install) 1.16.310 173 Friday, January 3, 2020 Approved
AWS Command Line Interface (Install) 1.16.309 1419 Tuesday, December 24, 2019 Approved
AWS Command Line Interface (Install) 1.16.308 5802 Saturday, December 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.307 1052 Friday, December 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.305 2024 Wednesday, December 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.303 2515 Saturday, December 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.302 1182 Friday, December 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.301 1520 Thursday, December 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.300 1279 Wednesday, December 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.299 1529 Tuesday, December 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.298 2544 Friday, December 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.297 1300 Thursday, December 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.296 1341 Wednesday, December 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.294 811 Tuesday, December 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.292 4645 Wednesday, November 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.291 1357 Tuesday, November 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.290 2066 Saturday, November 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.289 1208 Friday, November 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.287 1286 Thursday, November 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.286 1737 Wednesday, November 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.284 1542 Tuesday, November 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.283 2204 Saturday, November 16, 2019 Approved
AWS Command Line Interface (Install) 1.16.282 1271 Friday, November 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.281 1539 Thursday, November 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.280 1504 Wednesday, November 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.279 1448 Tuesday, November 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.278 2076 Saturday, November 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.277 2665 Friday, November 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.276 1381 Thursday, November 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.274 1629 Tuesday, November 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.273 1286 Tuesday, November 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.272 2076 Saturday, November 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.271 1006 Friday, November 1, 2019 Approved
AWS Command Line Interface (Install) 1.16.270 1493 Thursday, October 31, 2019 Approved
AWS Command Line Interface (Install) 1.16.269 1543 Wednesday, October 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.268 1607 Tuesday, October 29, 2019 Approved
AWS Command Line Interface (Install) 1.16.266 2879 Friday, October 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.265 1779 Thursday, October 24, 2019 Approved
AWS Command Line Interface (Install) 1.16.264 1547 Wednesday, October 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.263 3553 Friday, October 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.262 717 Friday, October 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.261 2336 Thursday, October 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.260 1558 Wednesday, October 16, 2019 Approved
AWS Command Line Interface (Install) 1.16.259 1499 Tuesday, October 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.258 1952 Saturday, October 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.257 1317 Friday, October 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.256 2053 Thursday, October 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.255 1688 Wednesday, October 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.254 1377 Tuesday, October 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.253 2013 Saturday, October 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.252 1508 Friday, October 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.251 2135 Thursday, October 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.250 1631 Wednesday, October 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.249 1645 Tuesday, October 1, 2019 Approved
AWS Command Line Interface (Install) 1.16.248 2349 Saturday, September 28, 2019 Approved
AWS Command Line Interface (Install) 1.16.247 1131 Friday, September 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.246 1832 Wednesday, September 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.245 1436 Wednesday, September 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.244 1523 Tuesday, September 24, 2019 Approved
AWS Command Line Interface (Install) 1.16.243 1852 Saturday, September 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.242 1227 Friday, September 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.241 2330 Thursday, September 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.240 1495 Wednesday, September 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.239 1150 Tuesday, September 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.238 7157 Friday, September 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.237 1829 Thursday, September 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.236 1382 Wednesday, September 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.235 1314 Tuesday, September 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.234 1791 Saturday, September 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.233 1202 Friday, September 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.232 1834 Thursday, September 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.231 1256 Wednesday, September 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.230 2502 Saturday, August 31, 2019 Approved
AWS Command Line Interface (Install) 1.16.229 1873 Friday, August 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.228 2817 Thursday, August 29, 2019 Approved
AWS Command Line Interface (Install) 1.16.227 2351 Wednesday, August 28, 2019 Approved
AWS Command Line Interface (Install) 1.16.226 1267 Tuesday, August 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.225 2017 Friday, August 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.224 1077 Friday, August 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.223 1138 Thursday, August 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.222 1224 Wednesday, August 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.221 2585 Tuesday, August 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.220 1850 Saturday, August 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.219 1099 Friday, August 16, 2019 Approved
AWS Command Line Interface (Install) 1.16.218 1180 Thursday, August 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.217 1665 Wednesday, August 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.216 1127 Tuesday, August 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.215 1647 Saturday, August 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.214 1019 Friday, August 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.213 2219 Thursday, August 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.212 542 Wednesday, August 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.211 1717 Tuesday, August 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.210 1661 Saturday, August 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.209 5085 Wednesday, July 31, 2019 Approved
AWS Command Line Interface (Install) 1.16.208 1010 Tuesday, July 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.207 1623 Saturday, July 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.206 1182 Friday, July 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.205 1384 Thursday, July 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.204 1187 Tuesday, July 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.203 1186 Tuesday, July 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.202 1150 Monday, July 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.201 829 Saturday, July 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.200 912 Friday, July 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.199 1108 Thursday, July 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.198 3108 Saturday, July 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.197 939 Friday, July 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.196 1018 Thursday, July 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.195 1043 Wednesday, July 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.194 1254 Tuesday, July 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.193 2724 Thursday, July 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.192 972 Wednesday, July 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.191 980 Tuesday, July 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.190 1532 Saturday, June 29, 2019 Approved
AWS Command Line Interface (Install) 1.16.189 863 Friday, June 28, 2019 Approved
AWS Command Line Interface (Install) 1.16.188 979 Thursday, June 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.186 1199 Wednesday, June 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.185 1016 Tuesday, June 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.184 2823 Saturday, June 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.183 983 Friday, June 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.182 856 Thursday, June 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.181 1354 Wednesday, June 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.180 1447 Tuesday, June 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.179 1677 Saturday, June 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.178 886 Friday, June 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.177 2269 Thursday, June 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.176 1576 Wednesday, June 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.175 1487 Tuesday, June 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.174 1877 Saturday, June 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.173 1070 Friday, June 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.172 1260 Thursday, June 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.171 1270 Wednesday, June 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.170 1417 Tuesday, June 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.169 2972 Friday, May 31, 2019 Approved
AWS Command Line Interface (Install) 1.16.168 1159 Thursday, May 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.167 1050 Wednesday, May 29, 2019 Approved
AWS Command Line Interface (Install) 1.16.166 2309 Saturday, May 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.165 1027 Friday, May 24, 2019 Approved
AWS Command Line Interface (Install) 1.16.164 12766 Thursday, May 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.163 1247 Wednesday, May 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.162 1281 Monday, May 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.161 1765 Saturday, May 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.160 1112 Friday, May 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.159 1006 Thursday, May 16, 2019 Approved
AWS Command Line Interface (Install) 1.16.158 1095 Wednesday, May 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.157 1373 Tuesday, May 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.156 1829 Saturday, May 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.155 1671 Thursday, May 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.154 1224 Wednesday, May 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.153 1302 Tuesday, May 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.152 2597 Saturday, May 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.151 1423 Friday, May 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.150 1229 Thursday, May 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.149 1021 Wednesday, May 1, 2019 Approved
AWS Command Line Interface (Install) 1.16.148 1218 Tuesday, April 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.147 1963 Saturday, April 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.146 1196 Friday, April 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.145 1483 Thursday, April 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.144 2960 Saturday, April 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.143 1072 Friday, April 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.142 1038 Thursday, April 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.141 1101 Wednesday, April 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.140 10546 Saturday, April 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.139 1102 Friday, April 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.138 1224 Thursday, April 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.137 760 Wednesday, April 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.136 1461 Tuesday, April 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.135 1995 Saturday, March 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.134 1162 Friday, March 29, 2019 Approved
AWS Command Line Interface (Install) 1.16.133 1692 Thursday, March 28, 2019 Approved
AWS Command Line Interface (Install) 1.16.132 1544 Tuesday, March 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.131 1177 Tuesday, March 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.130 1850 Saturday, March 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.129 957 Friday, March 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.128 1152 Thursday, March 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.127 909 Wednesday, March 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.126 1613 Tuesday, March 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.125 2612 Friday, March 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.124 1198 Thursday, March 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.123 408 Wednesday, March 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.122 1923 Tuesday, March 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.121 1912 Saturday, March 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.120 1032 Friday, March 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.119 1054 Thursday, March 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.118 1162 Wednesday, March 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.117 1553 Tuesday, March 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.116 1655 Saturday, March 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.115 1375 Friday, March 1, 2019 Approved
AWS Command Line Interface (Install) 1.16.114 4671 Thursday, February 28, 2019 Approved
AWS Command Line Interface (Install) 1.16.113 1519 Wednesday, February 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.112 1186 Tuesday, February 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.111 1648 Saturday, February 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.110 940 Friday, February 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.109 1310 Thursday, February 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.108 1195 Wednesday, February 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.107 1219 Tuesday, February 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.106 1906 Saturday, February 16, 2019 Approved
AWS Command Line Interface (Install) 1.16.105 1223 Friday, February 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.104 1167 Thursday, February 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.103 832 Wednesday, February 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.102 1250 Tuesday, February 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.101 1498 Saturday, February 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.99 1695 Thursday, February 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.98 1234 Wednesday, February 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.97 1157 Tuesday, February 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.96 5863 Saturday, January 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.94 1735 Thursday, January 24, 2019 Approved
AWS Command Line Interface (Install) 1.16.93 1771 Tuesday, January 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.92 1700 Saturday, January 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.91 1028 Friday, January 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.90 1213 Thursday, January 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.89 1834 Tuesday, January 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.88 1600 Saturday, January 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.87 925 Friday, January 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.86 955 Thursday, January 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.85 1729 Tuesday, January 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.84 1506 Saturday, January 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.81 5007 Saturday, December 22, 2018 Approved
AWS Command Line Interface (Install) 1.16.80 859 Friday, December 21, 2018 Approved
AWS Command Line Interface (Install) 1.16.79 917 Thursday, December 20, 2018 Approved
AWS Command Line Interface (Install) 1.16.78 1096 Wednesday, December 19, 2018 Approved
AWS Command Line Interface (Install) 1.16.77 927 Tuesday, December 18, 2018 Approved
AWS Command Line Interface (Install) 1.16.76 1462 Saturday, December 15, 2018 Approved
AWS Command Line Interface (Install) 1.16.75 1050 Friday, December 14, 2018 Approved
AWS Command Line Interface (Install) 1.16.74 1170 Thursday, December 13, 2018 Approved
AWS Command Line Interface (Install) 1.16.73 1160 Wednesday, December 12, 2018 Approved
AWS Command Line Interface (Install) 1.16.72 2533 Saturday, December 8, 2018 Approved
AWS Command Line Interface (Install) 1.16.71 1043 Friday, December 7, 2018 Approved
AWS Command Line Interface (Install) 1.16.70 1430 Thursday, December 6, 2018 Approved
AWS Command Line Interface (Install) 1.16.69 1330 Wednesday, December 5, 2018 Approved
AWS Command Line Interface (Install) 1.16.68 2038 Tuesday, December 4, 2018 Approved
AWS Command Line Interface (Install) 1.16.67 2984 Friday, November 30, 2018 Approved
AWS Command Line Interface (Install) 1.16.65 1053 Thursday, November 29, 2018 Approved
AWS Command Line Interface (Install) 1.16.63 1269 Wednesday, November 28, 2018 Approved
AWS Command Line Interface (Install) 1.16.60 4002 Thursday, November 22, 2018 Approved
AWS Command Line Interface (Install) 1.16.59 765 Wednesday, November 21, 2018 Approved
AWS Command Line Interface (Install) 1.16.58 1501 Tuesday, November 20, 2018 Approved
AWS Command Line Interface (Install) 1.16.57 2103 Saturday, November 17, 2018 Approved
AWS Command Line Interface (Install) 1.16.56 1225 Friday, November 16, 2018 Approved
AWS Command Line Interface (Install) 1.16.55 1275 Thursday, November 15, 2018 Approved
AWS Command Line Interface (Install) 1.16.54 1260 Wednesday, November 14, 2018 Approved
AWS Command Line Interface (Install) 1.16.53 1389 Tuesday, November 13, 2018 Approved
AWS Command Line Interface (Install) 1.16.52 1945 Saturday, November 10, 2018 Approved
AWS Command Line Interface (Install) 1.16.51 775 Friday, November 9, 2018 Approved
AWS Command Line Interface (Install) 1.16.50 666 Thursday, November 8, 2018 Approved
AWS Command Line Interface (Install) 1.16.48 2445 Tuesday, November 6, 2018 Approved
AWS Command Line Interface (Install) 1.16.47 1786 Saturday, November 3, 2018 Approved
AWS Command Line Interface (Install) 1.16.46 1027 Friday, November 2, 2018 Approved
AWS Command Line Interface (Install) 1.16.45 1130 Thursday, November 1, 2018 Approved
AWS Command Line Interface (Install) 1.16.44 1129 Wednesday, October 31, 2018 Approved
AWS Command Line Interface (Install) 1.16.43 2272 Sunday, October 28, 2018 Approved
AWS Command Line Interface (Install) 1.16.42 1503 Friday, October 26, 2018 Approved
AWS Command Line Interface (Install) 1.16.41 1052 Thursday, October 25, 2018 Approved
AWS Command Line Interface (Install) 1.16.40 1103 Wednesday, October 24, 2018 Approved
AWS Command Line Interface (Install) 1.16.39 988 Tuesday, October 23, 2018 Approved
AWS Command Line Interface (Install) 1.16.38 1138 Sunday, October 21, 2018 Approved
AWS Command Line Interface (Install) 1.16.37 1550 Friday, October 19, 2018 Approved
AWS Command Line Interface (Install) 1.16.36 1061 Thursday, October 18, 2018 Approved
AWS Command Line Interface (Install) 1.16.35 1258 Wednesday, October 17, 2018 Approved
AWS Command Line Interface (Install) 1.16.34 987 Tuesday, October 16, 2018 Approved
AWS Command Line Interface (Install) 1.16.33 1058 Sunday, October 14, 2018 Approved
AWS Command Line Interface (Install) 1.16.32 1545 Friday, October 12, 2018 Approved
AWS Command Line Interface (Install) 1.16.29 2426 Tuesday, October 9, 2018 Approved
AWS Command Line Interface (Install) 1.16.28 1052 Monday, October 8, 2018 Approved
AWS Command Line Interface (Install) 1.16.27 1544 Friday, October 5, 2018 Approved
AWS Command Line Interface (Install) 1.16.26 1580 Wednesday, October 3, 2018 Approved
AWS Command Line Interface (Install) 1.16.25 1058 Tuesday, October 2, 2018 Approved
AWS Command Line Interface (Install) 1.16.24 1048 Monday, October 1, 2018 Approved
AWS Command Line Interface (Install) 1.16.23 1429 Friday, September 28, 2018 Approved
AWS Command Line Interface (Install) 1.16.22 984 Thursday, September 27, 2018 Approved
AWS Command Line Interface (Install) 1.16.21 1036 Wednesday, September 26, 2018 Approved
AWS Command Line Interface (Install) 1.16.20 1081 Tuesday, September 25, 2018 Approved
AWS Command Line Interface (Install) 1.16.19 1033 Monday, September 24, 2018 Approved
AWS Command Line Interface (Install) 1.16.18 1958 Friday, September 21, 2018 Approved
AWS Command Line Interface (Install) 1.16.17 1316 Thursday, September 20, 2018 Approved
AWS Command Line Interface (Install) 1.16.16 1096 Wednesday, September 19, 2018 Approved
AWS Command Line Interface (Install) 1.16.15 1223 Tuesday, September 18, 2018 Approved
AWS Command Line Interface (Install) 1.16.14 2526 Friday, September 14, 2018 Approved
AWS Command Line Interface (Install) 1.16.13 1175 Thursday, September 13, 2018 Approved
AWS Command Line Interface (Install) 1.16.11 1749 Tuesday, September 11, 2018 Approved
AWS Command Line Interface (Install) 1.16.10 1295 Monday, September 10, 2018 Approved
AWS Command Line Interface (Install) 1.16.9 1747 Friday, September 7, 2018 Approved
AWS Command Line Interface (Install) 1.16.8 1022 Thursday, September 6, 2018 Approved
AWS Command Line Interface (Install) 1.16.7 1037 Wednesday, September 5, 2018 Approved
AWS Command Line Interface (Install) 1.16.6 1789 Monday, September 3, 2018 Approved
AWS Command Line Interface (Install) 1.16.5 1937 Friday, August 31, 2018 Approved
AWS Command Line Interface (Install) 1.16.4 1044 Thursday, August 30, 2018 Approved
AWS Command Line Interface (Install) 1.16.3 691 Wednesday, August 29, 2018 Approved
AWS Command Line Interface (Install) 1.16.2 492 Tuesday, August 28, 2018 Approved
AWS Command Line Interface (Install) 1.16.1 1911 Monday, August 27, 2018 Approved
AWS Command Line Interface (Install) 1.15.85 1628 Friday, August 24, 2018 Approved
AWS Command Line Interface (Install) 1.15.84 1831 Thursday, August 23, 2018 Approved
AWS Command Line Interface (Install) 1.15.83 644 Wednesday, August 22, 2018 Approved
AWS Command Line Interface (Install) 1.15.82 1388 Tuesday, August 21, 2018 Approved
AWS Command Line Interface (Install) 1.15.81 1056 Monday, August 20, 2018 Approved
AWS Command Line Interface (Install) 1.15.80 1598 Friday, August 17, 2018 Approved
AWS Command Line Interface (Install) 1.15.79 926 Thursday, August 16, 2018 Approved
AWS Command Line Interface (Install) 1.15.78 944 Wednesday, August 15, 2018 Approved
AWS Command Line Interface (Install) 1.15.77 864 Tuesday, August 14, 2018 Approved
AWS Command Line Interface (Install) 1.15.76 960 Monday, August 13, 2018 Approved
AWS Command Line Interface (Install) 1.15.75 1590 Friday, August 10, 2018 Approved
AWS Command Line Interface (Install) 1.15.74 971 Thursday, August 9, 2018 Approved
AWS Command Line Interface (Install) 1.15.73 933 Wednesday, August 8, 2018 Approved
AWS Command Line Interface (Install) 1.15.72 952 Tuesday, August 7, 2018 Approved
AWS Command Line Interface (Install) 1.15.71 972 Monday, August 6, 2018 Approved
AWS Command Line Interface (Install) 1.15.70 1416 Friday, August 3, 2018 Approved
AWS Command Line Interface (Install) 1.15.69 964 Thursday, August 2, 2018 Approved
AWS Command Line Interface (Install) 1.15.68 996 Wednesday, August 1, 2018 Approved
AWS Command Line Interface (Install) 1.15.67 990 Tuesday, July 31, 2018 Approved
AWS Command Line Interface (Install) 1.15.66 2248 Friday, July 27, 2018 Approved
AWS Command Line Interface (Install) 1.15.65 1036 Thursday, July 26, 2018 Approved
AWS Command Line Interface (Install) 1.15.64 1008 Wednesday, July 25, 2018 Approved
AWS Command Line Interface (Install) 1.15.63 2001 Monday, July 23, 2018 Approved
AWS Command Line Interface (Install) 1.15.62 1527 Friday, July 20, 2018 Approved
AWS Command Line Interface (Install) 1.15.61 1090 Thursday, July 19, 2018 Approved
AWS Command Line Interface (Install) 1.15.60 1042 Wednesday, July 18, 2018 Approved
AWS Command Line Interface (Install) 1.15.59 1498 Monday, July 16, 2018 Approved
AWS Command Line Interface (Install) 1.15.58 1382 Friday, July 13, 2018 Approved
AWS Command Line Interface (Install) 1.15.57 966 Thursday, July 12, 2018 Approved
AWS Command Line Interface (Install) 1.15.56 967 Wednesday, July 11, 2018 Approved
AWS Command Line Interface (Install) 1.15.55 900 Tuesday, July 10, 2018 Approved
AWS Command Line Interface (Install) 1.15.53 989 Sunday, July 8, 2018 Approved
AWS Command Line Interface (Install) 1.15.52 1283 Friday, July 6, 2018 Approved
AWS Command Line Interface 1.15.51 1557 Tuesday, July 3, 2018 Approved
AWS Command Line Interface 1.15.50 916 Monday, July 2, 2018 Approved
AWS Command Line Interface (Install) 1.15.49 1912 Friday, June 29, 2018 Approved
AWS Command Line Interface (Install) 1.15.47 907 Thursday, June 28, 2018 Approved
AWS Command Line Interface (Install) 1.15.46 488 Wednesday, June 27, 2018 Approved
AWS Command Line Interface (Install) 1.15.45 469 Monday, June 25, 2018 Approved
AWS Command Line Interface (Install) 1.15.44 713 Friday, June 22, 2018 Approved
AWS Command Line Interface (Install) 1.15.42 3029 Thursday, June 21, 2018 Approved
AWS Command Line Interface (Install) 1.15.41 963 Wednesday, June 20, 2018 Approved
AWS Command Line Interface (Install) 1.15.40 1432 Monday, June 18, 2018 Approved
AWS Command Line Interface (Install) 1.15.39 1429 Friday, June 15, 2018 Approved
AWS Command Line Interface (Install) 1.15.37 1517 Wednesday, June 13, 2018 Approved
AWS Command Line Interface (Install) 1.15.35 1476 Monday, June 11, 2018 Approved
AWS Command Line Interface (Install) 1.15.34 1568 Friday, June 8, 2018 Approved
AWS Command Line Interface (Install) 1.15.33 1828 Wednesday, June 6, 2018 Approved
AWS Command Line Interface ((Install) 1.15.31 2162 Saturday, June 2, 2018 Approved
AWS Command Line Interface 1.15.20 6957 Tuesday, May 15, 2018 Approved
AWS Command Line Interface 1.15.2 15356 Friday, April 6, 2018 Approved
AWS Command Line Interface 1.15.1 746 Thursday, April 5, 2018 Approved
AWS Command Line Interface 1.15.0 697 Wednesday, April 4, 2018 Approved
AWS Command Line Interface 1.14.70 798 Tuesday, April 3, 2018 Approved
AWS Command Line Interface 1.14.69 294 Tuesday, April 3, 2018 Approved
AWS Command Line Interface 1.14.68 270 Friday, March 30, 2018 Approved
AWS Command Line Interface 1.14.67 1542 Friday, March 30, 2018 Approved
AWS Command Line Interface 1.14.43 11567 Tuesday, February 20, 2018 Approved
AWS Command Line Interface 1.14.42 842 Monday, February 19, 2018 Approved
AWS Command Line Interface 1.14.41 806 Sunday, February 18, 2018 Approved
AWS Command Line Interface 1.14.40 872 Thursday, February 15, 2018 Approved
AWS Command Line Interface 1.14.39 686 Thursday, February 15, 2018 Approved
AWS Command Line Interface 1.14.37 1189 Tuesday, February 13, 2018 Approved
AWS Command Line Interface 1.14.36 1134 Saturday, February 10, 2018 Approved
AWS Command Line Interface 1.14.35 734 Thursday, February 8, 2018 Approved
AWS Command Line Interface 1.14.34 993 Wednesday, February 7, 2018 Approved
AWS Command Line Interface 1.14.32 2720 Tuesday, January 30, 2018 Approved
AWS Command Line Interface 1.14.30 2460 Tuesday, January 23, 2018 Approved
AWS Command Line Interface 1.14.29 420 Monday, January 22, 2018 Approved
AWS Command Line Interface 1.14.24 3025 Saturday, January 13, 2018 Approved
AWS Command Line Interface 1.14.23 823 Thursday, January 11, 2018 Approved
AWS Command Line Interface 1.14.22 763 Thursday, January 11, 2018 Approved
AWS Command Line Interface 1.14.19 2208 Saturday, January 6, 2018 Approved
AWS Command Line Interface 1.14.18 1458 Wednesday, January 3, 2018 Approved
AWS Command Line Interface 1.14.16 1506 Friday, December 22, 2017 Approved
AWS Command Line Interface 1.14.15 565 Friday, December 22, 2017 Approved
AWS Command Line Interface 1.14.12 1094 Tuesday, December 19, 2017 Approved
AWS Command Line Interface 1.14.11 838 Saturday, December 16, 2017 Approved
AWS Command Line Interface 1.14.10 711 Thursday, December 14, 2017 Approved
AWS Command Line Interface 1.14.9 965 Tuesday, December 12, 2017 Approved
AWS Command Line Interface 1.14.8 628 Tuesday, December 12, 2017 Approved
AWS Command Line Interface 1.14.7 885 Saturday, December 9, 2017 Approved
AWS Command Line Interface 1.14.6 643 Thursday, December 7, 2017 Approved
AWS Command Line Interface 1.14.5 472 Thursday, December 7, 2017 Approved
AWS Command Line Interface 1.14.3 1107 Monday, December 4, 2017 Approved
AWS Command Line Interface 1.14.2 1021 Thursday, November 30, 2017 Approved
AWS Command Line Interface 1.14.1 539 Thursday, November 30, 2017 Approved
AWS Command Line Interface 1.14.0 435 Wednesday, November 29, 2017 Approved
AWS Command Line Interface 1.13.0 566 Wednesday, November 29, 2017 Approved
AWS Command Line Interface 1.12.2 922 Monday, November 27, 2017 Approved
AWS Command Line Interface 1.12.1 907 Thursday, November 23, 2017 Approved
AWS Command Line Interface 1.12.0 577 Wednesday, November 22, 2017 Approved
AWS Command Line Interface 1.11.190 711 Tuesday, November 21, 2017 Approved
AWS Command Line Interface 1.11.189 825 Saturday, November 18, 2017 Approved
AWS Command Line Interface 1.11.188 643 Friday, November 17, 2017 Approved
AWS Command Line Interface 1.11.187 638 Wednesday, November 15, 2017 Approved
AWS Command Line Interface 1.11.186 614 Wednesday, November 15, 2017 Approved
AWS Command Line Interface 1.11.185 1167 Thursday, November 9, 2017 Approved
AWS Command Line Interface 1.11.184 792 Thursday, November 9, 2017 Approved
AWS Command Line Interface 1.11.183 677 Tuesday, November 7, 2017 Approved
AWS Command Line Interface 1.11.181 1038 Saturday, November 4, 2017 Approved
AWS Command Line Interface 1.11.180 634 Friday, November 3, 2017 Approved
AWS Command Line Interface 1.11.179 638 Thursday, November 2, 2017 Approved
AWS Command Line Interface 1.11.178 1525 Friday, October 27, 2017 Approved
AWS Command Line Interface 1.11.177 825 Wednesday, October 25, 2017 Approved
AWS Command Line Interface 1.11.176 662 Tuesday, October 24, 2017 Approved
AWS Command Line Interface 1.11.175 866 Friday, October 20, 2017 Approved
AWS Command Line Interface 1.11.174 675 Thursday, October 19, 2017 Approved
AWS Command Line Interface 1.11.173 671 Wednesday, October 18, 2017 Approved
AWS Command Line Interface 1.11.172 782 Tuesday, October 17, 2017 Approved
AWS Command Line Interface 1.11.171 725 Monday, October 16, 2017 Approved
AWS Command Line Interface 1.11.170 1063 Thursday, October 12, 2017 Approved
AWS Command Line Interface 1.11.169 734 Wednesday, October 11, 2017 Approved
AWS Command Line Interface 1.11.167 1529 Saturday, October 7, 2017 Approved
AWS Command Line Interface 1.11.166 589 Thursday, October 5, 2017 Approved
AWS Command Line Interface 1.11.165 583 Thursday, October 5, 2017 Approved
AWS Command Line Interface 1.11.164 711 Tuesday, October 3, 2017 Approved
AWS Command Line Interface 1.11.163 676 Monday, October 2, 2017 Approved
AWS Command Line Interface 1.11.162 747 Saturday, September 30, 2017 Approved
AWS Command Line Interface 1.11.160 1890 Tuesday, September 26, 2017 Approved
AWS Command Line Interface 1.11.159 15488 Monday, September 25, 2017 Approved
AWS Command Line Interface 1.11.158 1404 Thursday, September 21, 2017 Approved
AWS Command Line Interface 1.11.157 455 Thursday, September 21, 2017 Approved
AWS Command Line Interface 1.11.156 974 Wednesday, September 20, 2017 Approved
AWS Command Line Interface 1.11.155 760 Tuesday, September 19, 2017 Approved
AWS Command Line Interface 1.11.154 980 Friday, September 15, 2017 Approved
AWS Command Line Interface 1.11.152 907 Wednesday, September 13, 2017 Approved
AWS Command Line Interface 1.11.151 748 Tuesday, September 12, 2017 Approved
AWS Command Line Interface 1.11.150 736 Tuesday, September 12, 2017 Approved
AWS Command Line Interface 1.11.148 1285 Friday, September 8, 2017 Approved
AWS Command Line Interface 1.11.146 1114 Tuesday, September 5, 2017 Approved
AWS Command Line Interface 1.11.145 1718 Saturday, September 2, 2017 Approved
AWS Command Line Interface 1.11.144 13601 Friday, September 1, 2017 Approved
AWS Command Line Interface 1.11.143 714 Thursday, August 31, 2017 Approved
AWS Command Line Interface 1.11.142 917 Tuesday, August 29, 2017 Approved
AWS Command Line Interface 1.11.141 1853 Saturday, August 26, 2017 Approved
AWS Command Line Interface 1.11.140 1123 Thursday, August 24, 2017 Approved
AWS Command Line Interface 1.11.139 962 Wednesday, August 23, 2017 Approved
AWS Command Line Interface 1.11.137 1526 Tuesday, August 22, 2017 Approved
AWS Command Line Interface 1.11.133 4185 Saturday, August 12, 2017 Approved
AWS Command Line Interface 1.11.132 1012 Friday, August 11, 2017 Approved
AWS Command Line Interface 1.11.131 1215 Wednesday, August 9, 2017 Approved
AWS Command Line Interface 1.11.129 7077 Wednesday, August 2, 2017 Approved
AWS Command Line Interface 1.11.128 1126 Tuesday, August 1, 2017 Approved
AWS Command Line Interface 1.11.127 2211 Friday, July 28, 2017 Approved
AWS Command Line Interface 1.11.126 1130 Thursday, July 27, 2017 Approved
AWS Command Line Interface 1.11.125 597 Wednesday, July 26, 2017 Approved
AWS Command Line Interface 1.11.124 1681 Monday, July 24, 2017 Approved
AWS Command Line Interface 1.11.123 2217 Friday, July 21, 2017 Approved
AWS Command Line Interface 1.11.122 1047 Wednesday, July 19, 2017 Approved
AWS Command Line Interface 1.11.121 1550 Tuesday, July 18, 2017 Approved
AWS Command Line Interface 1.11.120 2054 Saturday, July 15, 2017 Approved
AWS Command Line Interface 1.11.118 1836 Thursday, July 13, 2017 Approved
AWS Command Line Interface 1.11.115 8451 Friday, June 30, 2017 Approved
AWS Command Line Interface 1.11.114 1282 Thursday, June 29, 2017 Approved
AWS Command Line Interface 1.11.113 1254 Wednesday, June 28, 2017 Approved
AWS Command Line Interface 1.11.112 3415 Friday, June 23, 2017 Approved
AWS Command Line Interface 1.11.111 817 Friday, June 23, 2017 Approved
AWS Command Line Interface 1.11.110 1244 Thursday, June 22, 2017 Approved
AWS Command Line Interface 1.11.109 883 Wednesday, June 21, 2017 Approved
AWS Command Line Interface 1.11.108 1399 Monday, June 19, 2017 Approved
AWS Command Line Interface 1.11.107 1557 Sunday, June 18, 2017 Approved
AWS Command Line Interface 1.11.101 7197 Thursday, June 8, 2017 Approved
AWS Command Line Interface 1.11.100 1488 Wednesday, June 7, 2017 Approved
AWS Command Line Interface 1.11.99 632 Wednesday, June 7, 2017 Approved
AWS Command Line Interface 1.11.98 760 Monday, June 5, 2017 Approved
AWS Command Line Interface 1.11.97 3078 Saturday, June 3, 2017 Approved
AWS Command Line Interface 1.11.96 1186 Friday, June 2, 2017 Approved
AWS Command Line Interface 1.11.95 1191 Wednesday, May 31, 2017 Approved
AWS Command Line Interface 1.11.94 1132 Wednesday, May 31, 2017 Approved
AWS Command Line Interface 1.11.91 4672 Wednesday, May 24, 2017 Approved
AWS Command Line Interface 1.11.90 729 Tuesday, May 23, 2017 Approved
AWS Command Line Interface 1.11.89 3207 Friday, May 19, 2017 Approved
AWS Command Line Interface 1.11.88 1004 Thursday, May 18, 2017 Approved
AWS Command Line Interface 1.11.87 1223 Wednesday, May 17, 2017 Approved
AWS Command Line Interface 1.11.86 1140 Tuesday, May 16, 2017 Approved
AWS Command Line Interface 1.11.85 2366 Friday, May 12, 2017 Approved
AWS Command Line Interface 1.11.83 3906 Friday, May 5, 2017 Approved
AWS Command Line Interface 1.11.82 3593 Saturday, April 29, 2017 Approved
AWS Command Line Interface 1.11.81 1854 Wednesday, April 26, 2017 Approved
AWS Command Line Interface 1.11.80 1409 Saturday, April 22, 2017 Approved
AWS Command Line Interface 1.11.79 593 Friday, April 21, 2017 Approved
AWS Command Line Interface 1.11.78 880 Wednesday, April 19, 2017 Approved
AWS Command Line Interface 1.11.77 1481 Tuesday, April 18, 2017 Approved
AWS Command Line Interface 1.11.76 7948 Tuesday, April 11, 2017 Approved
AWS Command Line Interface 1.11.75 1437 Saturday, April 8, 2017 Approved
AWS Command Line Interface 1.11.74 857 Thursday, April 6, 2017 Approved
AWS Command Line Interface 1.11.73 887 Thursday, April 6, 2017 Approved
AWS Command Line Interface 1.11.72 745 Tuesday, April 4, 2017 Approved
AWS Command Line Interface 1.11.71 668 Tuesday, April 4, 2017 Approved
AWS Command Line Interface 1.11.70 910 Friday, March 31, 2017 Approved
AWS Command Line Interface 1.11.69 576 Friday, March 31, 2017 Approved
AWS Command Line Interface 1.11.68 1057 Wednesday, March 29, 2017 Approved
AWS Command Line Interface 1.11.67 685 Tuesday, March 28, 2017 Approved
AWS Command Line Interface 1.11.66 1006 Thursday, March 23, 2017 Approved
AWS Command Line Interface 1.11.65 812 Thursday, March 23, 2017 Approved
AWS Command Line Interface 1.11.64 657 Wednesday, March 22, 2017 Approved
AWS Command Line Interface 1.11.63 1778 Tuesday, March 14, 2017 Approved
AWS Command Line Interface 1.11.61 854 Friday, March 10, 2017 Approved
AWS Command Line Interface 1.11.60 728 Friday, March 10, 2017 Approved
AWS Command Line Interface 1.11.59 666 Thursday, March 9, 2017 Approved
AWS Command Line Interface 1.11.58 671 Wednesday, March 8, 2017 Approved
AWS Command Line Interface 1.11.57 619 Tuesday, March 7, 2017 Approved
AWS Command Line Interface 1.11.56 1818 Tuesday, February 28, 2017 Approved
AWS Command Line Interface 1.11.55 763 Sunday, February 26, 2017 Approved
AWS Command Line Interface 1.11.54 748 Friday, February 24, 2017 Approved
AWS Command Line Interface 1.11.52 1083 Wednesday, February 22, 2017 Approved
AWS Command Line Interface 1.11.51 42631 Sunday, February 19, 2017 Approved
AWS Command Line Interface 1.11.50 768 Friday, February 17, 2017 Approved
AWS Command Line Interface 1.11.49 736 Thursday, February 16, 2017 Approved
AWS Command Line Interface 1.11.48 782 Wednesday, February 15, 2017 Approved
AWS Command Line Interface 1.11.47 526 Tuesday, February 14, 2017 Approved
AWS Command Line Interface 1.11.46 1389 Friday, February 10, 2017 Approved
AWS Command Line Interface 1.11.45 964 Wednesday, February 8, 2017 Approved
AWS Command Line Interface 1.11.43 2429 Thursday, January 26, 2017 Approved
AWS Command Line Interface 1.11.42 710 Wednesday, January 25, 2017 Approved
AWS Command Line Interface 1.11.41 3187 Friday, January 20, 2017 Approved
AWS Command Line Interface 1.11.40 497 Friday, January 20, 2017 Approved
AWS Command Line Interface 1.11.39 745 Thursday, January 19, 2017 Approved
AWS Command Line Interface 1.11.38 688 Tuesday, January 17, 2017 Approved
AWS Command Line Interface 1.11.37 524 Tuesday, January 17, 2017 Approved
AWS Command Line Interface 1.11.36 1862 Wednesday, January 4, 2017 Approved
AWS Command Line Interface 1.11.34 1658 Friday, December 23, 2016 Approved
AWS Command Line Interface 1.11.33 938 Thursday, December 22, 2016 Approved
AWS Command Line Interface 1.11.32 634 Wednesday, December 21, 2016 Approved
AWS Command Line Interface 1.11.31 701 Tuesday, December 20, 2016 Approved
AWS Command Line Interface 1.11.30 850 Friday, December 16, 2016 Approved
AWS Command Line Interface 1.11.24 1949 Saturday, December 3, 2016 Approved
AWS Command Line Interface 1.11.22 1467 Wednesday, November 30, 2016 Approved
AWS Command Line Interface 1.10.38 10418 Wednesday, June 15, 2016 Approved
AWS Command Line Interface 1.10.35 473 Friday, June 3, 2016 Approved
AWS Command Line Interface 1.10.33 408 Friday, May 27, 2016 Approved
AWS Command Line Interface 1.10.30 412 Wednesday, May 18, 2016 Approved
AWS Command Line Interface 1.10.27 451 Wednesday, May 11, 2016 Approved
AWS Command Line Interface 1.10.26 413 Friday, May 6, 2016 Approved
AWS Command Line Interface 1.10.25 393 Wednesday, May 4, 2016 Approved
AWS Command Line Interface 1.10.24 455 Friday, April 29, 2016 Approved
AWS Command Line Interface 1.10.23 497 Thursday, April 28, 2016 Approved
AWS Command Line Interface 1.10.22 616 Friday, April 22, 2016 Approved
AWS Command Line Interface 1.10.21 516 Tuesday, April 19, 2016 Approved
AWS Command Line Interface 1.10.20 656 Tuesday, April 12, 2016 Approved
AWS Command Line Interface 1.10.18 535 Monday, April 11, 2016 Approved
AWS Command Line Interface 1.10.16 828 Friday, March 25, 2016 Approved
AWS Command Line Interface 1.10.15 548 Wednesday, March 23, 2016 Approved
AWS Command Line Interface 1.10.14 526 Friday, March 18, 2016 Approved
AWS Command Line Interface 1.10.13 470 Wednesday, March 16, 2016 Approved
AWS Command Line Interface 1.10.12 525 Friday, March 11, 2016 Approved
AWS Command Line Interface 1.10.11 543 Wednesday, March 9, 2016 Approved
AWS Command Line Interface 1.10.10 533 Friday, March 4, 2016 Approved
AWS Command Line Interface 1.10.9 511 Wednesday, March 2, 2016 Approved
AWS Command Line Interface 1.10.8 521 Monday, February 29, 2016 Approved
AWS Command Line Interface 1.10.7 619 Wednesday, February 24, 2016 Approved
awscli 1.0.4 13370 Saturday, February 22, 2014 Approved
awscli 1.0.3 554 Saturday, December 7, 2013 Approved
awscli 1.0.2 496 Saturday, December 7, 2013 Approved
awscli 1.0.1 676 Saturday, December 7, 2013 Approved

This package has no dependencies.

Discussion for the AWS Command Line Interface v2 (Install) Package

Ground Rules:

  • This discussion is only about AWS Command Line Interface v2 (Install) and the AWS Command Line Interface v2 (Install) package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or AWS Command Line Interface v2 (Install), or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus