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,210,998

Downloads of v 1.16.110:

922

Last Update:

22 Feb 2019

Package Maintainer(s):

Software Author(s):

  • Amazon Web Services

Tags:

awscli aws cli cloud amazon web services s3 admin

AWS Command Line Interface (Install)

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

  • 1
  • 2
  • 3

1.16.110 | Updated: 22 Feb 2019

Downloads:

4,210,998

Downloads of v 1.16.110:

922

Maintainer(s):

Software Author(s):

  • Amazon Web Services

AWS Command Line Interface (Install) 1.16.110

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

  • 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 (Install), run the following command from the command line or from PowerShell:

>

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

>

To uninstall AWS Command Line Interface (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="'1.16.110'" [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="'1.16.110'" 
$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: '1.16.110'
    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  '1.16.110'
end

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


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

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


package { 'awscli':
  ensure   => '1.16.110',
  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...

Package Approved

This package was approved as a trusted package on 22 Feb 2019.

Description

The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program.

  • Linux shells – Use common shell programs such as Bash, Zsh, and tsch to run commands in Linux, macOS, or Unix.

  • Windows command line – On Microsoft Windows, run commands in either PowerShell or the Windows Command Processor.

  • Remotely – Run commands on Amazon EC2 instances through a remote terminal such as PuTTY or SSH, or with Amazon EC2 systems manager.

The AWS CLI provides direct access to AWS services' public APIs. Explore a service's capabilities with the AWS CLI, and develop shell scripts to manage your resources. Or take what you've learned to develop programs in other languages with the AWS SDK.

In addition to the low level, API equivalent commands, the AWS CLI also provides customizations for several services. Customizations are higher level commands that simplify using a service with a complex API. For example, the aws s3 set of commands provide a familiar syntax for managing files in Amazon S3.


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

$toolsDir   = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url        = 'https://s3.amazonaws.com/aws-cli/AWSCLI32-1.16.110.msi'
$checksum   = 'bfbfb1aa39d3c6bdc63ba80065120c986f0e7b37e9e9017b7d6c93e82c2d5074'
$url64      = 'https://s3.amazonaws.com/aws-cli/AWSCLI64-1.16.110.msi'
$checksum64 = 'b47f6e748b182107799cce2a21aa2b366d989fd3d0f0a3c4ab40e47dec993868'
 
$packageArgs = @{
  packageName   = $env:ChocolateyPackageName
  unzipLocation = $toolsDir
  fileType      = 'MSI'
  url           = $url
  url64bit      = $url64
  softwareName  = 'AWS Command Line Interface*'
  checksum      = $checksum
  checksumType  = 'sha256'
  checksum64    = $checksum64
  checksumType64= 'sha256'
  silentArgs    = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
  validExitCodes= @(0, 3010, 1641)
}

Install-ChocolateyPackage @packageArgs
tools\chocolateyuninstall.ps1
$ErrorActionPreference = 'Stop';

$packageArgs = @{
  packageName   = $env:ChocolateyPackageName
  softwareName  = 'AWS Command Line Interface*'
  fileType      = 'MSI'
  silentArgs    = "/qn /norestart"
  validExitCodes= @(0, 3010, 1605, 1614, 1641)
}

$uninstalled = $false
[array]$key = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName']

if ($key.Count -eq 1) {
  $key | % { 
    $packageArgs['file'] = "$($_.UninstallString)"
    if ($packageArgs['fileType'] -eq 'MSI') {
      $packageArgs['silentArgs'] = "$($_.PSChildName) $($packageArgs['silentArgs'])"
      
      $packageArgs['file'] = ''
    }

    Uninstall-ChocolateyPackage @packageArgs
  }
} elseif ($key.Count -eq 0) {
  Write-Warning "$packageName has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
  Write-Warning "$($key.Count) matches found!"
  Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
  Write-Warning "Please alert package maintainer the following keys were matched:"
  $key | % {Write-Warning "- $($_.DisplayName)"}
}

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.15.32 10350 Saturday, March 23, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.31 6424 Thursday, March 21, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.30 12702 Saturday, March 16, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.28 10699 Tuesday, March 12, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.27 6975 Saturday, March 9, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.26 6450 Thursday, March 7, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.25 21854 Saturday, March 2, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.24 8230 Thursday, February 29, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.23 15492 Saturday, February 24, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.22 8263 Thursday, February 22, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.21 12774 Saturday, February 17, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.20 7078 Thursday, February 15, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.19 16580 Saturday, February 10, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.17 20591 Saturday, February 3, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.16 6651 Thursday, February 1, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.15 14867 Saturday, January 27, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.14 6949 Thursday, January 25, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.13 8026 Tuesday, January 23, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.12 8882 Saturday, January 20, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.11 8000 Thursday, January 18, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.10 13531 Saturday, January 13, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.9 7060 Thursday, January 11, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.8 12070 Saturday, January 6, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.7 6302 Thursday, January 4, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.6 10097 Saturday, December 30, 2023 Approved
AWS Command Line Interface v2 (Install) 2.15.5 4973 Thursday, December 28, 2023 Approved
AWS Command Line Interface v2 (Install) 2.15.4 8636 Saturday, December 23, 2023 Approved
AWS Command Line Interface v2 (Install) 2.15.3 6436 Thursday, December 21, 2023 Approved
AWS Command Line Interface v2 (Install) 2.15.2 11589 Saturday, December 16, 2023 Approved
AWS Command Line Interface v2 (Install) 2.15.1 5101 Thursday, December 14, 2023 Approved
AWS Command Line Interface v2 (Install) 2.15.0 15154 Saturday, December 9, 2023 Approved
AWS Command Line Interface v2 (Install) 2.14.6 8351 Thursday, December 7, 2023 Approved
AWS Command Line Interface v2 (Install) 2.14.5 15010 Friday, December 1, 2023 Approved
AWS Command Line Interface v2 (Install) 2.14.2 6348 Wednesday, November 29, 2023 Approved
AWS Command Line Interface v2 (Install) 2.14.0 7048 Tuesday, November 28, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.38 14205 Wednesday, November 22, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.37 14124 Saturday, November 18, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.36 5207 Thursday, November 16, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.35 8331 Tuesday, November 14, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.34 8946 Saturday, November 11, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.32 15348 Saturday, November 4, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.31 6318 Thursday, November 2, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.30 12815 Saturday, October 28, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.29 6227 Thursday, October 26, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.28 13375 Saturday, October 21, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.27 7357 Thursday, October 19, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.26 13405 Saturday, October 14, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.25 15703 Saturday, October 7, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.24 6305 Thursday, October 5, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.23 7929 Tuesday, October 3, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.21 112 Saturday, September 23, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.20 24529 Thursday, September 21, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.19 12538 Saturday, September 16, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.18 7024 Thursday, September 14, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.16 17684 Thursday, September 7, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.15 12092 Saturday, September 2, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.14 8455 Thursday, August 31, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.13 13249 Saturday, August 26, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.12 6999 Thursday, August 24, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.11 1623 Saturday, August 19, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.9 27416 Saturday, August 12, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.8 7233 Thursday, August 10, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.7 12935 Saturday, August 5, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.6 7564 Thursday, August 3, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.5 60 Saturday, July 29, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.4 15719 Thursday, July 27, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.3 14393 Saturday, July 22, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.2 14343 Thursday, July 20, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.1 23082 Friday, July 14, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.0 27112 Saturday, July 8, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.7 10995 Thursday, July 6, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.6 17541 Saturday, July 1, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.5 7328 Friday, June 30, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.4 8094 Thursday, June 29, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.3 17462 Saturday, June 24, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.2 10860 Thursday, June 22, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.1 18135 Saturday, June 17, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.0 11879 Thursday, June 15, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.27 13043 Saturday, June 10, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.26 6957 Thursday, June 8, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.25 12504 Saturday, June 3, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.24 7207 Thursday, June 1, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.23 12668 Saturday, May 27, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.22 7797 Thursday, May 25, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.21 13197 Saturday, May 20, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.20 25153 Saturday, May 13, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.19 9767 Thursday, May 11, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.17 17142 Thursday, May 4, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.16 15819 Saturday, April 29, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.13 24461 Saturday, April 15, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.11 21896 Monday, April 10, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.10 9111 Thursday, April 6, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.9 8711 Tuesday, April 4, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.8 9232 Saturday, April 1, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.6 17577 Saturday, March 25, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.5 6821 Thursday, March 23, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.4 17180 Saturday, March 18, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.2 17646 Saturday, March 11, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.1 7529 Thursday, March 9, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.0 14273 Friday, March 3, 2023 Approved
AWS Command Line Interface v2 (Install) 2.10.4 5923 Thursday, March 2, 2023 Approved
AWS Command Line Interface v2 (Install) 2.10.3 11561 Saturday, February 25, 2023 Approved
AWS Command Line Interface v2 (Install) 2.10.2 8186 Thursday, February 23, 2023 Approved
AWS Command Line Interface v2 (Install) 2.10.1 12487 Saturday, February 18, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.23 17700 Saturday, February 11, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.22 7326 Thursday, February 9, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.21 11269 Monday, February 6, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.20 11411 Thursday, February 2, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.19 11395 Monday, January 30, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.18 11719 Thursday, January 26, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.17 13356 Saturday, January 21, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.16 8524 Thursday, January 19, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.15 12770 Saturday, January 14, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.14 7480 Thursday, January 12, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.13 15763 Friday, January 6, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.12 14399 Saturday, December 31, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.11 6973 Thursday, December 29, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.10 11146 Friday, December 23, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.9 7439 Thursday, December 22, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.8 12822 Saturday, December 17, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.7 8478 Thursday, December 15, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.6 13902 Saturday, December 10, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.5 7396 Thursday, December 8, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.4 12275 Saturday, December 3, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.3 6333 Thursday, December 1, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.2 5415 Wednesday, November 30, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.1 13395 Thursday, November 24, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.0 15462 Saturday, November 19, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.13 6756 Thursday, November 17, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.12 9576 Saturday, November 12, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.11 11499 Thursday, November 10, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.9 13135 Saturday, November 5, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.8 7469 Thursday, November 3, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.7 15657 Friday, October 28, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.6 7364 Thursday, October 27, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.5 10758 Saturday, October 22, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.3 17692 Friday, October 14, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.2 15505 Saturday, October 8, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.1 6570 Thursday, October 6, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.0 10757 Saturday, October 1, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.35 13623 Saturday, September 24, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.34 6695 Thursday, September 22, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.33 11570 Saturday, September 17, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.32 6893 Thursday, September 15, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.31 14040 Saturday, September 10, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.30 7632 Thursday, September 8, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.29 13859 Monday, September 5, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.28 19828 Thursday, September 1, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.26 23146 Thursday, August 25, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.25 16537 Saturday, August 20, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.24 11572 Wednesday, August 17, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.22 15258 Friday, August 12, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.21 32432 Thursday, August 4, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.20 16073 Saturday, July 30, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.19 7902 Thursday, July 28, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.18 13987 Saturday, July 23, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.17 8175 Thursday, July 21, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.16 13963 Saturday, July 16, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.15 7243 Thursday, July 14, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.14 13292 Saturday, July 9, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.13 6208 Thursday, July 7, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.11 27718 Saturday, June 25, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.9 18254 Saturday, June 18, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.8 4841 Friday, June 17, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.7 21255 Thursday, June 9, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.6 11541 Saturday, June 4, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.5 6927 Thursday, June 2, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.4 11520 Friday, May 27, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.3 6095 Thursday, May 26, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.2 12266 Saturday, May 21, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.1 7881 Wednesday, May 18, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.0 11181 Saturday, May 14, 2022 Approved
AWS Command Line Interface v2 (Install) 2.6.4 6793 Wednesday, May 11, 2022 Approved
AWS Command Line Interface v2 (Install) 2.6.3 8184 Sunday, May 8, 2022 Approved
AWS Command Line Interface v2 (Install) 2.6.2 6844 Thursday, May 5, 2022 Approved
AWS Command Line Interface v2 (Install) 2.6.1 9331 Friday, April 29, 2022 Approved
AWS Command Line Interface v2 (Install) 2.6.0 5237 Thursday, April 28, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.8 10695 Friday, April 22, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.7 3679 Thursday, April 21, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.6 10507 Saturday, April 16, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.4 11217 Saturday, April 9, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.3 5787 Thursday, April 7, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.2 8551 Saturday, April 2, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.1 5812 Thursday, March 31, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.0 6671 Monday, March 28, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.29 7922 Saturday, March 26, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.28 5465 Thursday, March 24, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.27 10376 Friday, March 18, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.25 12140 Friday, March 11, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.24 5906 Wednesday, March 9, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.23 8712 Friday, March 4, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.22 6005 Wednesday, March 2, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.21 22660 Friday, February 25, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.20 6026 Wednesday, February 23, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.19 8057 Friday, February 18, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.18 10496 Friday, February 11, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.17 6727 Wednesday, February 9, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.16 8263 Friday, February 4, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.15 10493 Friday, January 28, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.13 10777 Friday, January 21, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.12 14737 Wednesday, January 19, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.11 6716 Friday, January 14, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.10 4112 Wednesday, January 12, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.9 6770 Friday, January 7, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.7 13153 Wednesday, December 22, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.6 16511 Friday, December 10, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.5 8446 Saturday, December 4, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.4 2592 Friday, December 3, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.3 4936 Tuesday, November 30, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.2 6547 Saturday, November 27, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.1 6024 Wednesday, November 24, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.0 6757 Friday, November 19, 2021 Approved
AWS Command Line Interface v2 (Install) 2.3.7 5144 Wednesday, November 17, 2021 Approved
AWS Command Line Interface v2 (Install) 2.3.6 7330 Friday, November 12, 2021 Approved
AWS Command Line Interface v2 (Install) 2.3.5 5063 Wednesday, November 10, 2021 Approved
AWS Command Line Interface v2 (Install) 2.3.4 6861 Friday, November 5, 2021 Approved
AWS Command Line Interface v2 (Install) 2.3.0 16159 Friday, October 22, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.47 4801 Wednesday, October 20, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.46 6616 Friday, October 15, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.45 5684 Tuesday, October 12, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.43 12398 Friday, October 1, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.42 4897 Wednesday, September 29, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.41 6485 Friday, September 24, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.40 3923 Wednesday, September 22, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.39 6019 Friday, September 17, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.38 4368 Wednesday, September 15, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.37 7416 Friday, September 10, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.36 4093 Wednesday, September 8, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.35 5712 Friday, September 3, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.33 7915 Friday, August 27, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.32 3585 Wednesday, August 25, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.31 6357 Friday, August 20, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.30 4120 Wednesday, August 18, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.29 5730 Friday, August 13, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.28 3795 Wednesday, August 11, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.27 6327 Friday, August 6, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.26 3277 Wednesday, August 4, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.25 7418 Saturday, July 31, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.24 1980 Friday, July 30, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.23 2340 Wednesday, July 28, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.22 6871 Friday, July 23, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.21 4471 Wednesday, July 21, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.20 5129 Friday, July 16, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.19 3308 Thursday, July 15, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.18 7012 Friday, July 9, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.17 3843 Wednesday, July 7, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.16 6977 Friday, July 2, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.15 5931 Wednesday, June 30, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.14 5417 Friday, June 25, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.13 7748 Thursday, June 17, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.12 6046 Wednesday, June 16, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.11 5489 Friday, June 11, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.10 4684 Wednesday, June 9, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.9 5902 Friday, June 4, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.8 3336 Wednesday, June 2, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.7 6404 Friday, May 28, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.6 4329 Wednesday, May 26, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.5 13265 Saturday, May 15, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.4 5527 Wednesday, May 12, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.3 5708 Friday, May 7, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.2 3898 Wednesday, May 5, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.1 4975 Friday, April 30, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.0 3080 Wednesday, April 28, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.39 84 Thursday, April 22, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.38 12277 Friday, April 16, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.37 4031 Wednesday, April 14, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.36 5608 Friday, April 9, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.35 387 Wednesday, April 7, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.34 9212 Friday, April 2, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.33 3421 Wednesday, March 31, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.32 526 Tuesday, March 30, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.29 52440 Tuesday, March 16, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.28 18464 Tuesday, February 23, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.27 32567 Wednesday, February 17, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.26 5881 Friday, February 12, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.25 3045 Wednesday, February 10, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.24 6633 Friday, February 5, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.23 3495 Wednesday, February 3, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.22 9886 Friday, January 29, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.21 7641 Friday, January 22, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.20 4302 Wednesday, January 20, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.19 5578 Friday, January 15, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.18 2739 Wednesday, January 13, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.17 4943 Friday, January 8, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.16 1868 Wednesday, January 6, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.15 5586 Wednesday, December 30, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.14 4033 Wednesday, December 23, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.13 4506 Friday, December 18, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.12 1888 Thursday, December 17, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.11 1659 Wednesday, December 16, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.10 5241 Friday, December 11, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.9 1643 Thursday, December 10, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.8 3065 Wednesday, December 9, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.7 4647 Friday, December 4, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.6 2427 Wednesday, December 2, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.4 6754 Wednesday, November 25, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.3 4408 Friday, November 20, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.2 2134 Wednesday, November 18, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.1 4406 Friday, November 13, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.0 4002 Wednesday, November 11, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.63 4662 Tuesday, November 10, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.62 2822 Friday, November 6, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.61 7092 Friday, October 30, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.60 4009 Wednesday, October 28, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.59 7167 Friday, October 23, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.58 3232 Wednesday, October 21, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.57 3688 Friday, October 16, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.56 9003 Friday, October 9, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.55 5532 Wednesday, October 7, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.54 4947 Friday, October 2, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.53 5868 Wednesday, September 30, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.52 4327 Friday, September 25, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.51 2363 Thursday, September 24, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.50 6529 Friday, September 18, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.49 2923 Wednesday, September 16, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.48 5192 Friday, September 11, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.47 3286 Wednesday, September 9, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.46 3839 Friday, September 4, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.45 2684 Wednesday, September 2, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.44 3184 Friday, August 28, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.43 4774 Wednesday, August 26, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.42 5705 Friday, August 21, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.41 3135 Wednesday, August 19, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.40 3594 Friday, August 14, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.39 3761 Wednesday, August 12, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.38 4206 Friday, August 7, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.37 3058 Wednesday, August 5, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.36 4000 Friday, July 31, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.35 2974 Wednesday, July 29, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.34 4486 Friday, July 24, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.33 3328 Wednesday, July 22, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.31 5536 Thursday, July 16, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.30 7921 Friday, July 10, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.29 2748 Wednesday, July 8, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.28 3935 Friday, July 3, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.27 2796 Wednesday, July 1, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.26 4323 Friday, June 26, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.25 2887 Wednesday, June 24, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.24 4369 Friday, June 19, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.23 2710 Wednesday, June 17, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.22 5494 Friday, June 12, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.21 1208 Thursday, June 11, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.20 1839 Wednesday, June 10, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.19 3598 Friday, June 5, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.18 2107 Wednesday, June 3, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.17 4564 Wednesday, May 27, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.15 3470 Thursday, May 21, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.14 5605 Friday, May 15, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.13 2500 Wednesday, May 13, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.12 3991 Friday, May 8, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.11 3206 Wednesday, May 6, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.10 6381 Tuesday, April 28, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.9 3381 Thursday, April 23, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.8 4717 Friday, April 17, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.7 6194 Tuesday, April 7, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.6 5790 Tuesday, March 31, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.5 5093 Tuesday, March 24, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.4 5325 Wednesday, March 18, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.3 5660 Tuesday, March 10, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.2 4285 Tuesday, March 3, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.1 5728 Wednesday, February 26, 2020 Approved
AWS Command Line Interface (Install) 1.32.71 6 Wednesday, March 27, 2024 Approved
AWS Command Line Interface (Install) 1.32.70 14 Tuesday, March 26, 2024 Approved
AWS Command Line Interface (Install) 1.32.66 8 Wednesday, March 20, 2024 Approved
AWS Command Line Interface (Install) 1.32.65 10 Tuesday, March 19, 2024 Approved
AWS Command Line Interface (Install) 1.32.61 19 Wednesday, March 13, 2024 Approved
AWS Command Line Interface (Install) 1.32.58 9 Friday, March 8, 2024 Approved
AWS Command Line Interface (Install) 1.32.56 12 Wednesday, March 6, 2024 Approved
AWS Command Line Interface (Install) 1.32.53 8 Friday, March 1, 2024 Approved
AWS Command Line Interface (Install) 1.32.51 10 Wednesday, February 28, 2024 Approved
AWS Command Line Interface (Install) 1.32.50 10 Tuesday, February 27, 2024 Approved
AWS Command Line Interface (Install) 1.32.48 12 Friday, February 23, 2024 Approved
AWS Command Line Interface (Install) 1.32.45 13 Tuesday, February 20, 2024 Approved
AWS Command Line Interface (Install) 1.32.43 10 Friday, February 16, 2024 Approved
AWS Command Line Interface (Install) 1.32.40 15 Tuesday, February 13, 2024 Approved
AWS Command Line Interface (Install) 1.32.38 15 Friday, February 9, 2024 Approved
AWS Command Line Interface (Install) 1.32.36 16 Wednesday, February 7, 2024 Approved
AWS Command Line Interface (Install) 1.32.35 17 Tuesday, February 6, 2024 Approved
AWS Command Line Interface (Install) 1.32.33 15 Friday, February 2, 2024 Approved
AWS Command Line Interface (Install) 1.32.31 14 Wednesday, January 31, 2024 Approved
AWS Command Line Interface (Install) 1.32.30 17 Tuesday, January 30, 2024 Approved
AWS Command Line Interface (Install) 1.32.28 16 Friday, January 26, 2024 Approved
AWS Command Line Interface (Install) 1.32.22 19 Friday, January 19, 2024 Approved
AWS Command Line Interface (Install) 1.32.20 15 Wednesday, January 17, 2024 Approved
AWS Command Line Interface (Install) 1.32.19 13 Monday, January 15, 2024 Approved
AWS Command Line Interface (Install) 1.32.17 13 Friday, January 12, 2024 Approved
AWS Command Line Interface (Install) 1.32.15 15 Tuesday, January 9, 2024 Approved
AWS Command Line Interface (Install) 1.32.13 17 Friday, January 5, 2024 Approved
AWS Command Line Interface (Install) 1.32.6 18 Friday, December 22, 2023 Approved
AWS Command Line Interface (Install) 1.32.4 16 Wednesday, December 20, 2023 Approved
AWS Command Line Interface (Install) 1.32.3 17 Tuesday, December 19, 2023 Approved
AWS Command Line Interface (Install) 1.32.1 16 Friday, December 15, 2023 Approved
AWS Command Line Interface (Install) 1.31.13 16 Wednesday, December 13, 2023 Approved
AWS Command Line Interface (Install) 1.31.12 17 Monday, December 11, 2023 Approved
AWS Command Line Interface (Install) 1.31.10 17 Friday, December 8, 2023 Approved
AWS Command Line Interface (Install) 1.31.7 14 Tuesday, December 5, 2023 Approved
AWS Command Line Interface (Install) 1.31.6 17 Saturday, December 2, 2023 Approved
AWS Command Line Interface (Install) 1.30.4 18 Tuesday, November 21, 2023 Approved
AWS Command Line Interface (Install) 1.30.2 20 Friday, November 17, 2023 Approved
AWS Command Line Interface (Install) 1.30.0 22 Wednesday, November 15, 2023 Approved
AWS Command Line Interface (Install) 1.29.83 18 Friday, November 10, 2023 Approved
AWS Command Line Interface (Install) 1.29.82 23 Thursday, November 9, 2023 Approved
AWS Command Line Interface (Install) 1.29.80 17 Wednesday, November 8, 2023 Approved
AWS Command Line Interface (Install) 1.29.79 21 Tuesday, November 7, 2023 Approved
AWS Command Line Interface (Install) 1.29.77 24 Thursday, November 2, 2023 Approved
AWS Command Line Interface (Install) 1.29.75 17 Wednesday, November 1, 2023 Approved
AWS Command Line Interface (Install) 1.29.72 15 Friday, October 27, 2023 Approved
AWS Command Line Interface (Install) 1.29.70 23 Wednesday, October 25, 2023 Approved
AWS Command Line Interface (Install) 1.29.69 20 Tuesday, October 24, 2023 Approved
AWS Command Line Interface (Install) 1.29.67 25 Friday, October 20, 2023 Approved
AWS Command Line Interface (Install) 1.29.65 19 Wednesday, October 18, 2023 Approved
AWS Command Line Interface (Install) 1.29.64 20 Tuesday, October 17, 2023 Approved
AWS Command Line Interface (Install) 1.29.63 20 Friday, October 13, 2023 Approved
AWS Command Line Interface (Install) 1.29.61 18 Friday, October 6, 2023 Approved
AWS Command Line Interface (Install) 1.29.59 28 Wednesday, October 4, 2023 Approved
AWS Command Line Interface (Install) 1.29.57 14 Saturday, September 30, 2023 Approved
AWS Command Line Interface (Install) 1.29.55 16 Wednesday, September 27, 2023 Approved
AWS Command Line Interface (Install) 1.29.54 18 Tuesday, September 26, 2023 Approved
AWS Command Line Interface (Install) 1.29.51 24 Wednesday, September 20, 2023 Approved
AWS Command Line Interface (Install) 1.29.50 23 Tuesday, September 19, 2023 Approved
AWS Command Line Interface (Install) 1.29.48 24 Friday, September 15, 2023 Approved
AWS Command Line Interface (Install) 1.29.45 20 Tuesday, September 12, 2023 Approved
AWS Command Line Interface (Install) 1.29.43 21 Friday, September 8, 2023 Approved
AWS Command Line Interface (Install) 1.29.41 27 Wednesday, September 6, 2023 Approved
AWS Command Line Interface (Install) 1.29.36 93 Tuesday, August 29, 2023 Approved
AWS Command Line Interface (Install) 1.29.34 24 Friday, August 25, 2023 Approved
AWS Command Line Interface (Install) 1.29.32 16 Wednesday, August 23, 2023 Approved
AWS Command Line Interface (Install) 1.29.31 25 Tuesday, August 22, 2023 Approved
AWS Command Line Interface (Install) 1.29.29 34 Friday, August 18, 2023 Approved
AWS Command Line Interface (Install) 1.29.26 29 Tuesday, August 15, 2023 Approved
AWS Command Line Interface (Install) 1.29.24 25 Friday, August 11, 2023 Approved
AWS Command Line Interface (Install) 1.29.22 39 Wednesday, August 9, 2023 Approved
AWS Command Line Interface (Install) 1.29.16 32 Tuesday, August 1, 2023 Approved
AWS Command Line Interface (Install) 1.29.14 27 Friday, July 28, 2023 Approved
AWS Command Line Interface (Install) 1.29.11 27 Wednesday, July 26, 2023 Approved
AWS Command Line Interface (Install) 1.29.5 18 Wednesday, July 19, 2023 Approved
AWS Command Line Interface (Install) 1.29.4 18 Tuesday, July 18, 2023 Approved
AWS Command Line Interface (Install) 1.29.2 44 Wednesday, July 12, 2023 Approved
AWS Command Line Interface (Install) 1.29.0 70 Friday, July 7, 2023 Approved
AWS Command Line Interface (Install) 1.28.0 30 Tuesday, July 4, 2023 Approved
AWS Command Line Interface (Install) 1.27.162 26 Wednesday, June 28, 2023 Approved
AWS Command Line Interface (Install) 1.27.161 24 Tuesday, June 27, 2023 Approved
AWS Command Line Interface (Install) 1.27.159 20 Friday, June 23, 2023 Approved
AWS Command Line Interface (Install) 1.27.157 22 Wednesday, June 21, 2023 Approved
AWS Command Line Interface (Install) 1.27.156 20 Tuesday, June 20, 2023 Approved
AWS Command Line Interface (Install) 1.27.153 20 Wednesday, June 14, 2023 Approved
AWS Command Line Interface (Install) 1.27.152 19 Tuesday, June 13, 2023 Approved
AWS Command Line Interface (Install) 1.27.150 19 Friday, June 9, 2023 Approved
AWS Command Line Interface (Install) 1.27.148 22 Wednesday, June 7, 2023 Approved
AWS Command Line Interface (Install) 1.27.145 20 Friday, June 2, 2023 Approved
AWS Command Line Interface (Install) 1.27.143 22 Wednesday, May 31, 2023 Approved
AWS Command Line Interface (Install) 1.27.141 22 Friday, May 26, 2023 Approved
AWS Command Line Interface (Install) 1.27.139 20 Wednesday, May 24, 2023 Approved
AWS Command Line Interface (Install) 1.27.138 20 Tuesday, May 23, 2023 Approved
AWS Command Line Interface (Install) 1.27.135 21 Thursday, May 18, 2023 Approved
AWS Command Line Interface (Install) 1.27.134 32 Tuesday, May 16, 2023 Approved
AWS Command Line Interface (Install) 1.27.133 20 Friday, May 12, 2023 Approved
AWS Command Line Interface (Install) 1.27.131 23 Wednesday, May 10, 2023 Approved
AWS Command Line Interface (Install) 1.27.130 30 Tuesday, May 9, 2023 Approved
AWS Command Line Interface (Install) 1.27.127 22 Friday, May 5, 2023 Approved
AWS Command Line Interface (Install) 1.27.125 18 Wednesday, May 3, 2023 Approved
AWS Command Line Interface (Install) 1.27.124 21 Tuesday, May 2, 2023 Approved
AWS Command Line Interface (Install) 1.27.122 21 Friday, April 28, 2023 Approved
AWS Command Line Interface (Install) 1.27.120 23 Wednesday, April 26, 2023 Approved
AWS Command Line Interface (Install) 1.27.119 24 Tuesday, April 25, 2023 Approved
AWS Command Line Interface (Install) 1.27.113 26 Friday, April 14, 2023 Approved
AWS Command Line Interface (Install) 1.27.110 26 Tuesday, April 11, 2023 Approved
AWS Command Line Interface (Install) 1.27.106 29 Wednesday, April 5, 2023 Approved
AWS Command Line Interface (Install) 1.27.101 34 Wednesday, March 29, 2023 Approved
AWS Command Line Interface (Install) 1.27.100 25 Tuesday, March 28, 2023 Approved
AWS Command Line Interface (Install) 1.27.98 23 Friday, March 24, 2023 Approved
AWS Command Line Interface (Install) 1.27.93 25 Friday, March 17, 2023 Approved
AWS Command Line Interface (Install) 1.27.90 22 Tuesday, March 14, 2023 Approved
AWS Command Line Interface (Install) 1.27.88 26 Friday, March 10, 2023 Approved
AWS Command Line Interface (Install) 1.27.86 23 Wednesday, March 8, 2023 Approved
AWS Command Line Interface (Install) 1.27.85 25 Tuesday, March 7, 2023 Approved
AWS Command Line Interface (Install) 1.27.81 23 Wednesday, March 1, 2023 Approved
AWS Command Line Interface (Install) 1.27.80 22 Tuesday, February 28, 2023 Approved
AWS Command Line Interface (Install) 1.27.78 24 Friday, February 24, 2023 Approved
AWS Command Line Interface (Install) 1.27.75 22 Tuesday, February 21, 2023 Approved
AWS Command Line Interface (Install) 1.27.73 26 Friday, February 17, 2023 Approved
AWS Command Line Interface (Install) 1.27.71 24 Wednesday, February 15, 2023 Approved
AWS Command Line Interface (Install) 1.27.70 29 Tuesday, February 14, 2023 Approved
AWS Command Line Interface (Install) 1.27.68 28 Friday, February 10, 2023 Approved
AWS Command Line Interface (Install) 1.27.66 23 Wednesday, February 8, 2023 Approved
AWS Command Line Interface (Install) 1.27.65 26 Tuesday, February 7, 2023 Approved
AWS Command Line Interface (Install) 1.27.63 25 Friday, February 3, 2023 Approved
AWS Command Line Interface (Install) 1.27.61 25 Wednesday, February 1, 2023 Approved
AWS Command Line Interface (Install) 1.27.60 26 Tuesday, January 31, 2023 Approved
AWS Command Line Interface (Install) 1.27.58 23 Friday, January 27, 2023 Approved
AWS Command Line Interface (Install) 1.27.56 28 Wednesday, January 25, 2023 Approved
AWS Command Line Interface (Install) 1.27.53 28 Friday, January 20, 2023 Approved
AWS Command Line Interface (Install) 1.27.51 26 Wednesday, January 18, 2023 Approved
AWS Command Line Interface (Install) 1.27.49 32 Friday, January 13, 2023 Approved
AWS Command Line Interface (Install) 1.27.47 25 Wednesday, January 11, 2023 Approved
AWS Command Line Interface (Install) 1.27.46 25 Tuesday, January 10, 2023 Approved
AWS Command Line Interface (Install) 1.27.43 23 Thursday, January 5, 2023 Approved
AWS Command Line Interface (Install) 1.27.40 29 Friday, December 30, 2022 Approved
AWS Command Line Interface (Install) 1.27.38 34 Wednesday, December 28, 2022 Approved
AWS Command Line Interface (Install) 1.27.36 26 Friday, December 23, 2022 Approved
AWS Command Line Interface (Install) 1.27.33 24 Tuesday, December 20, 2022 Approved
AWS Command Line Interface (Install) 1.27.31 22 Friday, December 16, 2022 Approved
AWS Command Line Interface (Install) 1.27.29 27 Wednesday, December 14, 2022 Approved
AWS Command Line Interface (Install) 1.27.26 25 Friday, December 9, 2022 Approved
AWS Command Line Interface (Install) 1.27.24 28 Wednesday, December 7, 2022 Approved
AWS Command Line Interface (Install) 1.27.23 30 Tuesday, December 6, 2022 Approved
AWS Command Line Interface (Install) 1.27.15 45 Wednesday, November 23, 2022 Approved
AWS Command Line Interface (Install) 1.27.14 29 Tuesday, November 22, 2022 Approved
AWS Command Line Interface (Install) 1.27.12 28 Friday, November 18, 2022 Approved
AWS Command Line Interface (Install) 1.27.10 30 Wednesday, November 16, 2022 Approved
AWS Command Line Interface (Install) 1.27.9 33 Tuesday, November 15, 2022 Approved
AWS Command Line Interface (Install) 1.27.7 34 Friday, November 11, 2022 Approved
AWS Command Line Interface (Install) 1.27.4 33 Tuesday, November 8, 2022 Approved
AWS Command Line Interface (Install) 1.27.3 30 Saturday, November 5, 2022 Approved
AWS Command Line Interface (Install) 1.27.2 32 Friday, November 4, 2022 Approved
AWS Command Line Interface (Install) 1.27.0 41 Wednesday, November 2, 2022 Approved
AWS Command Line Interface (Install) 1.26.5 36 Tuesday, November 1, 2022 Approved
AWS Command Line Interface (Install) 1.26.3 33 Friday, October 28, 2022 Approved
AWS Command Line Interface (Install) 1.26.1 28 Wednesday, October 26, 2022 Approved
AWS Command Line Interface (Install) 1.26.0 40 Tuesday, October 25, 2022 Approved
AWS Command Line Interface (Install) 1.25.96 32 Friday, October 21, 2022 Approved
AWS Command Line Interface (Install) 1.25.94 36 Wednesday, October 19, 2022 Approved
AWS Command Line Interface (Install) 1.25.93 36 Tuesday, October 18, 2022 Approved
AWS Command Line Interface (Install) 1.25.92 34 Saturday, October 15, 2022 Approved
AWS Command Line Interface (Install) 1.25.89 41 Friday, October 7, 2022 Approved
AWS Command Line Interface (Install) 1.25.87 32 Wednesday, October 5, 2022 Approved
AWS Command Line Interface (Install) 1.25.83 32 Wednesday, September 28, 2022 Approved
AWS Command Line Interface (Install) 1.25.82 27 Tuesday, September 27, 2022 Approved
AWS Command Line Interface (Install) 1.25.78 37 Wednesday, September 21, 2022 Approved
AWS Command Line Interface (Install) 1.25.77 41 Monday, September 19, 2022 Approved
AWS Command Line Interface (Install) 1.25.75 39 Friday, September 16, 2022 Approved
AWS Command Line Interface (Install) 1.25.73 41 Wednesday, September 14, 2022 Approved
AWS Command Line Interface (Install) 1.25.68 36 Wednesday, September 7, 2022 Approved
AWS Command Line Interface (Install) 1.25.66 40 Friday, September 2, 2022 Approved
AWS Command Line Interface (Install) 1.25.64 46 Wednesday, August 31, 2022 Approved
AWS Command Line Interface (Install) 1.25.63 39 Tuesday, August 30, 2022 Approved
AWS Command Line Interface (Install) 1.25.62 35 Saturday, August 27, 2022 Approved
AWS Command Line Interface (Install) 1.25.59 47 Wednesday, August 24, 2022 Approved
AWS Command Line Interface (Install) 1.25.58 42 Tuesday, August 23, 2022 Approved
AWS Command Line Interface (Install) 1.25.56 38 Friday, August 19, 2022 Approved
AWS Command Line Interface (Install) 1.25.55 43 Thursday, August 18, 2022 Approved
AWS Command Line Interface (Install) 1.25.51 42 Saturday, August 13, 2022 Approved
AWS Command Line Interface (Install) 1.25.49 35 Thursday, August 11, 2022 Approved
AWS Command Line Interface (Install) 1.25.48 42 Wednesday, August 10, 2022 Approved
AWS Command Line Interface (Install) 1.25.46 39 Friday, August 5, 2022 Approved
AWS Command Line Interface (Install) 1.25.43 45 Tuesday, August 2, 2022 Approved
AWS Command Line Interface (Install) 1.25.42 45 Monday, August 1, 2022 Approved
AWS Command Line Interface (Install) 1.25.40 43 Friday, July 29, 2022 Approved
AWS Command Line Interface (Install) 1.25.38 37 Wednesday, July 27, 2022 Approved
AWS Command Line Interface (Install) 1.25.37 38 Tuesday, July 26, 2022 Approved
AWS Command Line Interface (Install) 1.25.35 35 Friday, July 22, 2022 Approved
AWS Command Line Interface (Install) 1.25.32 37 Tuesday, July 19, 2022 Approved
AWS Command Line Interface (Install) 1.25.28 40 Wednesday, July 13, 2022 Approved
AWS Command Line Interface (Install) 1.25.25 41 Friday, July 8, 2022 Approved
AWS Command Line Interface (Install) 1.25.23 40 Wednesday, July 6, 2022 Approved
AWS Command Line Interface (Install) 1.25.22 45 Saturday, July 2, 2022 Approved
AWS Command Line Interface (Install) 1.25.21 40 Friday, July 1, 2022 Approved
AWS Command Line Interface (Install) 1.25.19 38 Wednesday, June 29, 2022 Approved
AWS Command Line Interface (Install) 1.25.18 43 Tuesday, June 28, 2022 Approved
AWS Command Line Interface (Install) 1.25.16 42 Friday, June 24, 2022 Approved
AWS Command Line Interface (Install) 1.25.14 39 Wednesday, June 22, 2022 Approved
AWS Command Line Interface (Install) 1.25.13 46 Tuesday, June 21, 2022 Approved
AWS Command Line Interface (Install) 1.25.10 49 Thursday, June 16, 2022 Approved
AWS Command Line Interface (Install) 1.25.9 39 Wednesday, June 15, 2022 Approved
AWS Command Line Interface (Install) 1.25.8 57 Tuesday, June 14, 2022 Approved
AWS Command Line Interface (Install) 1.25.7 45 Saturday, June 11, 2022 Approved
AWS Command Line Interface (Install) 1.25.6 47 Friday, June 10, 2022 Approved
AWS Command Line Interface (Install) 1.25.4 33 Wednesday, June 8, 2022 Approved
AWS Command Line Interface (Install) 1.25.3 42 Tuesday, June 7, 2022 Approved
AWS Command Line Interface (Install) 1.25.2 46 Friday, June 3, 2022 Approved
AWS Command Line Interface (Install) 1.25.0 46 Wednesday, June 1, 2022 Approved
AWS Command Line Interface (Install) 1.24.9 41 Friday, May 27, 2022 Approved
AWS Command Line Interface (Install) 1.24.7 48 Wednesday, May 25, 2022 Approved
AWS Command Line Interface (Install) 1.24.6 44 Tuesday, May 24, 2022 Approved
AWS Command Line Interface (Install) 1.24.4 50 Friday, May 20, 2022 Approved
AWS Command Line Interface (Install) 1.24.2 48 Wednesday, May 18, 2022 Approved
AWS Command Line Interface (Install) 1.24.1 51 Tuesday, May 17, 2022 Approved
AWS Command Line Interface (Install) 1.23.13 46 Friday, May 13, 2022 Approved
AWS Command Line Interface (Install) 1.23.11 52 Wednesday, May 11, 2022 Approved
AWS Command Line Interface (Install) 1.23.6 79 Wednesday, May 4, 2022 Approved
AWS Command Line Interface (Install) 1.23.5 52 Tuesday, May 3, 2022 Approved
AWS Command Line Interface (Install) 1.23.3 46 Thursday, April 28, 2022 Approved
AWS Command Line Interface (Install) 1.23.1 42 Wednesday, April 27, 2022 Approved
AWS Command Line Interface (Install) 1.23.0 49 Tuesday, April 26, 2022 Approved
AWS Command Line Interface (Install) 1.22.101 50 Saturday, April 23, 2022 Approved
AWS Command Line Interface (Install) 1.22.98 40 Wednesday, April 20, 2022 Approved
AWS Command Line Interface (Install) 1.22.96 47 Friday, April 15, 2022 Approved
AWS Command Line Interface (Install) 1.22.94 54 Wednesday, April 13, 2022 Approved
AWS Command Line Interface (Install) 1.22.93 52 Tuesday, April 12, 2022 Approved
AWS Command Line Interface (Install) 1.22.89 53 Wednesday, April 6, 2022 Approved
AWS Command Line Interface (Install) 1.22.88 49 Tuesday, April 5, 2022 Approved
AWS Command Line Interface (Install) 1.22.86 46 Friday, April 1, 2022 Approved
AWS Command Line Interface (Install) 1.22.84 50 Wednesday, March 30, 2022 Approved
AWS Command Line Interface (Install) 1.22.81 55 Friday, March 25, 2022 Approved
AWS Command Line Interface (Install) 1.22.79 43 Wednesday, March 23, 2022 Approved
AWS Command Line Interface (Install) 1.22.78 52 Tuesday, March 22, 2022 Approved
AWS Command Line Interface (Install) 1.22.77 77 Saturday, March 19, 2022 Approved
AWS Command Line Interface (Install) 1.22.74 46 Tuesday, March 15, 2022 Approved
AWS Command Line Interface (Install) 1.22.71 48 Thursday, March 10, 2022 Approved
AWS Command Line Interface (Install) 1.22.69 53 Tuesday, March 8, 2022 Approved
AWS Command Line Interface (Install) 1.22.68 50 Saturday, March 5, 2022 Approved
AWS Command Line Interface (Install) 1.22.66 52 Thursday, March 3, 2022 Approved
AWS Command Line Interface (Install) 1.22.64 51 Tuesday, March 1, 2022 Approved
AWS Command Line Interface (Install) 1.22.63 45 Saturday, February 26, 2022 Approved
AWS Command Line Interface (Install) 1.22.61 54 Thursday, February 24, 2022 Approved
AWS Command Line Interface (Install) 1.22.59 57 Tuesday, February 22, 2022 Approved
AWS Command Line Interface (Install) 1.22.58 47 Saturday, February 19, 2022 Approved
AWS Command Line Interface (Install) 1.22.56 50 Thursday, February 17, 2022 Approved
AWS Command Line Interface (Install) 1.22.55 52 Tuesday, February 15, 2022 Approved
AWS Command Line Interface (Install) 1.22.54 97 Saturday, February 12, 2022 Approved
AWS Command Line Interface (Install) 1.22.52 64 Thursday, February 10, 2022 Approved
AWS Command Line Interface (Install) 1.22.50 47 Tuesday, February 8, 2022 Approved
AWS Command Line Interface (Install) 1.22.49 51 Saturday, February 5, 2022 Approved
AWS Command Line Interface (Install) 1.22.47 57 Thursday, February 3, 2022 Approved
AWS Command Line Interface (Install) 1.22.46 60 Saturday, January 29, 2022 Approved
AWS Command Line Interface (Install) 1.22.44 62 Thursday, January 27, 2022 Approved
AWS Command Line Interface (Install) 1.22.42 59 Monday, January 24, 2022 Approved
AWS Command Line Interface (Install) 1.22.39 58 Thursday, January 20, 2022 Approved
AWS Command Line Interface (Install) 1.22.37 59 Saturday, January 15, 2022 Approved
AWS Command Line Interface (Install) 1.22.34 62 Thursday, January 13, 2022 Approved
AWS Command Line Interface (Install) 1.22.32 52 Monday, January 10, 2022 Approved
AWS Command Line Interface (Install) 1.22.31 59 Saturday, January 8, 2022 Approved
AWS Command Line Interface (Install) 1.22.29 52 Thursday, January 6, 2022 Approved
AWS Command Line Interface (Install) 1.22.25 139 Tuesday, December 21, 2021 Approved
AWS Command Line Interface (Install) 1.22.24 56 Tuesday, December 14, 2021 Approved
AWS Command Line Interface (Install) 1.22.22 53 Thursday, December 9, 2021 Approved
AWS Command Line Interface (Install) 1.22.21 46 Tuesday, December 7, 2021 Approved
AWS Command Line Interface (Install) 1.22.13 76 Thursday, November 25, 2021 Approved
AWS Command Line Interface (Install) 1.22.11 64 Tuesday, November 23, 2021 Approved
AWS Command Line Interface (Install) 1.22.10 49 Saturday, November 20, 2021 Approved
AWS Command Line Interface (Install) 1.22.8 66 Thursday, November 18, 2021 Approved
AWS Command Line Interface (Install) 1.22.6 64 Tuesday, November 16, 2021 Approved
AWS Command Line Interface (Install) 1.22.5 62 Saturday, November 13, 2021 Approved
AWS Command Line Interface (Install) 1.22.3 95 Thursday, November 11, 2021 Approved
AWS Command Line Interface (Install) 1.22.1 61 Tuesday, November 9, 2021 Approved
AWS Command Line Interface (Install) 1.21.12 129 Saturday, November 6, 2021 Approved
AWS Command Line Interface (Install) 1.21.0 65 Thursday, October 21, 2021 Approved
AWS Command Line Interface (Install) 1.20.64 57 Tuesday, October 19, 2021 Approved
AWS Command Line Interface (Install) 1.20.63 61 Saturday, October 16, 2021 Approved
AWS Command Line Interface (Install) 1.20.61 59 Thursday, October 14, 2021 Approved
AWS Command Line Interface (Install) 1.20.58 155 Saturday, October 9, 2021 Approved
AWS Command Line Interface (Install) 1.20.57 66 Friday, October 8, 2021 Approved
AWS Command Line Interface (Install) 1.20.56 58 Thursday, October 7, 2021 Approved
AWS Command Line Interface (Install) 1.20.54 53 Tuesday, October 5, 2021 Approved
AWS Command Line Interface (Install) 1.20.53 56 Saturday, October 2, 2021 Approved
AWS Command Line Interface (Install) 1.20.51 62 Thursday, September 30, 2021 Approved
AWS Command Line Interface (Install) 1.20.49 67 Tuesday, September 28, 2021 Approved
AWS Command Line Interface (Install) 1.20.48 67 Saturday, September 25, 2021 Approved
AWS Command Line Interface (Install) 1.20.46 57 Thursday, September 23, 2021 Approved
AWS Command Line Interface (Install) 1.20.44 72 Saturday, September 18, 2021 Approved
AWS Command Line Interface (Install) 1.20.40 95 Saturday, September 11, 2021 Approved
AWS Command Line Interface (Install) 1.20.38 71 Thursday, September 9, 2021 Approved
AWS Command Line Interface (Install) 1.20.36 58 Saturday, September 4, 2021 Approved
AWS Command Line Interface (Install) 1.20.34 73 Thursday, September 2, 2021 Approved
AWS Command Line Interface (Install) 1.20.32 67 Tuesday, August 31, 2021 Approved
AWS Command Line Interface (Install) 1.20.31 57 Saturday, August 28, 2021 Approved
AWS Command Line Interface (Install) 1.20.29 57 Thursday, August 26, 2021 Approved
AWS Command Line Interface (Install) 1.20.27 58 Tuesday, August 24, 2021 Approved
AWS Command Line Interface (Install) 1.20.26 88 Saturday, August 21, 2021 Approved
AWS Command Line Interface (Install) 1.20.24 61 Thursday, August 19, 2021 Approved
AWS Command Line Interface (Install) 1.20.23 85 Tuesday, August 17, 2021 Approved
AWS Command Line Interface (Install) 1.20.22 62 Tuesday, August 17, 2021 Approved
AWS Command Line Interface (Install) 1.20.21 68 Saturday, August 14, 2021 Approved
AWS Command Line Interface (Install) 1.20.19 62 Thursday, August 12, 2021 Approved
AWS Command Line Interface (Install) 1.20.17 69 Tuesday, August 10, 2021 Approved
AWS Command Line Interface (Install) 1.20.16 66 Saturday, August 7, 2021 Approved
AWS Command Line Interface (Install) 1.20.15 78 Thursday, August 5, 2021 Approved
AWS Command Line Interface (Install) 1.20.14 69 Thursday, August 5, 2021 Approved
AWS Command Line Interface (Install) 1.20.12 57 Tuesday, August 3, 2021 Approved
AWS Command Line Interface (Install) 1.20.9 61 Thursday, July 29, 2021 Approved
AWS Command Line Interface (Install) 1.20.7 77 Tuesday, July 27, 2021 Approved
AWS Command Line Interface (Install) 1.20.6 65 Saturday, July 24, 2021 Approved
AWS Command Line Interface (Install) 1.20.4 60 Thursday, July 22, 2021 Approved
AWS Command Line Interface (Install) 1.20.2 67 Monday, July 19, 2021 Approved
AWS Command Line Interface (Install) 1.20.1 69 Saturday, July 17, 2021 Approved
AWS Command Line Interface (Install) 1.19.111 60 Wednesday, July 14, 2021 Approved
AWS Command Line Interface (Install) 1.19.110 67 Tuesday, July 13, 2021 Approved
AWS Command Line Interface (Install) 1.19.109 70 Saturday, July 10, 2021 Approved
AWS Command Line Interface (Install) 1.19.107 64 Thursday, July 8, 2021 Approved
AWS Command Line Interface (Install) 1.19.105 66 Friday, July 2, 2021 Approved
AWS Command Line Interface (Install) 1.19.103 1148 Thursday, July 1, 2021 Approved
AWS Command Line Interface (Install) 1.19.102 68 Tuesday, June 29, 2021 Approved
AWS Command Line Interface (Install) 1.19.101 59 Saturday, June 26, 2021 Approved
AWS Command Line Interface (Install) 1.19.99 73 Thursday, June 24, 2021 Approved
AWS Command Line Interface (Install) 1.19.98 60 Tuesday, June 22, 2021 Approved
AWS Command Line Interface (Install) 1.19.96 70 Thursday, June 17, 2021 Approved
AWS Command Line Interface (Install) 1.19.94 69 Tuesday, June 15, 2021 Approved
AWS Command Line Interface (Install) 1.19.93 67 Saturday, June 12, 2021 Approved
AWS Command Line Interface (Install) 1.19.92 74 Thursday, June 10, 2021 Approved
AWS Command Line Interface (Install) 1.19.91 71 Thursday, June 10, 2021 Approved
AWS Command Line Interface (Install) 1.19.89 73 Tuesday, June 8, 2021 Approved
AWS Command Line Interface (Install) 1.19.88 61 Saturday, June 5, 2021 Approved
AWS Command Line Interface (Install) 1.19.86 64 Thursday, June 3, 2021 Approved
AWS Command Line Interface (Install) 1.19.84 67 Saturday, May 29, 2021 Approved
AWS Command Line Interface (Install) 1.19.82 65 Thursday, May 27, 2021 Approved
AWS Command Line Interface (Install) 1.19.79 74 Tuesday, May 25, 2021 Approved
AWS Command Line Interface (Install) 1.19.78 68 Saturday, May 22, 2021 Approved
AWS Command Line Interface (Install) 1.19.77 61 Friday, May 21, 2021 Approved
AWS Command Line Interface (Install) 1.19.76 61 Thursday, May 20, 2021 Approved
AWS Command Line Interface (Install) 1.19.75 67 Wednesday, May 19, 2021 Approved
AWS Command Line Interface (Install) 1.19.74 73 Tuesday, May 18, 2021 Approved
AWS Command Line Interface (Install) 1.19.72 59 Friday, May 14, 2021 Approved
AWS Command Line Interface (Install) 1.19.70 80 Tuesday, May 11, 2021 Approved
AWS Command Line Interface (Install) 1.19.69 76 Saturday, May 8, 2021 Approved
AWS Command Line Interface (Install) 1.19.67 70 Thursday, May 6, 2021 Approved
AWS Command Line Interface (Install) 1.19.64 68 Monday, May 3, 2021 Approved
AWS Command Line Interface (Install) 1.19.62 80 Saturday, May 1, 2021 Approved
AWS Command Line Interface (Install) 1.19.60 54 Thursday, April 29, 2021 Approved
AWS Command Line Interface (Install) 1.19.58 66 Tuesday, April 27, 2021 Approved
AWS Command Line Interface (Install) 1.19.57 63 Saturday, April 24, 2021 Approved
AWS Command Line Interface (Install) 1.19.56 64 Friday, April 23, 2021 Approved
AWS Command Line Interface (Install) 1.19.54 70 Tuesday, April 20, 2021 Approved
AWS Command Line Interface (Install) 1.19.52 60 Thursday, April 15, 2021 Approved
AWS Command Line Interface (Install) 1.19.50 57 Tuesday, April 13, 2021 Approved
AWS Command Line Interface (Install) 1.19.49 68 Saturday, April 10, 2021 Approved
AWS Command Line Interface (Install) 1.19.45 66 Tuesday, April 6, 2021 Approved
AWS Command Line Interface (Install) 1.19.44 58 Saturday, April 3, 2021 Approved
AWS Command Line Interface (Install) 1.19.42 57 Thursday, April 1, 2021 Approved
AWS Command Line Interface (Install) 1.19.40 64 Monday, March 29, 2021 Approved
AWS Command Line Interface (Install) 1.19.39 80 Saturday, March 27, 2021 Approved
AWS Command Line Interface (Install) 1.19.37 74 Thursday, March 25, 2021 Approved
AWS Command Line Interface (Install) 1.19.35 81 Wednesday, March 24, 2021 Approved
AWS Command Line Interface (Install) 1.19.34 73 Tuesday, March 23, 2021 Approved
AWS Command Line Interface (Install) 1.19.32 69 Friday, March 19, 2021 Approved
AWS Command Line Interface (Install) 1.19.30 66 Thursday, March 18, 2021 Approved
AWS Command Line Interface (Install) 1.19.29 69 Wednesday, March 17, 2021 Approved
AWS Command Line Interface (Install) 1.19.28 81 Tuesday, March 16, 2021 Approved
AWS Command Line Interface (Install) 1.19.27 70 Saturday, March 13, 2021 Approved
AWS Command Line Interface (Install) 1.19.26 3975 Thursday, March 11, 2021 Approved
AWS Command Line Interface (Install) 1.19.25 78 Thursday, March 11, 2021 Approved
AWS Command Line Interface (Install) 1.19.23 74 Tuesday, March 9, 2021 Approved
AWS Command Line Interface (Install) 1.19.22 72 Saturday, March 6, 2021 Approved
AWS Command Line Interface (Install) 1.19.21 69 Friday, March 5, 2021 Approved
AWS Command Line Interface (Install) 1.19.20 81 Thursday, March 4, 2021 Approved
AWS Command Line Interface (Install) 1.19.19 71 Wednesday, March 3, 2021 Approved
AWS Command Line Interface (Install) 1.19.17 81 Saturday, February 27, 2021 Approved
AWS Command Line Interface (Install) 1.19.16 70 Friday, February 26, 2021 Approved
AWS Command Line Interface (Install) 1.19.15 64 Thursday, February 25, 2021 Approved
AWS Command Line Interface (Install) 1.19.13 63 Tuesday, February 23, 2021 Approved
AWS Command Line Interface (Install) 1.19.12 65 Saturday, February 20, 2021 Approved
AWS Command Line Interface (Install) 1.19.11 65 Friday, February 19, 2021 Approved
AWS Command Line Interface (Install) 1.19.10 81 Thursday, February 18, 2021 Approved
AWS Command Line Interface (Install) 1.19.8 74 Tuesday, February 16, 2021 Approved
AWS Command Line Interface (Install) 1.19.7 76 Saturday, February 13, 2021 Approved
AWS Command Line Interface (Install) 1.19.4 84 Tuesday, February 9, 2021 Approved
AWS Command Line Interface (Install) 1.19.3 170 Saturday, February 6, 2021 Approved
AWS Command Line Interface (Install) 1.19.1 85 Thursday, February 4, 2021 Approved
AWS Command Line Interface (Install) 1.18.223 75 Saturday, January 30, 2021 Approved
AWS Command Line Interface (Install) 1.18.221 85 Thursday, January 28, 2021 Approved
AWS Command Line Interface (Install) 1.18.220 85 Wednesday, January 27, 2021 Approved
AWS Command Line Interface (Install) 1.18.219 100 Saturday, January 23, 2021 Approved
AWS Command Line Interface (Install) 1.18.216 72 Saturday, January 16, 2021 Approved
AWS Command Line Interface (Install) 1.18.214 91 Thursday, January 14, 2021 Approved
AWS Command Line Interface (Install) 1.18.212 84 Tuesday, January 12, 2021 Approved
AWS Command Line Interface (Install) 1.18.210 84 Thursday, January 7, 2021 Approved
AWS Command Line Interface (Install) 1.18.208 92 Tuesday, January 5, 2021 Approved
AWS Command Line Interface (Install) 1.18.207 76 Friday, January 1, 2021 Approved
AWS Command Line Interface (Install) 1.18.206 79 Thursday, December 31, 2020 Approved
AWS Command Line Interface (Install) 1.18.205 73 Tuesday, December 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.204 66 Monday, December 28, 2020 Approved
AWS Command Line Interface (Install) 1.18.201 70 Tuesday, December 22, 2020 Approved
AWS Command Line Interface (Install) 1.18.200 81 Friday, December 18, 2020 Approved
AWS Command Line Interface (Install) 1.18.197 76 Tuesday, December 15, 2020 Approved
AWS Command Line Interface (Install) 1.18.196 73 Tuesday, December 15, 2020 Approved
AWS Command Line Interface (Install) 1.18.195 1324 Saturday, December 12, 2020 Approved
AWS Command Line Interface (Install) 1.18.193 78 Wednesday, December 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.191 64 Tuesday, December 8, 2020 Approved
AWS Command Line Interface (Install) 1.18.190 74 Saturday, December 5, 2020 Approved
AWS Command Line Interface (Install) 1.18.184 91 Tuesday, November 24, 2020 Approved
AWS Command Line Interface (Install) 1.18.183 85 Saturday, November 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.181 100 Thursday, November 19, 2020 Approved
AWS Command Line Interface (Install) 1.18.179 95 Tuesday, November 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.178 99 Saturday, November 14, 2020 Approved
AWS Command Line Interface (Install) 1.18.176 75 Thursday, November 12, 2020 Approved
AWS Command Line Interface (Install) 1.18.174 78 Monday, November 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.173 79 Saturday, November 7, 2020 Approved
AWS Command Line Interface (Install) 1.18.171 153 Thursday, November 5, 2020 Approved
AWS Command Line Interface (Install) 1.18.170 90 Tuesday, November 3, 2020 Approved
AWS Command Line Interface (Install) 1.18.167 91 Thursday, October 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.165 211 Tuesday, October 27, 2020 Approved
AWS Command Line Interface (Install) 1.18.164 98 Saturday, October 24, 2020 Approved
AWS Command Line Interface (Install) 1.18.162 87 Thursday, October 22, 2020 Approved
AWS Command Line Interface (Install) 1.18.160 98 Tuesday, October 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.159 83 Saturday, October 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.157 162 Saturday, October 10, 2020 Approved
AWS Command Line Interface (Install) 1.18.153 95 Tuesday, October 6, 2020 Approved
AWS Command Line Interface (Install) 1.18.152 103 Saturday, October 3, 2020 Approved
AWS Command Line Interface (Install) 1.18.150 88 Thursday, October 1, 2020 Approved
AWS Command Line Interface (Install) 1.18.148 93 Tuesday, September 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.147 118 Saturday, September 26, 2020 Approved
AWS Command Line Interface (Install) 1.18.146 81 Thursday, September 24, 2020 Approved
AWS Command Line Interface (Install) 1.18.144 78 Wednesday, September 23, 2020 Approved
AWS Command Line Interface (Install) 1.18.143 92 Tuesday, September 22, 2020 Approved
AWS Command Line Interface (Install) 1.18.142 93 Saturday, September 19, 2020 Approved
AWS Command Line Interface (Install) 1.18.141 381 Thursday, September 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.140 97 Thursday, September 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.138 81 Tuesday, September 15, 2020 Approved
AWS Command Line Interface (Install) 1.18.137 90 Saturday, September 12, 2020 Approved
AWS Command Line Interface (Install) 1.18.133 144 Saturday, September 5, 2020 Approved
AWS Command Line Interface (Install) 1.18.131 90 Thursday, September 3, 2020 Approved
AWS Command Line Interface (Install) 1.18.129 102 Tuesday, September 1, 2020 Approved
AWS Command Line Interface (Install) 1.18.128 104 Saturday, August 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.126 119 Thursday, August 27, 2020 Approved
AWS Command Line Interface (Install) 1.18.125 109 Tuesday, August 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.123 117 Thursday, August 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.121 144 Tuesday, August 18, 2020 Approved
AWS Command Line Interface (Install) 1.18.120 101 Saturday, August 15, 2020 Approved
AWS Command Line Interface (Install) 1.18.119 97 Thursday, August 13, 2020 Approved
AWS Command Line Interface (Install) 1.18.116 5932 Monday, August 10, 2020 Approved
AWS Command Line Interface (Install) 1.18.115 116 Saturday, August 8, 2020 Approved
AWS Command Line Interface (Install) 1.18.113 144 Thursday, August 6, 2020 Approved
AWS Command Line Interface (Install) 1.18.111 136 Tuesday, August 4, 2020 Approved
AWS Command Line Interface (Install) 1.18.110 142 Saturday, August 1, 2020 Approved
AWS Command Line Interface (Install) 1.18.108 127 Thursday, July 30, 2020 Approved
AWS Command Line Interface (Install) 1.18.106 153 Tuesday, July 28, 2020 Approved
AWS Command Line Interface (Install) 1.18.105 142 Saturday, July 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.103 160 Thursday, July 23, 2020 Approved
AWS Command Line Interface (Install) 1.18.101 1246 Tuesday, July 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.100 144 Saturday, July 18, 2020 Approved
AWS Command Line Interface (Install) 1.18.96 173 Thursday, July 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.94 192 Tuesday, July 7, 2020 Approved
AWS Command Line Interface (Install) 1.18.92 173 Thursday, July 2, 2020 Approved
AWS Command Line Interface (Install) 1.18.90 169 Tuesday, June 30, 2020 Approved
AWS Command Line Interface (Install) 1.18.89 215 Saturday, June 27, 2020 Approved
AWS Command Line Interface (Install) 1.18.87 170 Thursday, June 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.85 181 Tuesday, June 23, 2020 Approved
AWS Command Line Interface (Install) 1.18.84 201 Saturday, June 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.82 171 Thursday, June 18, 2020 Approved
AWS Command Line Interface (Install) 1.18.80 224 Tuesday, June 16, 2020 Approved
AWS Command Line Interface (Install) 1.18.79 194 Saturday, June 13, 2020 Approved
AWS Command Line Interface (Install) 1.18.75 163 Tuesday, June 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.74 193 Saturday, June 6, 2020 Approved
AWS Command Line Interface (Install) 1.18.72 188 Thursday, June 4, 2020 Approved
AWS Command Line Interface (Install) 1.18.70 175 Tuesday, June 2, 2020 Approved
AWS Command Line Interface (Install) 1.18.69 5996 Friday, May 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.68 210 Thursday, May 28, 2020 Approved
AWS Command Line Interface (Install) 1.18.65 14953 Thursday, May 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.63 161 Wednesday, May 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.62 204 Tuesday, May 19, 2020 Approved
AWS Command Line Interface (Install) 1.18.61 179 Saturday, May 16, 2020 Approved
AWS Command Line Interface (Install) 1.18.57 169 Tuesday, May 12, 2020 Approved
AWS Command Line Interface (Install) 1.18.56 227 Saturday, May 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.54 183 Thursday, May 7, 2020 Approved
AWS Command Line Interface (Install) 1.18.52 162 Tuesday, May 5, 2020 Approved
AWS Command Line Interface (Install) 1.18.51 244 Saturday, May 2, 2020 Approved
AWS Command Line Interface (Install) 1.18.50 149 Friday, May 1, 2020 Approved
AWS Command Line Interface (Install) 1.18.49 162 Thursday, April 30, 2020 Approved
AWS Command Line Interface (Install) 1.18.46 336 Saturday, April 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.43 196 Wednesday, April 22, 2020 Approved
AWS Command Line Interface (Install) 1.18.42 530 Tuesday, April 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.41 163 Friday, April 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.39 204 Thursday, April 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.36 257 Saturday, April 4, 2020 Approved
AWS Command Line Interface (Install) 1.18.35 174 Friday, April 3, 2020 Approved
AWS Command Line Interface (Install) 1.18.34 152 Thursday, April 2, 2020 Approved
AWS Command Line Interface (Install) 1.18.31 191 Saturday, March 28, 2020 Approved
AWS Command Line Interface (Install) 1.18.30 196 Thursday, March 26, 2020 Approved
AWS Command Line Interface (Install) 1.18.29 163 Thursday, March 26, 2020 Approved
AWS Command Line Interface (Install) 1.18.28 266 Wednesday, March 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.26 200 Saturday, March 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.25 206 Friday, March 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.24 185 Thursday, March 19, 2020 Approved
AWS Command Line Interface (Install) 1.18.22 165 Tuesday, March 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.21 220 Saturday, March 14, 2020 Approved
AWS Command Line Interface (Install) 1.18.20 189 Friday, March 13, 2020 Approved
AWS Command Line Interface (Install) 1.18.19 206 Thursday, March 12, 2020 Approved
AWS Command Line Interface (Install) 1.18.16 153 Saturday, March 7, 2020 Approved
AWS Command Line Interface (Install) 1.18.15 140 Friday, March 6, 2020 Approved
AWS Command Line Interface (Install) 1.18.14 199 Thursday, March 5, 2020 Approved
AWS Command Line Interface (Install) 1.18.11 21107 Saturday, February 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.9 5710 Friday, February 28, 2020 Approved
AWS Command Line Interface (Install) 1.18.6 3682 Tuesday, February 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.5 4403 Friday, February 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.4 1186 Friday, February 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.3 1383 Thursday, February 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.2 1366 Wednesday, February 19, 2020 Approved
AWS Command Line Interface (Install) 1.18.1 1631 Tuesday, February 18, 2020 Approved
AWS Command Line Interface (Install) 1.18.0 1942 Saturday, February 15, 2020 Approved
AWS Command Line Interface (Install) 1.17.17 4190 Friday, February 14, 2020 Approved
AWS Command Line Interface (Install) 1.17.16 1693 Thursday, February 13, 2020 Approved
AWS Command Line Interface (Install) 1.17.15 1515 Wednesday, February 12, 2020 Approved
AWS Command Line Interface (Install) 1.17.13 3025 Saturday, February 8, 2020 Approved
AWS Command Line Interface (Install) 1.17.12 1205 Friday, February 7, 2020 Approved
AWS Command Line Interface (Install) 1.17.11 134 Thursday, February 6, 2020 Approved
AWS Command Line Interface (Install) 1.17.10 159 Wednesday, February 5, 2020 Approved
AWS Command Line Interface (Install) 1.17.9 8247 Saturday, January 25, 2020 Approved
AWS Command Line Interface (Install) 1.17.8 925 Friday, January 24, 2020 Approved
AWS Command Line Interface (Install) 1.17.7 3015 Wednesday, January 22, 2020 Approved
AWS Command Line Interface (Install) 1.17.6 259 Tuesday, January 21, 2020 Approved
AWS Command Line Interface (Install) 1.17.5 2536 Saturday, January 18, 2020 Approved
AWS Command Line Interface (Install) 1.17.4 1177 Friday, January 17, 2020 Approved
AWS Command Line Interface (Install) 1.17.3 1090 Thursday, January 16, 2020 Approved
AWS Command Line Interface (Install) 1.17.2 2008 Tuesday, January 14, 2020 Approved
AWS Command Line Interface (Install) 1.17.1 1155 Tuesday, January 14, 2020 Approved
AWS Command Line Interface (Install) 1.17.0 1983 Saturday, January 11, 2020 Approved
AWS Command Line Interface (Install) 1.16.314 1366 Friday, January 10, 2020 Approved
AWS Command Line Interface (Install) 1.16.313 1393 Thursday, January 9, 2020 Approved
AWS Command Line Interface (Install) 1.16.312 1082 Wednesday, January 8, 2020 Approved
AWS Command Line Interface (Install) 1.16.311 1318 Tuesday, January 7, 2020 Approved
AWS Command Line Interface (Install) 1.16.310 157 Friday, January 3, 2020 Approved
AWS Command Line Interface (Install) 1.16.309 1402 Tuesday, December 24, 2019 Approved
AWS Command Line Interface (Install) 1.16.308 5788 Saturday, December 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.307 1038 Friday, December 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.305 2009 Wednesday, December 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.303 2497 Saturday, December 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.302 1168 Friday, December 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.301 1499 Thursday, December 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.300 1264 Wednesday, December 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.299 1515 Tuesday, December 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.298 2534 Friday, December 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.297 1281 Thursday, December 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.296 1325 Wednesday, December 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.294 792 Tuesday, December 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.292 4571 Wednesday, November 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.291 1342 Tuesday, November 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.290 2045 Saturday, November 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.289 1192 Friday, November 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.287 1271 Thursday, November 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.286 1725 Wednesday, November 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.284 1524 Tuesday, November 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.283 2189 Saturday, November 16, 2019 Approved
AWS Command Line Interface (Install) 1.16.282 1254 Friday, November 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.281 1514 Thursday, November 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.280 1491 Wednesday, November 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.279 1426 Tuesday, November 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.278 2057 Saturday, November 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.277 2630 Friday, November 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.276 1363 Thursday, November 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.274 1605 Tuesday, November 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.273 1274 Tuesday, November 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.272 2057 Saturday, November 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.271 993 Friday, November 1, 2019 Approved
AWS Command Line Interface (Install) 1.16.270 1476 Thursday, October 31, 2019 Approved
AWS Command Line Interface (Install) 1.16.269 1522 Wednesday, October 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.268 1588 Tuesday, October 29, 2019 Approved
AWS Command Line Interface (Install) 1.16.266 2863 Friday, October 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.265 1757 Thursday, October 24, 2019 Approved
AWS Command Line Interface (Install) 1.16.264 1530 Wednesday, October 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.263 3534 Friday, October 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.262 694 Friday, October 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.261 2318 Thursday, October 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.260 1543 Wednesday, October 16, 2019 Approved
AWS Command Line Interface (Install) 1.16.259 1480 Tuesday, October 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.258 1936 Saturday, October 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.257 1300 Friday, October 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.256 2036 Thursday, October 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.255 1667 Wednesday, October 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.254 1364 Tuesday, October 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.253 2000 Saturday, October 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.252 1495 Friday, October 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.251 2119 Thursday, October 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.250 1620 Wednesday, October 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.249 1626 Tuesday, October 1, 2019 Approved
AWS Command Line Interface (Install) 1.16.248 2331 Saturday, September 28, 2019 Approved
AWS Command Line Interface (Install) 1.16.247 1114 Friday, September 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.246 1819 Wednesday, September 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.245 1417 Wednesday, September 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.244 1505 Tuesday, September 24, 2019 Approved
AWS Command Line Interface (Install) 1.16.243 1839 Saturday, September 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.242 1212 Friday, September 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.241 2312 Thursday, September 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.240 1477 Wednesday, September 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.239 1131 Tuesday, September 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.238 7143 Friday, September 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.237 1808 Thursday, September 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.236 1367 Wednesday, September 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.235 1294 Tuesday, September 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.234 1769 Saturday, September 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.233 1187 Friday, September 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.232 1816 Thursday, September 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.231 1234 Wednesday, September 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.230 2491 Saturday, August 31, 2019 Approved
AWS Command Line Interface (Install) 1.16.229 1855 Friday, August 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.228 2800 Thursday, August 29, 2019 Approved
AWS Command Line Interface (Install) 1.16.227 2328 Wednesday, August 28, 2019 Approved
AWS Command Line Interface (Install) 1.16.226 1250 Tuesday, August 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.225 1996 Friday, August 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.224 1064 Friday, August 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.223 1112 Thursday, August 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.222 1207 Wednesday, August 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.221 2564 Tuesday, August 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.220 1834 Saturday, August 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.219 1081 Friday, August 16, 2019 Approved
AWS Command Line Interface (Install) 1.16.218 1163 Thursday, August 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.217 1635 Wednesday, August 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.216 1108 Tuesday, August 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.215 1624 Saturday, August 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.214 995 Friday, August 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.213 2192 Thursday, August 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.212 522 Wednesday, August 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.211 1699 Tuesday, August 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.210 1642 Saturday, August 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.209 5039 Wednesday, July 31, 2019 Approved
AWS Command Line Interface (Install) 1.16.208 991 Tuesday, July 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.207 1608 Saturday, July 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.206 1163 Friday, July 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.205 1355 Thursday, July 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.204 1170 Tuesday, July 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.203 1170 Tuesday, July 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.202 1136 Monday, July 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.201 808 Saturday, July 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.200 898 Friday, July 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.199 1088 Thursday, July 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.198 3095 Saturday, July 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.197 915 Friday, July 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.196 1006 Thursday, July 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.195 1023 Wednesday, July 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.194 1238 Tuesday, July 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.193 2702 Thursday, July 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.192 950 Wednesday, July 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.191 954 Tuesday, July 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.190 1514 Saturday, June 29, 2019 Approved
AWS Command Line Interface (Install) 1.16.189 844 Friday, June 28, 2019 Approved
AWS Command Line Interface (Install) 1.16.188 961 Thursday, June 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.186 1176 Wednesday, June 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.185 998 Tuesday, June 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.184 2809 Saturday, June 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.183 959 Friday, June 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.182 830 Thursday, June 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.181 1332 Wednesday, June 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.180 1433 Tuesday, June 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.179 1660 Saturday, June 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.178 871 Friday, June 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.177 2248 Thursday, June 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.176 1554 Wednesday, June 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.175 1464 Tuesday, June 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.174 1858 Saturday, June 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.173 1043 Friday, June 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.172 1246 Thursday, June 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.171 1256 Wednesday, June 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.170 1404 Tuesday, June 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.169 2958 Friday, May 31, 2019 Approved
AWS Command Line Interface (Install) 1.16.168 1144 Thursday, May 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.167 1032 Wednesday, May 29, 2019 Approved
AWS Command Line Interface (Install) 1.16.166 2292 Saturday, May 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.165 1005 Friday, May 24, 2019 Approved
AWS Command Line Interface (Install) 1.16.164 12750 Thursday, May 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.163 1227 Wednesday, May 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.162 1263 Monday, May 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.161 1749 Saturday, May 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.160 1089 Friday, May 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.159 989 Thursday, May 16, 2019 Approved
AWS Command Line Interface (Install) 1.16.158 1072 Wednesday, May 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.157 1359 Tuesday, May 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.156 1808 Saturday, May 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.155 1655 Thursday, May 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.154 1205 Wednesday, May 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.153 1283 Tuesday, May 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.152 2575 Saturday, May 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.151 1399 Friday, May 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.150 1212 Thursday, May 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.149 1004 Wednesday, May 1, 2019 Approved
AWS Command Line Interface (Install) 1.16.148 1200 Tuesday, April 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.147 1940 Saturday, April 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.146 1178 Friday, April 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.145 1457 Thursday, April 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.144 2943 Saturday, April 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.143 1058 Friday, April 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.142 1022 Thursday, April 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.141 1081 Wednesday, April 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.140 10514 Saturday, April 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.139 1088 Friday, April 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.138 1208 Thursday, April 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.137 745 Wednesday, April 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.136 1445 Tuesday, April 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.135 1981 Saturday, March 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.134 1146 Friday, March 29, 2019 Approved
AWS Command Line Interface (Install) 1.16.133 1671 Thursday, March 28, 2019 Approved
AWS Command Line Interface (Install) 1.16.132 1520 Tuesday, March 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.131 1160 Tuesday, March 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.130 1832 Saturday, March 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.129 943 Friday, March 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.128 1134 Thursday, March 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.127 896 Wednesday, March 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.126 1599 Tuesday, March 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.125 2593 Friday, March 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.124 1172 Thursday, March 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.123 395 Wednesday, March 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.122 1902 Tuesday, March 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.121 1895 Saturday, March 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.120 1016 Friday, March 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.119 1035 Thursday, March 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.118 1145 Wednesday, March 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.117 1526 Tuesday, March 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.116 1639 Saturday, March 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.115 1361 Friday, March 1, 2019 Approved
AWS Command Line Interface (Install) 1.16.114 4650 Thursday, February 28, 2019 Approved
AWS Command Line Interface (Install) 1.16.113 1503 Wednesday, February 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.112 1168 Tuesday, February 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.111 1634 Saturday, February 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.110 922 Friday, February 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.109 1297 Thursday, February 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.108 1173 Wednesday, February 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.107 1205 Tuesday, February 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.106 1892 Saturday, February 16, 2019 Approved
AWS Command Line Interface (Install) 1.16.105 1208 Friday, February 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.104 1148 Thursday, February 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.103 817 Wednesday, February 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.102 1226 Tuesday, February 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.101 1484 Saturday, February 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.99 1671 Thursday, February 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.98 1208 Wednesday, February 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.97 1143 Tuesday, February 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.96 5844 Saturday, January 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.94 1716 Thursday, January 24, 2019 Approved
AWS Command Line Interface (Install) 1.16.93 1747 Tuesday, January 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.92 1680 Saturday, January 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.91 1008 Friday, January 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.90 1196 Thursday, January 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.89 1820 Tuesday, January 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.88 1585 Saturday, January 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.87 908 Friday, January 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.86 934 Thursday, January 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.85 1712 Tuesday, January 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.84 1490 Saturday, January 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.81 4987 Saturday, December 22, 2018 Approved
AWS Command Line Interface (Install) 1.16.80 843 Friday, December 21, 2018 Approved
AWS Command Line Interface (Install) 1.16.79 899 Thursday, December 20, 2018 Approved
AWS Command Line Interface (Install) 1.16.78 1077 Wednesday, December 19, 2018 Approved
AWS Command Line Interface (Install) 1.16.77 914 Tuesday, December 18, 2018 Approved
AWS Command Line Interface (Install) 1.16.76 1439 Saturday, December 15, 2018 Approved
AWS Command Line Interface (Install) 1.16.75 1030 Friday, December 14, 2018 Approved
AWS Command Line Interface (Install) 1.16.74 1140 Thursday, December 13, 2018 Approved
AWS Command Line Interface (Install) 1.16.73 1141 Wednesday, December 12, 2018 Approved
AWS Command Line Interface (Install) 1.16.72 2516 Saturday, December 8, 2018 Approved
AWS Command Line Interface (Install) 1.16.71 1023 Friday, December 7, 2018 Approved
AWS Command Line Interface (Install) 1.16.70 1413 Thursday, December 6, 2018 Approved
AWS Command Line Interface (Install) 1.16.69 1313 Wednesday, December 5, 2018 Approved
AWS Command Line Interface (Install) 1.16.68 1970 Tuesday, December 4, 2018 Approved
AWS Command Line Interface (Install) 1.16.67 2968 Friday, November 30, 2018 Approved
AWS Command Line Interface (Install) 1.16.65 1032 Thursday, November 29, 2018 Approved
AWS Command Line Interface (Install) 1.16.63 1248 Wednesday, November 28, 2018 Approved
AWS Command Line Interface (Install) 1.16.60 3983 Thursday, November 22, 2018 Approved
AWS Command Line Interface (Install) 1.16.59 746 Wednesday, November 21, 2018 Approved
AWS Command Line Interface (Install) 1.16.58 1482 Tuesday, November 20, 2018 Approved
AWS Command Line Interface (Install) 1.16.57 2086 Saturday, November 17, 2018 Approved
AWS Command Line Interface (Install) 1.16.56 1205 Friday, November 16, 2018 Approved
AWS Command Line Interface (Install) 1.16.55 1255 Thursday, November 15, 2018 Approved
AWS Command Line Interface (Install) 1.16.54 1244 Wednesday, November 14, 2018 Approved
AWS Command Line Interface (Install) 1.16.53 1366 Tuesday, November 13, 2018 Approved
AWS Command Line Interface (Install) 1.16.52 1924 Saturday, November 10, 2018 Approved
AWS Command Line Interface (Install) 1.16.51 761 Friday, November 9, 2018 Approved
AWS Command Line Interface (Install) 1.16.50 649 Thursday, November 8, 2018 Approved
AWS Command Line Interface (Install) 1.16.48 2418 Tuesday, November 6, 2018 Approved
AWS Command Line Interface (Install) 1.16.47 1771 Saturday, November 3, 2018 Approved
AWS Command Line Interface (Install) 1.16.46 1011 Friday, November 2, 2018 Approved
AWS Command Line Interface (Install) 1.16.45 1110 Thursday, November 1, 2018 Approved
AWS Command Line Interface (Install) 1.16.44 1107 Wednesday, October 31, 2018 Approved
AWS Command Line Interface (Install) 1.16.43 2253 Sunday, October 28, 2018 Approved
AWS Command Line Interface (Install) 1.16.42 1486 Friday, October 26, 2018 Approved
AWS Command Line Interface (Install) 1.16.41 1033 Thursday, October 25, 2018 Approved
AWS Command Line Interface (Install) 1.16.40 1087 Wednesday, October 24, 2018 Approved
AWS Command Line Interface (Install) 1.16.39 970 Tuesday, October 23, 2018 Approved
AWS Command Line Interface (Install) 1.16.38 1122 Sunday, October 21, 2018 Approved
AWS Command Line Interface (Install) 1.16.37 1534 Friday, October 19, 2018 Approved
AWS Command Line Interface (Install) 1.16.36 1046 Thursday, October 18, 2018 Approved
AWS Command Line Interface (Install) 1.16.35 1240 Wednesday, October 17, 2018 Approved
AWS Command Line Interface (Install) 1.16.34 972 Tuesday, October 16, 2018 Approved
AWS Command Line Interface (Install) 1.16.33 1042 Sunday, October 14, 2018 Approved
AWS Command Line Interface (Install) 1.16.32 1528 Friday, October 12, 2018 Approved
AWS Command Line Interface (Install) 1.16.29 2412 Tuesday, October 9, 2018 Approved
AWS Command Line Interface (Install) 1.16.28 1027 Monday, October 8, 2018 Approved
AWS Command Line Interface (Install) 1.16.27 1521 Friday, October 5, 2018 Approved
AWS Command Line Interface (Install) 1.16.26 1558 Wednesday, October 3, 2018 Approved
AWS Command Line Interface (Install) 1.16.25 1038 Tuesday, October 2, 2018 Approved
AWS Command Line Interface (Install) 1.16.24 1028 Monday, October 1, 2018 Approved
AWS Command Line Interface (Install) 1.16.23 1406 Friday, September 28, 2018 Approved
AWS Command Line Interface (Install) 1.16.22 959 Thursday, September 27, 2018 Approved
AWS Command Line Interface (Install) 1.16.21 1015 Wednesday, September 26, 2018 Approved
AWS Command Line Interface (Install) 1.16.20 1062 Tuesday, September 25, 2018 Approved
AWS Command Line Interface (Install) 1.16.19 1016 Monday, September 24, 2018 Approved
AWS Command Line Interface (Install) 1.16.18 1942 Friday, September 21, 2018 Approved
AWS Command Line Interface (Install) 1.16.17 1298 Thursday, September 20, 2018 Approved
AWS Command Line Interface (Install) 1.16.16 1078 Wednesday, September 19, 2018 Approved
AWS Command Line Interface (Install) 1.16.15 1209 Tuesday, September 18, 2018 Approved
AWS Command Line Interface (Install) 1.16.14 2506 Friday, September 14, 2018 Approved
AWS Command Line Interface (Install) 1.16.13 1161 Thursday, September 13, 2018 Approved
AWS Command Line Interface (Install) 1.16.11 1737 Tuesday, September 11, 2018 Approved
AWS Command Line Interface (Install) 1.16.10 1278 Monday, September 10, 2018 Approved
AWS Command Line Interface (Install) 1.16.9 1730 Friday, September 7, 2018 Approved
AWS Command Line Interface (Install) 1.16.8 1006 Thursday, September 6, 2018 Approved
AWS Command Line Interface (Install) 1.16.7 1013 Wednesday, September 5, 2018 Approved
AWS Command Line Interface (Install) 1.16.6 1768 Monday, September 3, 2018 Approved
AWS Command Line Interface (Install) 1.16.5 1919 Friday, August 31, 2018 Approved
AWS Command Line Interface (Install) 1.16.4 1030 Thursday, August 30, 2018 Approved
AWS Command Line Interface (Install) 1.16.3 669 Wednesday, August 29, 2018 Approved
AWS Command Line Interface (Install) 1.16.2 477 Tuesday, August 28, 2018 Approved
AWS Command Line Interface (Install) 1.16.1 1896 Monday, August 27, 2018 Approved
AWS Command Line Interface (Install) 1.15.85 1612 Friday, August 24, 2018 Approved
AWS Command Line Interface (Install) 1.15.84 1812 Thursday, August 23, 2018 Approved
AWS Command Line Interface (Install) 1.15.83 625 Wednesday, August 22, 2018 Approved
AWS Command Line Interface (Install) 1.15.82 1372 Tuesday, August 21, 2018 Approved
AWS Command Line Interface (Install) 1.15.81 1043 Monday, August 20, 2018 Approved
AWS Command Line Interface (Install) 1.15.80 1582 Friday, August 17, 2018 Approved
AWS Command Line Interface (Install) 1.15.79 908 Thursday, August 16, 2018 Approved
AWS Command Line Interface (Install) 1.15.78 927 Wednesday, August 15, 2018 Approved
AWS Command Line Interface (Install) 1.15.77 849 Tuesday, August 14, 2018 Approved
AWS Command Line Interface (Install) 1.15.76 947 Monday, August 13, 2018 Approved
AWS Command Line Interface (Install) 1.15.75 1566 Friday, August 10, 2018 Approved
AWS Command Line Interface (Install) 1.15.74 958 Thursday, August 9, 2018 Approved
AWS Command Line Interface (Install) 1.15.73 909 Wednesday, August 8, 2018 Approved
AWS Command Line Interface (Install) 1.15.72 935 Tuesday, August 7, 2018 Approved
AWS Command Line Interface (Install) 1.15.71 939 Monday, August 6, 2018 Approved
AWS Command Line Interface (Install) 1.15.70 1399 Friday, August 3, 2018 Approved
AWS Command Line Interface (Install) 1.15.69 954 Thursday, August 2, 2018 Approved
AWS Command Line Interface (Install) 1.15.68 981 Wednesday, August 1, 2018 Approved
AWS Command Line Interface (Install) 1.15.67 970 Tuesday, July 31, 2018 Approved
AWS Command Line Interface (Install) 1.15.66 2230 Friday, July 27, 2018 Approved
AWS Command Line Interface (Install) 1.15.65 1016 Thursday, July 26, 2018 Approved
AWS Command Line Interface (Install) 1.15.64 992 Wednesday, July 25, 2018 Approved
AWS Command Line Interface (Install) 1.15.63 1980 Monday, July 23, 2018 Approved
AWS Command Line Interface (Install) 1.15.62 1511 Friday, July 20, 2018 Approved
AWS Command Line Interface (Install) 1.15.61 1075 Thursday, July 19, 2018 Approved
AWS Command Line Interface (Install) 1.15.60 1029 Wednesday, July 18, 2018 Approved
AWS Command Line Interface (Install) 1.15.59 1481 Monday, July 16, 2018 Approved
AWS Command Line Interface (Install) 1.15.58 1366 Friday, July 13, 2018 Approved
AWS Command Line Interface (Install) 1.15.57 951 Thursday, July 12, 2018 Approved
AWS Command Line Interface (Install) 1.15.56 949 Wednesday, July 11, 2018 Approved
AWS Command Line Interface (Install) 1.15.55 884 Tuesday, July 10, 2018 Approved
AWS Command Line Interface (Install) 1.15.53 975 Sunday, July 8, 2018 Approved
AWS Command Line Interface (Install) 1.15.52 1255 Friday, July 6, 2018 Approved
AWS Command Line Interface 1.15.51 1542 Tuesday, July 3, 2018 Approved
AWS Command Line Interface 1.15.50 891 Monday, July 2, 2018 Approved
AWS Command Line Interface (Install) 1.15.49 1895 Friday, June 29, 2018 Approved
AWS Command Line Interface (Install) 1.15.47 889 Thursday, June 28, 2018 Approved
AWS Command Line Interface (Install) 1.15.46 468 Wednesday, June 27, 2018 Approved
AWS Command Line Interface (Install) 1.15.45 448 Monday, June 25, 2018 Approved
AWS Command Line Interface (Install) 1.15.44 698 Friday, June 22, 2018 Approved
AWS Command Line Interface (Install) 1.15.42 3012 Thursday, June 21, 2018 Approved
AWS Command Line Interface (Install) 1.15.41 946 Wednesday, June 20, 2018 Approved
AWS Command Line Interface (Install) 1.15.40 1412 Monday, June 18, 2018 Approved
AWS Command Line Interface (Install) 1.15.39 1407 Friday, June 15, 2018 Approved
AWS Command Line Interface (Install) 1.15.37 1502 Wednesday, June 13, 2018 Approved
AWS Command Line Interface (Install) 1.15.35 1466 Monday, June 11, 2018 Approved
AWS Command Line Interface (Install) 1.15.34 1552 Friday, June 8, 2018 Approved
AWS Command Line Interface (Install) 1.15.33 1811 Wednesday, June 6, 2018 Approved
AWS Command Line Interface ((Install) 1.15.31 2145 Saturday, June 2, 2018 Approved
AWS Command Line Interface 1.15.20 6938 Tuesday, May 15, 2018 Approved
AWS Command Line Interface 1.15.2 15330 Friday, April 6, 2018 Approved
AWS Command Line Interface 1.15.1 731 Thursday, April 5, 2018 Approved
AWS Command Line Interface 1.15.0 678 Wednesday, April 4, 2018 Approved
AWS Command Line Interface 1.14.70 780 Tuesday, April 3, 2018 Approved
AWS Command Line Interface 1.14.69 278 Tuesday, April 3, 2018 Approved
AWS Command Line Interface 1.14.68 253 Friday, March 30, 2018 Approved
AWS Command Line Interface 1.14.67 1519 Friday, March 30, 2018 Approved
AWS Command Line Interface 1.14.43 11550 Tuesday, February 20, 2018 Approved
AWS Command Line Interface 1.14.42 824 Monday, February 19, 2018 Approved
AWS Command Line Interface 1.14.41 789 Sunday, February 18, 2018 Approved
AWS Command Line Interface 1.14.40 850 Thursday, February 15, 2018 Approved
AWS Command Line Interface 1.14.39 665 Thursday, February 15, 2018 Approved
AWS Command Line Interface 1.14.37 1170 Tuesday, February 13, 2018 Approved
AWS Command Line Interface 1.14.36 1118 Saturday, February 10, 2018 Approved
AWS Command Line Interface 1.14.35 717 Thursday, February 8, 2018 Approved
AWS Command Line Interface 1.14.34 978 Wednesday, February 7, 2018 Approved
AWS Command Line Interface 1.14.32 2704 Tuesday, January 30, 2018 Approved
AWS Command Line Interface 1.14.30 2441 Tuesday, January 23, 2018 Approved
AWS Command Line Interface 1.14.29 404 Monday, January 22, 2018 Approved
AWS Command Line Interface 1.14.24 2995 Saturday, January 13, 2018 Approved
AWS Command Line Interface 1.14.23 803 Thursday, January 11, 2018 Approved
AWS Command Line Interface 1.14.22 743 Thursday, January 11, 2018 Approved
AWS Command Line Interface 1.14.19 2185 Saturday, January 6, 2018 Approved
AWS Command Line Interface 1.14.18 1441 Wednesday, January 3, 2018 Approved
AWS Command Line Interface 1.14.16 1482 Friday, December 22, 2017 Approved
AWS Command Line Interface 1.14.15 549 Friday, December 22, 2017 Approved
AWS Command Line Interface 1.14.12 1076 Tuesday, December 19, 2017 Approved
AWS Command Line Interface 1.14.11 822 Saturday, December 16, 2017 Approved
AWS Command Line Interface 1.14.10 698 Thursday, December 14, 2017 Approved
AWS Command Line Interface 1.14.9 945 Tuesday, December 12, 2017 Approved
AWS Command Line Interface 1.14.8 610 Tuesday, December 12, 2017 Approved
AWS Command Line Interface 1.14.7 868 Saturday, December 9, 2017 Approved
AWS Command Line Interface 1.14.6 625 Thursday, December 7, 2017 Approved
AWS Command Line Interface 1.14.5 455 Thursday, December 7, 2017 Approved
AWS Command Line Interface 1.14.3 1091 Monday, December 4, 2017 Approved
AWS Command Line Interface 1.14.2 998 Thursday, November 30, 2017 Approved
AWS Command Line Interface 1.14.1 528 Thursday, November 30, 2017 Approved
AWS Command Line Interface 1.14.0 416 Wednesday, November 29, 2017 Approved
AWS Command Line Interface 1.13.0 553 Wednesday, November 29, 2017 Approved
AWS Command Line Interface 1.12.2 902 Monday, November 27, 2017 Approved
AWS Command Line Interface 1.12.1 886 Thursday, November 23, 2017 Approved
AWS Command Line Interface 1.12.0 551 Wednesday, November 22, 2017 Approved
AWS Command Line Interface 1.11.190 697 Tuesday, November 21, 2017 Approved
AWS Command Line Interface 1.11.189 808 Saturday, November 18, 2017 Approved
AWS Command Line Interface 1.11.188 623 Friday, November 17, 2017 Approved
AWS Command Line Interface 1.11.187 615 Wednesday, November 15, 2017 Approved
AWS Command Line Interface 1.11.186 600 Wednesday, November 15, 2017 Approved
AWS Command Line Interface 1.11.185 1152 Thursday, November 9, 2017 Approved
AWS Command Line Interface 1.11.184 777 Thursday, November 9, 2017 Approved
AWS Command Line Interface 1.11.183 657 Tuesday, November 7, 2017 Approved
AWS Command Line Interface 1.11.181 1021 Saturday, November 4, 2017 Approved
AWS Command Line Interface 1.11.180 619 Friday, November 3, 2017 Approved
AWS Command Line Interface 1.11.179 619 Thursday, November 2, 2017 Approved
AWS Command Line Interface 1.11.178 1508 Friday, October 27, 2017 Approved
AWS Command Line Interface 1.11.177 806 Wednesday, October 25, 2017 Approved
AWS Command Line Interface 1.11.176 641 Tuesday, October 24, 2017 Approved
AWS Command Line Interface 1.11.175 847 Friday, October 20, 2017 Approved
AWS Command Line Interface 1.11.174 651 Thursday, October 19, 2017 Approved
AWS Command Line Interface 1.11.173 651 Wednesday, October 18, 2017 Approved
AWS Command Line Interface 1.11.172 766 Tuesday, October 17, 2017 Approved
AWS Command Line Interface 1.11.171 713 Monday, October 16, 2017 Approved
AWS Command Line Interface 1.11.170 1049 Thursday, October 12, 2017 Approved
AWS Command Line Interface 1.11.169 718 Wednesday, October 11, 2017 Approved
AWS Command Line Interface 1.11.167 1508 Saturday, October 7, 2017 Approved
AWS Command Line Interface 1.11.166 574 Thursday, October 5, 2017 Approved
AWS Command Line Interface 1.11.165 566 Thursday, October 5, 2017 Approved
AWS Command Line Interface 1.11.164 691 Tuesday, October 3, 2017 Approved
AWS Command Line Interface 1.11.163 661 Monday, October 2, 2017 Approved
AWS Command Line Interface 1.11.162 730 Saturday, September 30, 2017 Approved
AWS Command Line Interface 1.11.160 1873 Tuesday, September 26, 2017 Approved
AWS Command Line Interface 1.11.159 15471 Monday, September 25, 2017 Approved
AWS Command Line Interface 1.11.158 1384 Thursday, September 21, 2017 Approved
AWS Command Line Interface 1.11.157 433 Thursday, September 21, 2017 Approved
AWS Command Line Interface 1.11.156 961 Wednesday, September 20, 2017 Approved
AWS Command Line Interface 1.11.155 738 Tuesday, September 19, 2017 Approved
AWS Command Line Interface 1.11.154 965 Friday, September 15, 2017 Approved
AWS Command Line Interface 1.11.152 890 Wednesday, September 13, 2017 Approved
AWS Command Line Interface 1.11.151 728 Tuesday, September 12, 2017 Approved
AWS Command Line Interface 1.11.150 722 Tuesday, September 12, 2017 Approved
AWS Command Line Interface 1.11.148 1270 Friday, September 8, 2017 Approved
AWS Command Line Interface 1.11.146 1098 Tuesday, September 5, 2017 Approved
AWS Command Line Interface 1.11.145 1698 Saturday, September 2, 2017 Approved
AWS Command Line Interface 1.11.144 13582 Friday, September 1, 2017 Approved
AWS Command Line Interface 1.11.143 692 Thursday, August 31, 2017 Approved
AWS Command Line Interface 1.11.142 898 Tuesday, August 29, 2017 Approved
AWS Command Line Interface 1.11.141 1830 Saturday, August 26, 2017 Approved
AWS Command Line Interface 1.11.140 1108 Thursday, August 24, 2017 Approved
AWS Command Line Interface 1.11.139 943 Wednesday, August 23, 2017 Approved
AWS Command Line Interface 1.11.137 1511 Tuesday, August 22, 2017 Approved
AWS Command Line Interface 1.11.133 4164 Saturday, August 12, 2017 Approved
AWS Command Line Interface 1.11.132 990 Friday, August 11, 2017 Approved
AWS Command Line Interface 1.11.131 1193 Wednesday, August 9, 2017 Approved
AWS Command Line Interface 1.11.129 7059 Wednesday, August 2, 2017 Approved
AWS Command Line Interface 1.11.128 1108 Tuesday, August 1, 2017 Approved
AWS Command Line Interface 1.11.127 2193 Friday, July 28, 2017 Approved
AWS Command Line Interface 1.11.126 1108 Thursday, July 27, 2017 Approved
AWS Command Line Interface 1.11.125 579 Wednesday, July 26, 2017 Approved
AWS Command Line Interface 1.11.124 1665 Monday, July 24, 2017 Approved
AWS Command Line Interface 1.11.123 2198 Friday, July 21, 2017 Approved
AWS Command Line Interface 1.11.122 1025 Wednesday, July 19, 2017 Approved
AWS Command Line Interface 1.11.121 1531 Tuesday, July 18, 2017 Approved
AWS Command Line Interface 1.11.120 2036 Saturday, July 15, 2017 Approved
AWS Command Line Interface 1.11.118 1808 Thursday, July 13, 2017 Approved
AWS Command Line Interface 1.11.115 8433 Friday, June 30, 2017 Approved
AWS Command Line Interface 1.11.114 1260 Thursday, June 29, 2017 Approved
AWS Command Line Interface 1.11.113 1236 Wednesday, June 28, 2017 Approved
AWS Command Line Interface 1.11.112 3395 Friday, June 23, 2017 Approved
AWS Command Line Interface 1.11.111 798 Friday, June 23, 2017 Approved
AWS Command Line Interface 1.11.110 1229 Thursday, June 22, 2017 Approved
AWS Command Line Interface 1.11.109 864 Wednesday, June 21, 2017 Approved
AWS Command Line Interface 1.11.108 1382 Monday, June 19, 2017 Approved
AWS Command Line Interface 1.11.107 1537 Sunday, June 18, 2017 Approved
AWS Command Line Interface 1.11.101 7181 Thursday, June 8, 2017 Approved
AWS Command Line Interface 1.11.100 1471 Wednesday, June 7, 2017 Approved
AWS Command Line Interface 1.11.99 615 Wednesday, June 7, 2017 Approved
AWS Command Line Interface 1.11.98 736 Monday, June 5, 2017 Approved
AWS Command Line Interface 1.11.97 3058 Saturday, June 3, 2017 Approved
AWS Command Line Interface 1.11.96 1161 Friday, June 2, 2017 Approved
AWS Command Line Interface 1.11.95 1171 Wednesday, May 31, 2017 Approved
AWS Command Line Interface 1.11.94 1109 Wednesday, May 31, 2017 Approved
AWS Command Line Interface 1.11.91 4647 Wednesday, May 24, 2017 Approved
AWS Command Line Interface 1.11.90 709 Tuesday, May 23, 2017 Approved
AWS Command Line Interface 1.11.89 3185 Friday, May 19, 2017 Approved
AWS Command Line Interface 1.11.88 982 Thursday, May 18, 2017 Approved
AWS Command Line Interface 1.11.87 1203 Wednesday, May 17, 2017 Approved
AWS Command Line Interface 1.11.86 1118 Tuesday, May 16, 2017 Approved
AWS Command Line Interface 1.11.85 2337 Friday, May 12, 2017 Approved
AWS Command Line Interface 1.11.83 3879 Friday, May 5, 2017 Approved
AWS Command Line Interface 1.11.82 3572 Saturday, April 29, 2017 Approved
AWS Command Line Interface 1.11.81 1835 Wednesday, April 26, 2017 Approved
AWS Command Line Interface 1.11.80 1391 Saturday, April 22, 2017 Approved
AWS Command Line Interface 1.11.79 571 Friday, April 21, 2017 Approved
AWS Command Line Interface 1.11.78 864 Wednesday, April 19, 2017 Approved
AWS Command Line Interface 1.11.77 1453 Tuesday, April 18, 2017 Approved
AWS Command Line Interface 1.11.76 7927 Tuesday, April 11, 2017 Approved
AWS Command Line Interface 1.11.75 1417 Saturday, April 8, 2017 Approved
AWS Command Line Interface 1.11.74 830 Thursday, April 6, 2017 Approved
AWS Command Line Interface 1.11.73 856 Thursday, April 6, 2017 Approved
AWS Command Line Interface 1.11.72 718 Tuesday, April 4, 2017 Approved
AWS Command Line Interface 1.11.71 645 Tuesday, April 4, 2017 Approved
AWS Command Line Interface 1.11.70 879 Friday, March 31, 2017 Approved
AWS Command Line Interface 1.11.69 551 Friday, March 31, 2017 Approved
AWS Command Line Interface 1.11.68 1031 Wednesday, March 29, 2017 Approved
AWS Command Line Interface 1.11.67 656 Tuesday, March 28, 2017 Approved
AWS Command Line Interface 1.11.66 978 Thursday, March 23, 2017 Approved
AWS Command Line Interface 1.11.65 793 Thursday, March 23, 2017 Approved
AWS Command Line Interface 1.11.64 634 Wednesday, March 22, 2017 Approved
AWS Command Line Interface 1.11.63 1754 Tuesday, March 14, 2017 Approved
AWS Command Line Interface 1.11.61 837 Friday, March 10, 2017 Approved
AWS Command Line Interface 1.11.60 708 Friday, March 10, 2017 Approved
AWS Command Line Interface 1.11.59 643 Thursday, March 9, 2017 Approved
AWS Command Line Interface 1.11.58 653 Wednesday, March 8, 2017 Approved
AWS Command Line Interface 1.11.57 603 Tuesday, March 7, 2017 Approved
AWS Command Line Interface 1.11.56 1792 Tuesday, February 28, 2017 Approved
AWS Command Line Interface 1.11.55 745 Sunday, February 26, 2017 Approved
AWS Command Line Interface 1.11.54 727 Friday, February 24, 2017 Approved
AWS Command Line Interface 1.11.52 1064 Wednesday, February 22, 2017 Approved
AWS Command Line Interface 1.11.51 42616 Sunday, February 19, 2017 Approved
AWS Command Line Interface 1.11.50 753 Friday, February 17, 2017 Approved
AWS Command Line Interface 1.11.49 719 Thursday, February 16, 2017 Approved
AWS Command Line Interface 1.11.48 760 Wednesday, February 15, 2017 Approved
AWS Command Line Interface 1.11.47 506 Tuesday, February 14, 2017 Approved
AWS Command Line Interface 1.11.46 1371 Friday, February 10, 2017 Approved
AWS Command Line Interface 1.11.45 943 Wednesday, February 8, 2017 Approved
AWS Command Line Interface 1.11.43 2410 Thursday, January 26, 2017 Approved
AWS Command Line Interface 1.11.42 687 Wednesday, January 25, 2017 Approved
AWS Command Line Interface 1.11.41 3169 Friday, January 20, 2017 Approved
AWS Command Line Interface 1.11.40 477 Friday, January 20, 2017 Approved
AWS Command Line Interface 1.11.39 726 Thursday, January 19, 2017 Approved
AWS Command Line Interface 1.11.38 673 Tuesday, January 17, 2017 Approved
AWS Command Line Interface 1.11.37 505 Tuesday, January 17, 2017 Approved
AWS Command Line Interface 1.11.36 1842 Wednesday, January 4, 2017 Approved
AWS Command Line Interface 1.11.34 1643 Friday, December 23, 2016 Approved
AWS Command Line Interface 1.11.33 925 Thursday, December 22, 2016 Approved
AWS Command Line Interface 1.11.32 613 Wednesday, December 21, 2016 Approved
AWS Command Line Interface 1.11.31 677 Tuesday, December 20, 2016 Approved
AWS Command Line Interface 1.11.30 830 Friday, December 16, 2016 Approved
AWS Command Line Interface 1.11.24 1929 Saturday, December 3, 2016 Approved
AWS Command Line Interface 1.11.22 1446 Wednesday, November 30, 2016 Approved
AWS Command Line Interface 1.10.38 10390 Wednesday, June 15, 2016 Approved
AWS Command Line Interface 1.10.35 455 Friday, June 3, 2016 Approved
AWS Command Line Interface 1.10.33 387 Friday, May 27, 2016 Approved
AWS Command Line Interface 1.10.30 389 Wednesday, May 18, 2016 Approved
AWS Command Line Interface 1.10.27 433 Wednesday, May 11, 2016 Approved
AWS Command Line Interface 1.10.26 395 Friday, May 6, 2016 Approved
AWS Command Line Interface 1.10.25 379 Wednesday, May 4, 2016 Approved
AWS Command Line Interface 1.10.24 438 Friday, April 29, 2016 Approved
AWS Command Line Interface 1.10.23 481 Thursday, April 28, 2016 Approved
AWS Command Line Interface 1.10.22 593 Friday, April 22, 2016 Approved
AWS Command Line Interface 1.10.21 499 Tuesday, April 19, 2016 Approved
AWS Command Line Interface 1.10.20 640 Tuesday, April 12, 2016 Approved
AWS Command Line Interface 1.10.18 516 Monday, April 11, 2016 Approved
AWS Command Line Interface 1.10.16 812 Friday, March 25, 2016 Approved
AWS Command Line Interface 1.10.15 522 Wednesday, March 23, 2016 Approved
AWS Command Line Interface 1.10.14 508 Friday, March 18, 2016 Approved
AWS Command Line Interface 1.10.13 458 Wednesday, March 16, 2016 Approved
AWS Command Line Interface 1.10.12 511 Friday, March 11, 2016 Approved
AWS Command Line Interface 1.10.11 525 Wednesday, March 9, 2016 Approved
AWS Command Line Interface 1.10.10 516 Friday, March 4, 2016 Approved
AWS Command Line Interface 1.10.9 489 Wednesday, March 2, 2016 Approved
AWS Command Line Interface 1.10.8 503 Monday, February 29, 2016 Approved
AWS Command Line Interface 1.10.7 599 Wednesday, February 24, 2016 Approved
awscli 1.0.4 13338 Saturday, February 22, 2014 Approved
awscli 1.0.3 537 Saturday, December 7, 2013 Approved
awscli 1.0.2 476 Saturday, December 7, 2013 Approved
awscli 1.0.1 657 Saturday, December 7, 2013 Approved

This package has no dependencies.

Discussion for the AWS Command Line Interface (Install) Package

Ground Rules:

  • This discussion is only about AWS Command Line Interface (Install) and the AWS Command Line Interface (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 (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