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,266,710

Downloads of v 1.16.122:

1,902

Last Update:

12 Mar 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.122 | Updated: 12 Mar 2019

Downloads:

4,266,710

Downloads of v 1.16.122:

1,902

Maintainer(s):

Software Author(s):

  • Amazon Web Services

AWS Command Line Interface (Install) 1.16.122

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

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged:

This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.

We recommend clicking the "Details" link to make your own decision on installing this package.

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.122'" [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.122'" 
$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.122'
    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.122'
end

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


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

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


package { 'awscli':
  ensure   => '1.16.122',
  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 12 Mar 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/AWSCLI32PY3-1.16.122.msi'
$checksum   = 'b8c07a09e16c8e8637f82885d3b0496d9501ea495192224010dbef05b18730f8'
$url64      = 'https://s3.amazonaws.com/aws-cli/AWSCLI64PY3-1.16.122.msi'
$checksum64 = 'cd57b5291467cc9cfd1380f5fb0c3660675ac0be24539f5825aa4ed3d7189538'
 
$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.38 10624 Saturday, April 13, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.37 4260 Thursday, April 11, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.36 9951 Saturday, April 6, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.35 4460 Thursday, April 4, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.34 12061 Saturday, March 30, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.33 5008 Thursday, March 28, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.32 11253 Saturday, March 23, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.31 6449 Thursday, March 21, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.30 12735 Saturday, March 16, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.28 10714 Tuesday, March 12, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.27 6981 Saturday, March 9, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.26 6474 Thursday, March 7, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.25 21857 Saturday, March 2, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.24 8327 Thursday, February 29, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.23 15502 Saturday, February 24, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.22 8274 Thursday, February 22, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.21 12785 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 20593 Saturday, February 3, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.16 6653 Thursday, February 1, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.15 14874 Saturday, January 27, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.14 6965 Thursday, January 25, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.13 8045 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 8001 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 12121 Saturday, January 6, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.7 6303 Thursday, January 4, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.6 10102 Saturday, December 30, 2023 Approved
AWS Command Line Interface v2 (Install) 2.15.5 4979 Thursday, December 28, 2023 Approved
AWS Command Line Interface v2 (Install) 2.15.4 8640 Saturday, December 23, 2023 Approved
AWS Command Line Interface v2 (Install) 2.15.3 6437 Thursday, December 21, 2023 Approved
AWS Command Line Interface v2 (Install) 2.15.2 11591 Saturday, December 16, 2023 Approved
AWS Command Line Interface v2 (Install) 2.15.1 5103 Thursday, December 14, 2023 Approved
AWS Command Line Interface v2 (Install) 2.15.0 15188 Saturday, December 9, 2023 Approved
AWS Command Line Interface v2 (Install) 2.14.6 8408 Thursday, December 7, 2023 Approved
AWS Command Line Interface v2 (Install) 2.14.5 15018 Friday, December 1, 2023 Approved
AWS Command Line Interface v2 (Install) 2.14.2 6350 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 14207 Wednesday, November 22, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.37 14193 Saturday, November 18, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.36 5211 Thursday, November 16, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.35 8333 Tuesday, November 14, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.34 8974 Saturday, November 11, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.32 15350 Saturday, November 4, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.31 6320 Thursday, November 2, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.30 12828 Saturday, October 28, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.29 6228 Thursday, October 26, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.28 13376 Saturday, October 21, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.27 7437 Thursday, October 19, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.26 13408 Saturday, October 14, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.25 15728 Saturday, October 7, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.24 6310 Thursday, October 5, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.23 7930 Tuesday, October 3, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.21 114 Saturday, September 23, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.20 24539 Thursday, September 21, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.19 12540 Saturday, September 16, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.18 7034 Thursday, September 14, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.16 17688 Thursday, September 7, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.15 12094 Saturday, September 2, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.14 8457 Thursday, August 31, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.13 13297 Saturday, August 26, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.12 7000 Thursday, August 24, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.11 1626 Saturday, August 19, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.9 27425 Saturday, August 12, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.8 7235 Thursday, August 10, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.7 12938 Saturday, August 5, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.6 7566 Thursday, August 3, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.5 62 Saturday, July 29, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.4 15734 Thursday, July 27, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.3 14395 Saturday, July 22, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.2 14346 Thursday, July 20, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.1 23085 Friday, July 14, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.0 27191 Saturday, July 8, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.7 10998 Thursday, July 6, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.6 17544 Saturday, July 1, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.5 7330 Friday, June 30, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.4 8099 Thursday, June 29, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.3 17464 Saturday, June 24, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.2 10864 Thursday, June 22, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.1 18138 Saturday, June 17, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.0 11881 Thursday, June 15, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.27 13046 Saturday, June 10, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.26 6962 Thursday, June 8, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.25 12507 Saturday, June 3, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.24 7210 Thursday, June 1, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.23 12670 Saturday, May 27, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.22 7802 Thursday, May 25, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.21 13199 Saturday, May 20, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.20 25157 Saturday, May 13, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.19 9769 Thursday, May 11, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.17 17145 Thursday, May 4, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.16 15907 Saturday, April 29, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.13 24463 Saturday, April 15, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.11 21900 Monday, April 10, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.10 9112 Thursday, April 6, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.9 8713 Tuesday, April 4, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.8 9233 Saturday, April 1, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.6 17593 Saturday, March 25, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.5 6825 Thursday, March 23, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.4 17199 Saturday, March 18, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.2 17648 Saturday, March 11, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.1 7531 Thursday, March 9, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.0 14279 Friday, March 3, 2023 Approved
AWS Command Line Interface v2 (Install) 2.10.4 5924 Thursday, March 2, 2023 Approved
AWS Command Line Interface v2 (Install) 2.10.3 11564 Saturday, February 25, 2023 Approved
AWS Command Line Interface v2 (Install) 2.10.2 8190 Thursday, February 23, 2023 Approved
AWS Command Line Interface v2 (Install) 2.10.1 12490 Saturday, February 18, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.23 17702 Saturday, February 11, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.22 7328 Thursday, February 9, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.21 11271 Monday, February 6, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.20 11414 Thursday, February 2, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.19 11397 Monday, January 30, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.18 11721 Thursday, January 26, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.17 13358 Saturday, January 21, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.16 8529 Thursday, January 19, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.15 12773 Saturday, January 14, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.14 7482 Thursday, January 12, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.13 15767 Friday, January 6, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.12 14409 Saturday, December 31, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.11 6975 Thursday, December 29, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.10 11149 Friday, December 23, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.9 7449 Thursday, December 22, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.8 12825 Saturday, December 17, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.7 8479 Thursday, December 15, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.6 13904 Saturday, December 10, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.5 7397 Thursday, December 8, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.4 12277 Saturday, December 3, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.3 6334 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 13414 Thursday, November 24, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.0 15493 Saturday, November 19, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.13 6757 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 11503 Thursday, November 10, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.9 13142 Saturday, November 5, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.8 7471 Thursday, November 3, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.7 15672 Friday, October 28, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.6 7366 Thursday, October 27, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.5 10759 Saturday, October 22, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.3 17714 Friday, October 14, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.2 15507 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 10759 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 11571 Saturday, September 17, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.32 6896 Thursday, September 15, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.31 14042 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 13860 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 23148 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 11576 Wednesday, August 17, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.22 15259 Friday, August 12, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.21 32454 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 13989 Saturday, July 23, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.17 8177 Thursday, July 21, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.16 13965 Saturday, July 16, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.15 7244 Thursday, July 14, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.14 13293 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 27719 Saturday, June 25, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.9 18259 Saturday, June 18, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.8 4842 Friday, June 17, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.7 21256 Thursday, June 9, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.6 11543 Saturday, June 4, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.5 6928 Thursday, June 2, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.4 11524 Friday, May 27, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.3 6096 Thursday, May 26, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.2 12267 Saturday, May 21, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.1 7882 Wednesday, May 18, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.0 11182 Saturday, May 14, 2022 Approved
AWS Command Line Interface v2 (Install) 2.6.4 6794 Wednesday, May 11, 2022 Approved
AWS Command Line Interface v2 (Install) 2.6.3 8185 Sunday, May 8, 2022 Approved
AWS Command Line Interface v2 (Install) 2.6.2 6845 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 5239 Thursday, April 28, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.8 10698 Friday, April 22, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.7 3680 Thursday, April 21, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.6 10509 Saturday, April 16, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.4 11218 Saturday, April 9, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.3 5788 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 5813 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 7957 Saturday, March 26, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.28 5466 Thursday, March 24, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.27 10379 Friday, March 18, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.25 12143 Friday, March 11, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.24 5907 Wednesday, March 9, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.23 8714 Friday, March 4, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.22 6007 Wednesday, March 2, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.21 22661 Friday, February 25, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.20 6028 Wednesday, February 23, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.19 8060 Friday, February 18, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.18 10498 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 8265 Friday, February 4, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.15 10496 Friday, January 28, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.13 10778 Friday, January 21, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.12 14738 Wednesday, January 19, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.11 6717 Friday, January 14, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.10 4113 Wednesday, January 12, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.9 6771 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 16536 Friday, December 10, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.5 8447 Saturday, December 4, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.4 2593 Friday, December 3, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.3 4938 Tuesday, November 30, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.2 6548 Saturday, November 27, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.1 6025 Wednesday, November 24, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.0 6759 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 7332 Friday, November 12, 2021 Approved
AWS Command Line Interface v2 (Install) 2.3.5 5065 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 16161 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 6618 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 12403 Friday, October 1, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.42 4930 Wednesday, September 29, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.41 6487 Friday, September 24, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.40 3924 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 7418 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 5718 Friday, September 3, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.33 7917 Friday, August 27, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.32 3586 Wednesday, August 25, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.31 6359 Friday, August 20, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.30 4122 Wednesday, August 18, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.29 5733 Friday, August 13, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.28 3798 Wednesday, August 11, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.27 6329 Friday, August 6, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.26 3280 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 2341 Wednesday, July 28, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.22 6873 Friday, July 23, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.21 4473 Wednesday, July 21, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.20 5131 Friday, July 16, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.19 3309 Thursday, July 15, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.18 7014 Friday, July 9, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.17 3844 Wednesday, July 7, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.16 6978 Friday, July 2, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.15 5933 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 7750 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 5491 Friday, June 11, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.10 4687 Wednesday, June 9, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.9 5910 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 4333 Wednesday, May 26, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.5 13268 Saturday, May 15, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.4 5528 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 3900 Wednesday, May 5, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.1 4977 Friday, April 30, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.0 3083 Wednesday, April 28, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.39 86 Thursday, April 22, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.38 12285 Friday, April 16, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.37 4032 Wednesday, April 14, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.36 5609 Friday, April 9, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.35 388 Wednesday, April 7, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.34 9213 Friday, April 2, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.33 3433 Wednesday, March 31, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.32 528 Tuesday, March 30, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.29 52493 Tuesday, March 16, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.28 18467 Tuesday, February 23, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.27 32650 Wednesday, February 17, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.26 5882 Friday, February 12, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.25 3047 Wednesday, February 10, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.24 6636 Friday, February 5, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.23 3499 Wednesday, February 3, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.22 9888 Friday, January 29, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.21 7644 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 5581 Friday, January 15, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.18 2742 Wednesday, January 13, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.17 4946 Friday, January 8, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.16 1870 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 4036 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 1891 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 5244 Friday, December 11, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.9 1646 Thursday, December 10, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.8 3068 Wednesday, December 9, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.7 4649 Friday, December 4, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.6 2428 Wednesday, December 2, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.4 6755 Wednesday, November 25, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.3 4431 Friday, November 20, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.2 2137 Wednesday, November 18, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.1 4408 Friday, November 13, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.0 4004 Wednesday, November 11, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.63 4665 Tuesday, November 10, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.62 2824 Friday, November 6, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.61 7094 Friday, October 30, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.60 4011 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 3235 Wednesday, October 21, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.57 3690 Friday, October 16, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.56 9006 Friday, October 9, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.55 5534 Wednesday, October 7, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.54 4948 Friday, October 2, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.53 5871 Wednesday, September 30, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.52 4328 Friday, September 25, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.51 2364 Thursday, September 24, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.50 6534 Friday, September 18, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.49 2925 Wednesday, September 16, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.48 5193 Friday, September 11, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.47 3289 Wednesday, September 9, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.46 3840 Friday, September 4, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.45 2686 Wednesday, September 2, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.44 3189 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 5707 Friday, August 21, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.41 3136 Wednesday, August 19, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.40 3597 Friday, August 14, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.39 3767 Wednesday, August 12, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.38 4209 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 4002 Friday, July 31, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.35 2975 Wednesday, July 29, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.34 4487 Friday, July 24, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.33 3331 Wednesday, July 22, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.31 5540 Thursday, July 16, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.30 7922 Friday, July 10, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.29 2750 Wednesday, July 8, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.28 3937 Friday, July 3, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.27 2797 Wednesday, July 1, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.26 4326 Friday, June 26, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.25 2892 Wednesday, June 24, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.24 4373 Friday, June 19, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.23 2713 Wednesday, June 17, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.22 5495 Friday, June 12, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.21 1211 Thursday, June 11, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.20 1841 Wednesday, June 10, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.19 3602 Friday, June 5, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.18 2108 Wednesday, June 3, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.17 4565 Wednesday, May 27, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.15 3474 Thursday, May 21, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.14 5606 Friday, May 15, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.13 2505 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 3208 Wednesday, May 6, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.10 6385 Tuesday, April 28, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.9 3383 Thursday, April 23, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.8 4719 Friday, April 17, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.7 6197 Tuesday, April 7, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.6 5793 Tuesday, March 31, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.5 5095 Tuesday, March 24, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.4 5331 Wednesday, March 18, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.3 5664 Tuesday, March 10, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.2 4286 Tuesday, March 3, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.1 5729 Wednesday, February 26, 2020 Approved
AWS Command Line Interface (Install) 1.32.87 4 Friday, April 19, 2024 Approved
AWS Command Line Interface (Install) 1.32.86 6 Wednesday, April 17, 2024 Approved
AWS Command Line Interface (Install) 1.32.85 7 Wednesday, April 17, 2024 Approved
AWS Command Line Interface (Install) 1.32.83 6 Friday, April 12, 2024 Approved
AWS Command Line Interface (Install) 1.32.81 8 Wednesday, April 10, 2024 Approved
AWS Command Line Interface (Install) 1.32.80 9 Tuesday, April 9, 2024 Approved
AWS Command Line Interface (Install) 1.32.76 12 Wednesday, April 3, 2024 Approved
AWS Command Line Interface (Install) 1.32.75 11 Tuesday, April 2, 2024 Approved
AWS Command Line Interface (Install) 1.32.73 15 Friday, March 29, 2024 Approved
AWS Command Line Interface (Install) 1.32.71 12 Wednesday, March 27, 2024 Approved
AWS Command Line Interface (Install) 1.32.70 19 Tuesday, March 26, 2024 Approved
AWS Command Line Interface (Install) 1.32.66 11 Wednesday, March 20, 2024 Approved
AWS Command Line Interface (Install) 1.32.65 23 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 13 Wednesday, March 6, 2024 Approved
AWS Command Line Interface (Install) 1.32.53 10 Friday, March 1, 2024 Approved
AWS Command Line Interface (Install) 1.32.51 12 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 13 Friday, February 23, 2024 Approved
AWS Command Line Interface (Install) 1.32.45 14 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 16 Friday, February 9, 2024 Approved
AWS Command Line Interface (Install) 1.32.36 17 Wednesday, February 7, 2024 Approved
AWS Command Line Interface (Install) 1.32.35 18 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 15 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 17 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 14 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 18 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 17 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 17 Friday, December 15, 2023 Approved
AWS Command Line Interface (Install) 1.31.13 17 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 15 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 20 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 24 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 24 Thursday, November 9, 2023 Approved
AWS Command Line Interface (Install) 1.29.80 18 Wednesday, November 8, 2023 Approved
AWS Command Line Interface (Install) 1.29.79 22 Tuesday, November 7, 2023 Approved
AWS Command Line Interface (Install) 1.29.77 26 Thursday, November 2, 2023 Approved
AWS Command Line Interface (Install) 1.29.75 19 Wednesday, November 1, 2023 Approved
AWS Command Line Interface (Install) 1.29.72 17 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 21 Tuesday, October 24, 2023 Approved
AWS Command Line Interface (Install) 1.29.67 26 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 21 Tuesday, October 17, 2023 Approved
AWS Command Line Interface (Install) 1.29.63 21 Friday, October 13, 2023 Approved
AWS Command Line Interface (Install) 1.29.61 19 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 17 Saturday, September 30, 2023 Approved
AWS Command Line Interface (Install) 1.29.55 20 Wednesday, September 27, 2023 Approved
AWS Command Line Interface (Install) 1.29.54 19 Tuesday, September 26, 2023 Approved
AWS Command Line Interface (Install) 1.29.51 27 Wednesday, September 20, 2023 Approved
AWS Command Line Interface (Install) 1.29.50 25 Tuesday, September 19, 2023 Approved
AWS Command Line Interface (Install) 1.29.48 28 Friday, September 15, 2023 Approved
AWS Command Line Interface (Install) 1.29.45 22 Tuesday, September 12, 2023 Approved
AWS Command Line Interface (Install) 1.29.43 22 Friday, September 8, 2023 Approved
AWS Command Line Interface (Install) 1.29.41 30 Wednesday, September 6, 2023 Approved
AWS Command Line Interface (Install) 1.29.36 117 Tuesday, August 29, 2023 Approved
AWS Command Line Interface (Install) 1.29.34 26 Friday, August 25, 2023 Approved
AWS Command Line Interface (Install) 1.29.32 19 Wednesday, August 23, 2023 Approved
AWS Command Line Interface (Install) 1.29.31 28 Tuesday, August 22, 2023 Approved
AWS Command Line Interface (Install) 1.29.29 36 Friday, August 18, 2023 Approved
AWS Command Line Interface (Install) 1.29.26 31 Tuesday, August 15, 2023 Approved
AWS Command Line Interface (Install) 1.29.24 28 Friday, August 11, 2023 Approved
AWS Command Line Interface (Install) 1.29.22 45 Wednesday, August 9, 2023 Approved
AWS Command Line Interface (Install) 1.29.16 34 Tuesday, August 1, 2023 Approved
AWS Command Line Interface (Install) 1.29.14 30 Friday, July 28, 2023 Approved
AWS Command Line Interface (Install) 1.29.11 31 Wednesday, July 26, 2023 Approved
AWS Command Line Interface (Install) 1.29.5 21 Wednesday, July 19, 2023 Approved
AWS Command Line Interface (Install) 1.29.4 20 Tuesday, July 18, 2023 Approved
AWS Command Line Interface (Install) 1.29.2 46 Wednesday, July 12, 2023 Approved
AWS Command Line Interface (Install) 1.29.0 82 Friday, July 7, 2023 Approved
AWS Command Line Interface (Install) 1.28.0 32 Tuesday, July 4, 2023 Approved
AWS Command Line Interface (Install) 1.27.162 30 Wednesday, June 28, 2023 Approved
AWS Command Line Interface (Install) 1.27.161 27 Tuesday, June 27, 2023 Approved
AWS Command Line Interface (Install) 1.27.159 24 Friday, June 23, 2023 Approved
AWS Command Line Interface (Install) 1.27.157 24 Wednesday, June 21, 2023 Approved
AWS Command Line Interface (Install) 1.27.156 24 Tuesday, June 20, 2023 Approved
AWS Command Line Interface (Install) 1.27.153 22 Wednesday, June 14, 2023 Approved
AWS Command Line Interface (Install) 1.27.152 22 Tuesday, June 13, 2023 Approved
AWS Command Line Interface (Install) 1.27.150 21 Friday, June 9, 2023 Approved
AWS Command Line Interface (Install) 1.27.148 24 Wednesday, June 7, 2023 Approved
AWS Command Line Interface (Install) 1.27.145 23 Friday, June 2, 2023 Approved
AWS Command Line Interface (Install) 1.27.143 25 Wednesday, May 31, 2023 Approved
AWS Command Line Interface (Install) 1.27.141 25 Friday, May 26, 2023 Approved
AWS Command Line Interface (Install) 1.27.139 24 Wednesday, May 24, 2023 Approved
AWS Command Line Interface (Install) 1.27.138 22 Tuesday, May 23, 2023 Approved
AWS Command Line Interface (Install) 1.27.135 25 Thursday, May 18, 2023 Approved
AWS Command Line Interface (Install) 1.27.134 35 Tuesday, May 16, 2023 Approved
AWS Command Line Interface (Install) 1.27.133 22 Friday, May 12, 2023 Approved
AWS Command Line Interface (Install) 1.27.131 26 Wednesday, May 10, 2023 Approved
AWS Command Line Interface (Install) 1.27.130 32 Tuesday, May 9, 2023 Approved
AWS Command Line Interface (Install) 1.27.127 24 Friday, May 5, 2023 Approved
AWS Command Line Interface (Install) 1.27.125 21 Wednesday, May 3, 2023 Approved
AWS Command Line Interface (Install) 1.27.124 24 Tuesday, May 2, 2023 Approved
AWS Command Line Interface (Install) 1.27.122 24 Friday, April 28, 2023 Approved
AWS Command Line Interface (Install) 1.27.120 28 Wednesday, April 26, 2023 Approved
AWS Command Line Interface (Install) 1.27.119 26 Tuesday, April 25, 2023 Approved
AWS Command Line Interface (Install) 1.27.113 30 Friday, April 14, 2023 Approved
AWS Command Line Interface (Install) 1.27.110 29 Tuesday, April 11, 2023 Approved
AWS Command Line Interface (Install) 1.27.106 31 Wednesday, April 5, 2023 Approved
AWS Command Line Interface (Install) 1.27.101 35 Wednesday, March 29, 2023 Approved
AWS Command Line Interface (Install) 1.27.100 27 Tuesday, March 28, 2023 Approved
AWS Command Line Interface (Install) 1.27.98 28 Friday, March 24, 2023 Approved
AWS Command Line Interface (Install) 1.27.93 29 Friday, March 17, 2023 Approved
AWS Command Line Interface (Install) 1.27.90 25 Tuesday, March 14, 2023 Approved
AWS Command Line Interface (Install) 1.27.88 29 Friday, March 10, 2023 Approved
AWS Command Line Interface (Install) 1.27.86 25 Wednesday, March 8, 2023 Approved
AWS Command Line Interface (Install) 1.27.85 27 Tuesday, March 7, 2023 Approved
AWS Command Line Interface (Install) 1.27.81 24 Wednesday, March 1, 2023 Approved
AWS Command Line Interface (Install) 1.27.80 24 Tuesday, February 28, 2023 Approved
AWS Command Line Interface (Install) 1.27.78 27 Friday, February 24, 2023 Approved
AWS Command Line Interface (Install) 1.27.75 26 Tuesday, February 21, 2023 Approved
AWS Command Line Interface (Install) 1.27.73 27 Friday, February 17, 2023 Approved
AWS Command Line Interface (Install) 1.27.71 29 Wednesday, February 15, 2023 Approved
AWS Command Line Interface (Install) 1.27.70 31 Tuesday, February 14, 2023 Approved
AWS Command Line Interface (Install) 1.27.68 31 Friday, February 10, 2023 Approved
AWS Command Line Interface (Install) 1.27.66 24 Wednesday, February 8, 2023 Approved
AWS Command Line Interface (Install) 1.27.65 29 Tuesday, February 7, 2023 Approved
AWS Command Line Interface (Install) 1.27.63 26 Friday, February 3, 2023 Approved
AWS Command Line Interface (Install) 1.27.61 28 Wednesday, February 1, 2023 Approved
AWS Command Line Interface (Install) 1.27.60 28 Tuesday, January 31, 2023 Approved
AWS Command Line Interface (Install) 1.27.58 25 Friday, January 27, 2023 Approved
AWS Command Line Interface (Install) 1.27.56 31 Wednesday, January 25, 2023 Approved
AWS Command Line Interface (Install) 1.27.53 31 Friday, January 20, 2023 Approved
AWS Command Line Interface (Install) 1.27.51 28 Wednesday, January 18, 2023 Approved
AWS Command Line Interface (Install) 1.27.49 35 Friday, January 13, 2023 Approved
AWS Command Line Interface (Install) 1.27.47 28 Wednesday, January 11, 2023 Approved
AWS Command Line Interface (Install) 1.27.46 26 Tuesday, January 10, 2023 Approved
AWS Command Line Interface (Install) 1.27.43 25 Thursday, January 5, 2023 Approved
AWS Command Line Interface (Install) 1.27.40 32 Friday, December 30, 2022 Approved
AWS Command Line Interface (Install) 1.27.38 37 Wednesday, December 28, 2022 Approved
AWS Command Line Interface (Install) 1.27.36 28 Friday, December 23, 2022 Approved
AWS Command Line Interface (Install) 1.27.33 26 Tuesday, December 20, 2022 Approved
AWS Command Line Interface (Install) 1.27.31 25 Friday, December 16, 2022 Approved
AWS Command Line Interface (Install) 1.27.29 28 Wednesday, December 14, 2022 Approved
AWS Command Line Interface (Install) 1.27.26 29 Friday, December 9, 2022 Approved
AWS Command Line Interface (Install) 1.27.24 31 Wednesday, December 7, 2022 Approved
AWS Command Line Interface (Install) 1.27.23 33 Tuesday, December 6, 2022 Approved
AWS Command Line Interface (Install) 1.27.15 46 Wednesday, November 23, 2022 Approved
AWS Command Line Interface (Install) 1.27.14 30 Tuesday, November 22, 2022 Approved
AWS Command Line Interface (Install) 1.27.12 30 Friday, November 18, 2022 Approved
AWS Command Line Interface (Install) 1.27.10 31 Wednesday, November 16, 2022 Approved
AWS Command Line Interface (Install) 1.27.9 34 Tuesday, November 15, 2022 Approved
AWS Command Line Interface (Install) 1.27.7 36 Friday, November 11, 2022 Approved
AWS Command Line Interface (Install) 1.27.4 34 Tuesday, November 8, 2022 Approved
AWS Command Line Interface (Install) 1.27.3 34 Saturday, November 5, 2022 Approved
AWS Command Line Interface (Install) 1.27.2 34 Friday, November 4, 2022 Approved
AWS Command Line Interface (Install) 1.27.0 43 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 34 Friday, October 28, 2022 Approved
AWS Command Line Interface (Install) 1.26.1 30 Wednesday, October 26, 2022 Approved
AWS Command Line Interface (Install) 1.26.0 41 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 38 Wednesday, October 19, 2022 Approved
AWS Command Line Interface (Install) 1.25.93 37 Tuesday, October 18, 2022 Approved
AWS Command Line Interface (Install) 1.25.92 35 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 33 Wednesday, September 28, 2022 Approved
AWS Command Line Interface (Install) 1.25.82 29 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 42 Monday, September 19, 2022 Approved
AWS Command Line Interface (Install) 1.25.75 40 Friday, September 16, 2022 Approved
AWS Command Line Interface (Install) 1.25.73 44 Wednesday, September 14, 2022 Approved
AWS Command Line Interface (Install) 1.25.68 37 Wednesday, September 7, 2022 Approved
AWS Command Line Interface (Install) 1.25.66 41 Friday, September 2, 2022 Approved
AWS Command Line Interface (Install) 1.25.64 47 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 36 Saturday, August 27, 2022 Approved
AWS Command Line Interface (Install) 1.25.59 48 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 45 Saturday, August 13, 2022 Approved
AWS Command Line Interface (Install) 1.25.49 36 Thursday, August 11, 2022 Approved
AWS Command Line Interface (Install) 1.25.48 43 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 48 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 44 Friday, July 29, 2022 Approved
AWS Command Line Interface (Install) 1.25.38 41 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 37 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 42 Wednesday, July 13, 2022 Approved
AWS Command Line Interface (Install) 1.25.25 42 Friday, July 8, 2022 Approved
AWS Command Line Interface (Install) 1.25.23 41 Wednesday, July 6, 2022 Approved
AWS Command Line Interface (Install) 1.25.22 46 Saturday, July 2, 2022 Approved
AWS Command Line Interface (Install) 1.25.21 41 Friday, July 1, 2022 Approved
AWS Command Line Interface (Install) 1.25.19 40 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 43 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 48 Tuesday, June 21, 2022 Approved
AWS Command Line Interface (Install) 1.25.10 50 Thursday, June 16, 2022 Approved
AWS Command Line Interface (Install) 1.25.9 41 Wednesday, June 15, 2022 Approved
AWS Command Line Interface (Install) 1.25.8 58 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 34 Wednesday, June 8, 2022 Approved
AWS Command Line Interface (Install) 1.25.3 43 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 43 Friday, May 27, 2022 Approved
AWS Command Line Interface (Install) 1.24.7 50 Wednesday, May 25, 2022 Approved
AWS Command Line Interface (Install) 1.24.6 45 Tuesday, May 24, 2022 Approved
AWS Command Line Interface (Install) 1.24.4 52 Friday, May 20, 2022 Approved
AWS Command Line Interface (Install) 1.24.2 50 Wednesday, May 18, 2022 Approved
AWS Command Line Interface (Install) 1.24.1 53 Tuesday, May 17, 2022 Approved
AWS Command Line Interface (Install) 1.23.13 47 Friday, May 13, 2022 Approved
AWS Command Line Interface (Install) 1.23.11 55 Wednesday, May 11, 2022 Approved
AWS Command Line Interface (Install) 1.23.6 81 Wednesday, May 4, 2022 Approved
AWS Command Line Interface (Install) 1.23.5 53 Tuesday, May 3, 2022 Approved
AWS Command Line Interface (Install) 1.23.3 47 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 52 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 55 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 55 Wednesday, April 6, 2022 Approved
AWS Command Line Interface (Install) 1.22.88 50 Tuesday, April 5, 2022 Approved
AWS Command Line Interface (Install) 1.22.86 47 Friday, April 1, 2022 Approved
AWS Command Line Interface (Install) 1.22.84 51 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 80 Saturday, March 19, 2022 Approved
AWS Command Line Interface (Install) 1.22.74 47 Tuesday, March 15, 2022 Approved
AWS Command Line Interface (Install) 1.22.71 49 Thursday, March 10, 2022 Approved
AWS Command Line Interface (Install) 1.22.69 54 Tuesday, March 8, 2022 Approved
AWS Command Line Interface (Install) 1.22.68 53 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 46 Saturday, February 26, 2022 Approved
AWS Command Line Interface (Install) 1.22.61 55 Thursday, February 24, 2022 Approved
AWS Command Line Interface (Install) 1.22.59 58 Tuesday, February 22, 2022 Approved
AWS Command Line Interface (Install) 1.22.58 49 Saturday, February 19, 2022 Approved
AWS Command Line Interface (Install) 1.22.56 53 Thursday, February 17, 2022 Approved
AWS Command Line Interface (Install) 1.22.55 55 Tuesday, February 15, 2022 Approved
AWS Command Line Interface (Install) 1.22.54 98 Saturday, February 12, 2022 Approved
AWS Command Line Interface (Install) 1.22.52 65 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 52 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 62 Saturday, January 29, 2022 Approved
AWS Command Line Interface (Install) 1.22.44 65 Thursday, January 27, 2022 Approved
AWS Command Line Interface (Install) 1.22.42 60 Monday, January 24, 2022 Approved
AWS Command Line Interface (Install) 1.22.39 62 Thursday, January 20, 2022 Approved
AWS Command Line Interface (Install) 1.22.37 60 Saturday, January 15, 2022 Approved
AWS Command Line Interface (Install) 1.22.34 65 Thursday, January 13, 2022 Approved
AWS Command Line Interface (Install) 1.22.32 54 Monday, January 10, 2022 Approved
AWS Command Line Interface (Install) 1.22.31 62 Saturday, January 8, 2022 Approved
AWS Command Line Interface (Install) 1.22.29 53 Thursday, January 6, 2022 Approved
AWS Command Line Interface (Install) 1.22.25 140 Tuesday, December 21, 2021 Approved
AWS Command Line Interface (Install) 1.22.24 58 Tuesday, December 14, 2021 Approved
AWS Command Line Interface (Install) 1.22.22 56 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 78 Thursday, November 25, 2021 Approved
AWS Command Line Interface (Install) 1.22.11 66 Tuesday, November 23, 2021 Approved
AWS Command Line Interface (Install) 1.22.10 52 Saturday, November 20, 2021 Approved
AWS Command Line Interface (Install) 1.22.8 70 Thursday, November 18, 2021 Approved
AWS Command Line Interface (Install) 1.22.6 65 Tuesday, November 16, 2021 Approved
AWS Command Line Interface (Install) 1.22.5 64 Saturday, November 13, 2021 Approved
AWS Command Line Interface (Install) 1.22.3 97 Thursday, November 11, 2021 Approved
AWS Command Line Interface (Install) 1.22.1 63 Tuesday, November 9, 2021 Approved
AWS Command Line Interface (Install) 1.21.12 131 Saturday, November 6, 2021 Approved
AWS Command Line Interface (Install) 1.21.0 66 Thursday, October 21, 2021 Approved
AWS Command Line Interface (Install) 1.20.64 58 Tuesday, October 19, 2021 Approved
AWS Command Line Interface (Install) 1.20.63 63 Saturday, October 16, 2021 Approved
AWS Command Line Interface (Install) 1.20.61 62 Thursday, October 14, 2021 Approved
AWS Command Line Interface (Install) 1.20.58 156 Saturday, October 9, 2021 Approved
AWS Command Line Interface (Install) 1.20.57 68 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 56 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 63 Thursday, September 30, 2021 Approved
AWS Command Line Interface (Install) 1.20.49 68 Tuesday, September 28, 2021 Approved
AWS Command Line Interface (Install) 1.20.48 71 Saturday, September 25, 2021 Approved
AWS Command Line Interface (Install) 1.20.46 60 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 97 Saturday, September 11, 2021 Approved
AWS Command Line Interface (Install) 1.20.38 73 Thursday, September 9, 2021 Approved
AWS Command Line Interface (Install) 1.20.36 59 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 59 Saturday, August 28, 2021 Approved
AWS Command Line Interface (Install) 1.20.29 59 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 89 Saturday, August 21, 2021 Approved
AWS Command Line Interface (Install) 1.20.24 64 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 70 Saturday, August 14, 2021 Approved
AWS Command Line Interface (Install) 1.20.19 64 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 69 Saturday, August 7, 2021 Approved
AWS Command Line Interface (Install) 1.20.15 79 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 59 Tuesday, August 3, 2021 Approved
AWS Command Line Interface (Install) 1.20.9 64 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 66 Saturday, July 24, 2021 Approved
AWS Command Line Interface (Install) 1.20.4 63 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 71 Saturday, July 17, 2021 Approved
AWS Command Line Interface (Install) 1.19.111 61 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 71 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 67 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 61 Saturday, June 26, 2021 Approved
AWS Command Line Interface (Install) 1.19.99 74 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 73 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 75 Thursday, June 10, 2021 Approved
AWS Command Line Interface (Install) 1.19.91 72 Thursday, June 10, 2021 Approved
AWS Command Line Interface (Install) 1.19.89 74 Tuesday, June 8, 2021 Approved
AWS Command Line Interface (Install) 1.19.88 65 Saturday, June 5, 2021 Approved
AWS Command Line Interface (Install) 1.19.86 65 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 66 Thursday, May 27, 2021 Approved
AWS Command Line Interface (Install) 1.19.79 75 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 62 Friday, May 21, 2021 Approved
AWS Command Line Interface (Install) 1.19.76 62 Thursday, May 20, 2021 Approved
AWS Command Line Interface (Install) 1.19.75 69 Wednesday, May 19, 2021 Approved
AWS Command Line Interface (Install) 1.19.74 74 Tuesday, May 18, 2021 Approved
AWS Command Line Interface (Install) 1.19.72 62 Friday, May 14, 2021 Approved
AWS Command Line Interface (Install) 1.19.70 83 Tuesday, May 11, 2021 Approved
AWS Command Line Interface (Install) 1.19.69 78 Saturday, May 8, 2021 Approved
AWS Command Line Interface (Install) 1.19.67 72 Thursday, May 6, 2021 Approved
AWS Command Line Interface (Install) 1.19.64 71 Monday, May 3, 2021 Approved
AWS Command Line Interface (Install) 1.19.62 82 Saturday, May 1, 2021 Approved
AWS Command Line Interface (Install) 1.19.60 55 Thursday, April 29, 2021 Approved
AWS Command Line Interface (Install) 1.19.58 69 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 65 Friday, April 23, 2021 Approved
AWS Command Line Interface (Install) 1.19.54 72 Tuesday, April 20, 2021 Approved
AWS Command Line Interface (Install) 1.19.52 61 Thursday, April 15, 2021 Approved
AWS Command Line Interface (Install) 1.19.50 62 Tuesday, April 13, 2021 Approved
AWS Command Line Interface (Install) 1.19.49 70 Saturday, April 10, 2021 Approved
AWS Command Line Interface (Install) 1.19.45 67 Tuesday, April 6, 2021 Approved
AWS Command Line Interface (Install) 1.19.44 59 Saturday, April 3, 2021 Approved
AWS Command Line Interface (Install) 1.19.42 58 Thursday, April 1, 2021 Approved
AWS Command Line Interface (Install) 1.19.40 65 Monday, March 29, 2021 Approved
AWS Command Line Interface (Install) 1.19.39 82 Saturday, March 27, 2021 Approved
AWS Command Line Interface (Install) 1.19.37 77 Thursday, March 25, 2021 Approved
AWS Command Line Interface (Install) 1.19.35 82 Wednesday, March 24, 2021 Approved
AWS Command Line Interface (Install) 1.19.34 75 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 67 Thursday, March 18, 2021 Approved
AWS Command Line Interface (Install) 1.19.29 71 Wednesday, March 17, 2021 Approved
AWS Command Line Interface (Install) 1.19.28 82 Tuesday, March 16, 2021 Approved
AWS Command Line Interface (Install) 1.19.27 72 Saturday, March 13, 2021 Approved
AWS Command Line Interface (Install) 1.19.26 4130 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 75 Tuesday, March 9, 2021 Approved
AWS Command Line Interface (Install) 1.19.22 73 Saturday, March 6, 2021 Approved
AWS Command Line Interface (Install) 1.19.21 70 Friday, March 5, 2021 Approved
AWS Command Line Interface (Install) 1.19.20 82 Thursday, March 4, 2021 Approved
AWS Command Line Interface (Install) 1.19.19 73 Wednesday, March 3, 2021 Approved
AWS Command Line Interface (Install) 1.19.17 83 Saturday, February 27, 2021 Approved
AWS Command Line Interface (Install) 1.19.16 72 Friday, February 26, 2021 Approved
AWS Command Line Interface (Install) 1.19.15 67 Thursday, February 25, 2021 Approved
AWS Command Line Interface (Install) 1.19.13 65 Tuesday, February 23, 2021 Approved
AWS Command Line Interface (Install) 1.19.12 67 Saturday, February 20, 2021 Approved
AWS Command Line Interface (Install) 1.19.11 66 Friday, February 19, 2021 Approved
AWS Command Line Interface (Install) 1.19.10 82 Thursday, February 18, 2021 Approved
AWS Command Line Interface (Install) 1.19.8 79 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 87 Tuesday, February 9, 2021 Approved
AWS Command Line Interface (Install) 1.19.3 172 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 76 Saturday, January 30, 2021 Approved
AWS Command Line Interface (Install) 1.18.221 86 Thursday, January 28, 2021 Approved
AWS Command Line Interface (Install) 1.18.220 86 Wednesday, January 27, 2021 Approved
AWS Command Line Interface (Install) 1.18.219 101 Saturday, January 23, 2021 Approved
AWS Command Line Interface (Install) 1.18.216 73 Saturday, January 16, 2021 Approved
AWS Command Line Interface (Install) 1.18.214 95 Thursday, January 14, 2021 Approved
AWS Command Line Interface (Install) 1.18.212 88 Tuesday, January 12, 2021 Approved
AWS Command Line Interface (Install) 1.18.210 87 Thursday, January 7, 2021 Approved
AWS Command Line Interface (Install) 1.18.208 96 Tuesday, January 5, 2021 Approved
AWS Command Line Interface (Install) 1.18.207 77 Friday, January 1, 2021 Approved
AWS Command Line Interface (Install) 1.18.206 81 Thursday, December 31, 2020 Approved
AWS Command Line Interface (Install) 1.18.205 75 Tuesday, December 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.204 69 Monday, December 28, 2020 Approved
AWS Command Line Interface (Install) 1.18.201 73 Tuesday, December 22, 2020 Approved
AWS Command Line Interface (Install) 1.18.200 83 Friday, December 18, 2020 Approved
AWS Command Line Interface (Install) 1.18.197 80 Tuesday, December 15, 2020 Approved
AWS Command Line Interface (Install) 1.18.196 76 Tuesday, December 15, 2020 Approved
AWS Command Line Interface (Install) 1.18.195 1401 Saturday, December 12, 2020 Approved
AWS Command Line Interface (Install) 1.18.193 79 Wednesday, December 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.191 71 Tuesday, December 8, 2020 Approved
AWS Command Line Interface (Install) 1.18.190 76 Saturday, December 5, 2020 Approved
AWS Command Line Interface (Install) 1.18.184 92 Tuesday, November 24, 2020 Approved
AWS Command Line Interface (Install) 1.18.183 86 Saturday, November 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.181 103 Thursday, November 19, 2020 Approved
AWS Command Line Interface (Install) 1.18.179 97 Tuesday, November 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.178 102 Saturday, November 14, 2020 Approved
AWS Command Line Interface (Install) 1.18.176 77 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 82 Saturday, November 7, 2020 Approved
AWS Command Line Interface (Install) 1.18.171 155 Thursday, November 5, 2020 Approved
AWS Command Line Interface (Install) 1.18.170 91 Tuesday, November 3, 2020 Approved
AWS Command Line Interface (Install) 1.18.167 92 Thursday, October 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.165 212 Tuesday, October 27, 2020 Approved
AWS Command Line Interface (Install) 1.18.164 100 Saturday, October 24, 2020 Approved
AWS Command Line Interface (Install) 1.18.162 89 Thursday, October 22, 2020 Approved
AWS Command Line Interface (Install) 1.18.160 100 Tuesday, October 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.159 86 Saturday, October 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.157 163 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 104 Saturday, October 3, 2020 Approved
AWS Command Line Interface (Install) 1.18.150 90 Thursday, October 1, 2020 Approved
AWS Command Line Interface (Install) 1.18.148 95 Tuesday, September 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.147 120 Saturday, September 26, 2020 Approved
AWS Command Line Interface (Install) 1.18.146 83 Thursday, September 24, 2020 Approved
AWS Command Line Interface (Install) 1.18.144 80 Wednesday, September 23, 2020 Approved
AWS Command Line Interface (Install) 1.18.143 93 Tuesday, September 22, 2020 Approved
AWS Command Line Interface (Install) 1.18.142 96 Saturday, September 19, 2020 Approved
AWS Command Line Interface (Install) 1.18.141 384 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 82 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 145 Saturday, September 5, 2020 Approved
AWS Command Line Interface (Install) 1.18.131 94 Thursday, September 3, 2020 Approved
AWS Command Line Interface (Install) 1.18.129 104 Tuesday, September 1, 2020 Approved
AWS Command Line Interface (Install) 1.18.128 107 Saturday, August 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.126 120 Thursday, August 27, 2020 Approved
AWS Command Line Interface (Install) 1.18.125 111 Tuesday, August 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.123 119 Thursday, August 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.121 146 Tuesday, August 18, 2020 Approved
AWS Command Line Interface (Install) 1.18.120 102 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 6011 Monday, August 10, 2020 Approved
AWS Command Line Interface (Install) 1.18.115 119 Saturday, August 8, 2020 Approved
AWS Command Line Interface (Install) 1.18.113 147 Thursday, August 6, 2020 Approved
AWS Command Line Interface (Install) 1.18.111 137 Tuesday, August 4, 2020 Approved
AWS Command Line Interface (Install) 1.18.110 145 Saturday, August 1, 2020 Approved
AWS Command Line Interface (Install) 1.18.108 133 Thursday, July 30, 2020 Approved
AWS Command Line Interface (Install) 1.18.106 155 Tuesday, July 28, 2020 Approved
AWS Command Line Interface (Install) 1.18.105 145 Saturday, July 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.103 163 Thursday, July 23, 2020 Approved
AWS Command Line Interface (Install) 1.18.101 1248 Tuesday, July 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.100 146 Saturday, July 18, 2020 Approved
AWS Command Line Interface (Install) 1.18.96 176 Thursday, July 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.94 195 Tuesday, July 7, 2020 Approved
AWS Command Line Interface (Install) 1.18.92 176 Thursday, July 2, 2020 Approved
AWS Command Line Interface (Install) 1.18.90 170 Tuesday, June 30, 2020 Approved
AWS Command Line Interface (Install) 1.18.89 218 Saturday, June 27, 2020 Approved
AWS Command Line Interface (Install) 1.18.87 172 Thursday, June 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.85 184 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 179 Thursday, June 18, 2020 Approved
AWS Command Line Interface (Install) 1.18.80 239 Tuesday, June 16, 2020 Approved
AWS Command Line Interface (Install) 1.18.79 195 Saturday, June 13, 2020 Approved
AWS Command Line Interface (Install) 1.18.75 164 Tuesday, June 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.74 194 Saturday, June 6, 2020 Approved
AWS Command Line Interface (Install) 1.18.72 190 Thursday, June 4, 2020 Approved
AWS Command Line Interface (Install) 1.18.70 179 Tuesday, June 2, 2020 Approved
AWS Command Line Interface (Install) 1.18.69 6059 Friday, May 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.68 213 Thursday, May 28, 2020 Approved
AWS Command Line Interface (Install) 1.18.65 15524 Thursday, May 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.63 163 Wednesday, May 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.62 208 Tuesday, May 19, 2020 Approved
AWS Command Line Interface (Install) 1.18.61 182 Saturday, May 16, 2020 Approved
AWS Command Line Interface (Install) 1.18.57 170 Tuesday, May 12, 2020 Approved
AWS Command Line Interface (Install) 1.18.56 229 Saturday, May 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.54 184 Thursday, May 7, 2020 Approved
AWS Command Line Interface (Install) 1.18.52 164 Tuesday, May 5, 2020 Approved
AWS Command Line Interface (Install) 1.18.51 249 Saturday, May 2, 2020 Approved
AWS Command Line Interface (Install) 1.18.50 150 Friday, May 1, 2020 Approved
AWS Command Line Interface (Install) 1.18.49 164 Thursday, April 30, 2020 Approved
AWS Command Line Interface (Install) 1.18.46 337 Saturday, April 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.43 197 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 165 Friday, April 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.39 206 Thursday, April 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.36 258 Saturday, April 4, 2020 Approved
AWS Command Line Interface (Install) 1.18.35 175 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 195 Saturday, March 28, 2020 Approved
AWS Command Line Interface (Install) 1.18.30 198 Thursday, March 26, 2020 Approved
AWS Command Line Interface (Install) 1.18.29 164 Thursday, March 26, 2020 Approved
AWS Command Line Interface (Install) 1.18.28 268 Wednesday, March 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.26 202 Saturday, March 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.25 207 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 167 Tuesday, March 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.21 222 Saturday, March 14, 2020 Approved
AWS Command Line Interface (Install) 1.18.20 191 Friday, March 13, 2020 Approved
AWS Command Line Interface (Install) 1.18.19 208 Thursday, March 12, 2020 Approved
AWS Command Line Interface (Install) 1.18.16 154 Saturday, March 7, 2020 Approved
AWS Command Line Interface (Install) 1.18.15 142 Friday, March 6, 2020 Approved
AWS Command Line Interface (Install) 1.18.14 201 Thursday, March 5, 2020 Approved
AWS Command Line Interface (Install) 1.18.11 21184 Saturday, February 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.9 5785 Friday, February 28, 2020 Approved
AWS Command Line Interface (Install) 1.18.6 3689 Tuesday, February 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.5 4408 Friday, February 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.4 1189 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 1367 Wednesday, February 19, 2020 Approved
AWS Command Line Interface (Install) 1.18.1 1633 Tuesday, February 18, 2020 Approved
AWS Command Line Interface (Install) 1.18.0 1943 Saturday, February 15, 2020 Approved
AWS Command Line Interface (Install) 1.17.17 4193 Friday, February 14, 2020 Approved
AWS Command Line Interface (Install) 1.17.16 1800 Thursday, February 13, 2020 Approved
AWS Command Line Interface (Install) 1.17.15 1518 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 1211 Friday, February 7, 2020 Approved
AWS Command Line Interface (Install) 1.17.11 136 Thursday, February 6, 2020 Approved
AWS Command Line Interface (Install) 1.17.10 160 Wednesday, February 5, 2020 Approved
AWS Command Line Interface (Install) 1.17.9 8249 Saturday, January 25, 2020 Approved
AWS Command Line Interface (Install) 1.17.8 927 Friday, January 24, 2020 Approved
AWS Command Line Interface (Install) 1.17.7 3016 Wednesday, January 22, 2020 Approved
AWS Command Line Interface (Install) 1.17.6 261 Tuesday, January 21, 2020 Approved
AWS Command Line Interface (Install) 1.17.5 2538 Saturday, January 18, 2020 Approved
AWS Command Line Interface (Install) 1.17.4 1183 Friday, January 17, 2020 Approved
AWS Command Line Interface (Install) 1.17.3 1092 Thursday, January 16, 2020 Approved
AWS Command Line Interface (Install) 1.17.2 2011 Tuesday, January 14, 2020 Approved
AWS Command Line Interface (Install) 1.17.1 1157 Tuesday, January 14, 2020 Approved
AWS Command Line Interface (Install) 1.17.0 1986 Saturday, January 11, 2020 Approved
AWS Command Line Interface (Install) 1.16.314 1368 Friday, January 10, 2020 Approved
AWS Command Line Interface (Install) 1.16.313 1395 Thursday, January 9, 2020 Approved
AWS Command Line Interface (Install) 1.16.312 1084 Wednesday, January 8, 2020 Approved
AWS Command Line Interface (Install) 1.16.311 1320 Tuesday, January 7, 2020 Approved
AWS Command Line Interface (Install) 1.16.310 159 Friday, January 3, 2020 Approved
AWS Command Line Interface (Install) 1.16.309 1408 Tuesday, December 24, 2019 Approved
AWS Command Line Interface (Install) 1.16.308 5790 Saturday, December 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.307 1042 Friday, December 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.305 2013 Wednesday, December 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.303 2498 Saturday, December 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.302 1170 Friday, December 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.301 1503 Thursday, December 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.300 1266 Wednesday, December 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.299 1519 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 1282 Thursday, December 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.296 1327 Wednesday, December 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.294 794 Tuesday, December 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.292 4587 Wednesday, November 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.291 1345 Tuesday, November 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.290 2048 Saturday, November 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.289 1196 Friday, November 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.287 1275 Thursday, November 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.286 1727 Wednesday, November 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.284 1526 Tuesday, November 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.283 2193 Saturday, November 16, 2019 Approved
AWS Command Line Interface (Install) 1.16.282 1256 Friday, November 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.281 1516 Thursday, November 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.280 1494 Wednesday, November 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.279 1430 Tuesday, November 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.278 2060 Saturday, November 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.277 2632 Friday, November 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.276 1365 Thursday, November 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.274 1607 Tuesday, November 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.273 1276 Tuesday, November 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.272 2059 Saturday, November 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.271 995 Friday, November 1, 2019 Approved
AWS Command Line Interface (Install) 1.16.270 1478 Thursday, October 31, 2019 Approved
AWS Command Line Interface (Install) 1.16.269 1523 Wednesday, October 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.268 1590 Tuesday, October 29, 2019 Approved
AWS Command Line Interface (Install) 1.16.266 2865 Friday, October 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.265 1759 Thursday, October 24, 2019 Approved
AWS Command Line Interface (Install) 1.16.264 1533 Wednesday, October 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.263 3538 Friday, October 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.262 698 Friday, October 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.261 2323 Thursday, October 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.260 1546 Wednesday, October 16, 2019 Approved
AWS Command Line Interface (Install) 1.16.259 1482 Tuesday, October 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.258 1938 Saturday, October 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.257 1301 Friday, October 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.256 2039 Thursday, October 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.255 1671 Wednesday, October 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.254 1365 Tuesday, October 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.253 2001 Saturday, October 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.252 1496 Friday, October 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.251 2123 Thursday, October 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.250 1622 Wednesday, October 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.249 1627 Tuesday, October 1, 2019 Approved
AWS Command Line Interface (Install) 1.16.248 2333 Saturday, September 28, 2019 Approved
AWS Command Line Interface (Install) 1.16.247 1119 Friday, September 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.246 1820 Wednesday, September 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.245 1420 Wednesday, September 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.244 1506 Tuesday, September 24, 2019 Approved
AWS Command Line Interface (Install) 1.16.243 1841 Saturday, September 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.242 1213 Friday, September 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.241 2313 Thursday, September 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.240 1479 Wednesday, September 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.239 1135 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 1811 Thursday, September 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.236 1368 Wednesday, September 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.235 1297 Tuesday, September 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.234 1772 Saturday, September 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.233 1190 Friday, September 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.232 1817 Thursday, September 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.231 1236 Wednesday, September 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.230 2492 Saturday, August 31, 2019 Approved
AWS Command Line Interface (Install) 1.16.229 1857 Friday, August 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.228 2804 Thursday, August 29, 2019 Approved
AWS Command Line Interface (Install) 1.16.227 2330 Wednesday, August 28, 2019 Approved
AWS Command Line Interface (Install) 1.16.226 1253 Tuesday, August 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.225 1998 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 1117 Thursday, August 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.222 1211 Wednesday, August 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.221 2568 Tuesday, August 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.220 1837 Saturday, August 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.219 1083 Friday, August 16, 2019 Approved
AWS Command Line Interface (Install) 1.16.218 1166 Thursday, August 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.217 1641 Wednesday, August 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.216 1112 Tuesday, August 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.215 1628 Saturday, August 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.214 997 Friday, August 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.213 2196 Thursday, August 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.212 526 Wednesday, August 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.211 1702 Tuesday, August 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.210 1645 Saturday, August 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.209 5044 Wednesday, July 31, 2019 Approved
AWS Command Line Interface (Install) 1.16.208 994 Tuesday, July 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.207 1611 Saturday, July 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.206 1166 Friday, July 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.205 1358 Thursday, July 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.204 1173 Tuesday, July 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.203 1173 Tuesday, July 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.202 1139 Monday, July 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.201 809 Saturday, July 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.200 900 Friday, July 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.199 1095 Thursday, July 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.198 3096 Saturday, July 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.197 920 Friday, July 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.196 1008 Thursday, July 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.195 1026 Wednesday, July 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.194 1241 Tuesday, July 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.193 2706 Thursday, July 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.192 954 Wednesday, July 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.191 957 Tuesday, July 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.190 1515 Saturday, June 29, 2019 Approved
AWS Command Line Interface (Install) 1.16.189 847 Friday, June 28, 2019 Approved
AWS Command Line Interface (Install) 1.16.188 964 Thursday, June 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.186 1177 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 2811 Saturday, June 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.183 962 Friday, June 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.182 835 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 1436 Tuesday, June 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.179 1661 Saturday, June 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.178 875 Friday, June 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.177 2250 Thursday, June 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.176 1558 Wednesday, June 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.175 1466 Tuesday, June 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.174 1860 Saturday, June 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.173 1045 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 1259 Wednesday, June 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.170 1407 Tuesday, June 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.169 2962 Friday, May 31, 2019 Approved
AWS Command Line Interface (Install) 1.16.168 1147 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 2296 Saturday, May 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.165 1009 Friday, May 24, 2019 Approved
AWS Command Line Interface (Install) 1.16.164 12751 Thursday, May 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.163 1229 Wednesday, May 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.162 1266 Monday, May 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.161 1754 Saturday, May 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.160 1091 Friday, May 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.159 993 Thursday, May 16, 2019 Approved
AWS Command Line Interface (Install) 1.16.158 1075 Wednesday, May 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.157 1360 Tuesday, May 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.156 1809 Saturday, May 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.155 1658 Thursday, May 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.154 1206 Wednesday, May 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.153 1284 Tuesday, May 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.152 2577 Saturday, May 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.151 1404 Friday, May 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.150 1213 Thursday, May 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.149 1005 Wednesday, May 1, 2019 Approved
AWS Command Line Interface (Install) 1.16.148 1203 Tuesday, April 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.147 1943 Saturday, April 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.146 1180 Friday, April 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.145 1461 Thursday, April 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.144 2947 Saturday, April 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.143 1060 Friday, April 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.142 1024 Thursday, April 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.141 1083 Wednesday, April 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.140 10517 Saturday, April 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.139 1090 Friday, April 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.138 1210 Thursday, April 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.137 747 Wednesday, April 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.136 1447 Tuesday, April 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.135 1985 Saturday, March 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.134 1147 Friday, March 29, 2019 Approved
AWS Command Line Interface (Install) 1.16.133 1674 Thursday, March 28, 2019 Approved
AWS Command Line Interface (Install) 1.16.132 1521 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 1837 Saturday, March 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.129 944 Friday, March 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.128 1136 Thursday, March 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.127 899 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 2596 Friday, March 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.124 1175 Thursday, March 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.123 397 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 1896 Saturday, March 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.120 1018 Friday, March 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.119 1037 Thursday, March 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.118 1147 Wednesday, March 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.117 1532 Tuesday, March 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.116 1642 Saturday, March 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.115 1362 Friday, March 1, 2019 Approved
AWS Command Line Interface (Install) 1.16.114 4653 Thursday, February 28, 2019 Approved
AWS Command Line Interface (Install) 1.16.113 1506 Wednesday, February 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.112 1169 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 923 Friday, February 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.109 1298 Thursday, February 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.108 1177 Wednesday, February 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.107 1207 Tuesday, February 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.106 1893 Saturday, February 16, 2019 Approved
AWS Command Line Interface (Install) 1.16.105 1212 Friday, February 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.104 1151 Thursday, February 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.103 818 Wednesday, February 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.102 1228 Tuesday, February 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.101 1485 Saturday, February 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.99 1673 Thursday, February 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.98 1209 Wednesday, February 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.97 1144 Tuesday, February 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.96 5845 Saturday, January 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.94 1718 Thursday, January 24, 2019 Approved
AWS Command Line Interface (Install) 1.16.93 1751 Tuesday, January 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.92 1682 Saturday, January 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.91 1010 Friday, January 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.90 1197 Thursday, January 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.89 1822 Tuesday, January 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.88 1587 Saturday, January 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.87 910 Friday, January 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.86 937 Thursday, January 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.85 1716 Tuesday, January 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.84 1493 Saturday, January 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.81 4988 Saturday, December 22, 2018 Approved
AWS Command Line Interface (Install) 1.16.80 846 Friday, December 21, 2018 Approved
AWS Command Line Interface (Install) 1.16.79 900 Thursday, December 20, 2018 Approved
AWS Command Line Interface (Install) 1.16.78 1078 Wednesday, December 19, 2018 Approved
AWS Command Line Interface (Install) 1.16.77 915 Tuesday, December 18, 2018 Approved
AWS Command Line Interface (Install) 1.16.76 1443 Saturday, December 15, 2018 Approved
AWS Command Line Interface (Install) 1.16.75 1032 Friday, December 14, 2018 Approved
AWS Command Line Interface (Install) 1.16.74 1142 Thursday, December 13, 2018 Approved
AWS Command Line Interface (Install) 1.16.73 1142 Wednesday, December 12, 2018 Approved
AWS Command Line Interface (Install) 1.16.72 2518 Saturday, December 8, 2018 Approved
AWS Command Line Interface (Install) 1.16.71 1026 Friday, December 7, 2018 Approved
AWS Command Line Interface (Install) 1.16.70 1416 Thursday, December 6, 2018 Approved
AWS Command Line Interface (Install) 1.16.69 1316 Wednesday, December 5, 2018 Approved
AWS Command Line Interface (Install) 1.16.68 1972 Tuesday, December 4, 2018 Approved
AWS Command Line Interface (Install) 1.16.67 2971 Friday, November 30, 2018 Approved
AWS Command Line Interface (Install) 1.16.65 1034 Thursday, November 29, 2018 Approved
AWS Command Line Interface (Install) 1.16.63 1252 Wednesday, November 28, 2018 Approved
AWS Command Line Interface (Install) 1.16.60 3986 Thursday, November 22, 2018 Approved
AWS Command Line Interface (Install) 1.16.59 748 Wednesday, November 21, 2018 Approved
AWS Command Line Interface (Install) 1.16.58 1484 Tuesday, November 20, 2018 Approved
AWS Command Line Interface (Install) 1.16.57 2087 Saturday, November 17, 2018 Approved
AWS Command Line Interface (Install) 1.16.56 1208 Friday, November 16, 2018 Approved
AWS Command Line Interface (Install) 1.16.55 1256 Thursday, November 15, 2018 Approved
AWS Command Line Interface (Install) 1.16.54 1246 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 1927 Saturday, November 10, 2018 Approved
AWS Command Line Interface (Install) 1.16.51 766 Friday, November 9, 2018 Approved
AWS Command Line Interface (Install) 1.16.50 651 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 1775 Saturday, November 3, 2018 Approved
AWS Command Line Interface (Install) 1.16.46 1015 Friday, November 2, 2018 Approved
AWS Command Line Interface (Install) 1.16.45 1112 Thursday, November 1, 2018 Approved
AWS Command Line Interface (Install) 1.16.44 1108 Wednesday, October 31, 2018 Approved
AWS Command Line Interface (Install) 1.16.43 2256 Sunday, October 28, 2018 Approved
AWS Command Line Interface (Install) 1.16.42 1487 Friday, October 26, 2018 Approved
AWS Command Line Interface (Install) 1.16.41 1035 Thursday, October 25, 2018 Approved
AWS Command Line Interface (Install) 1.16.40 1088 Wednesday, October 24, 2018 Approved
AWS Command Line Interface (Install) 1.16.39 972 Tuesday, October 23, 2018 Approved
AWS Command Line Interface (Install) 1.16.38 1123 Sunday, October 21, 2018 Approved
AWS Command Line Interface (Install) 1.16.37 1535 Friday, October 19, 2018 Approved
AWS Command Line Interface (Install) 1.16.36 1049 Thursday, October 18, 2018 Approved
AWS Command Line Interface (Install) 1.16.35 1243 Wednesday, October 17, 2018 Approved
AWS Command Line Interface (Install) 1.16.34 973 Tuesday, October 16, 2018 Approved
AWS Command Line Interface (Install) 1.16.33 1045 Sunday, October 14, 2018 Approved
AWS Command Line Interface (Install) 1.16.32 1530 Friday, October 12, 2018 Approved
AWS Command Line Interface (Install) 1.16.29 2414 Tuesday, October 9, 2018 Approved
AWS Command Line Interface (Install) 1.16.28 1031 Monday, October 8, 2018 Approved
AWS Command Line Interface (Install) 1.16.27 1522 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 1030 Monday, October 1, 2018 Approved
AWS Command Line Interface (Install) 1.16.23 1410 Friday, September 28, 2018 Approved
AWS Command Line Interface (Install) 1.16.22 961 Thursday, September 27, 2018 Approved
AWS Command Line Interface (Install) 1.16.21 1016 Wednesday, September 26, 2018 Approved
AWS Command Line Interface (Install) 1.16.20 1065 Tuesday, September 25, 2018 Approved
AWS Command Line Interface (Install) 1.16.19 1017 Monday, September 24, 2018 Approved
AWS Command Line Interface (Install) 1.16.18 1945 Friday, September 21, 2018 Approved
AWS Command Line Interface (Install) 1.16.17 1303 Thursday, September 20, 2018 Approved
AWS Command Line Interface (Install) 1.16.16 1080 Wednesday, September 19, 2018 Approved
AWS Command Line Interface (Install) 1.16.15 1211 Tuesday, September 18, 2018 Approved
AWS Command Line Interface (Install) 1.16.14 2507 Friday, September 14, 2018 Approved
AWS Command Line Interface (Install) 1.16.13 1163 Thursday, September 13, 2018 Approved
AWS Command Line Interface (Install) 1.16.11 1738 Tuesday, September 11, 2018 Approved
AWS Command Line Interface (Install) 1.16.10 1281 Monday, September 10, 2018 Approved
AWS Command Line Interface (Install) 1.16.9 1731 Friday, September 7, 2018 Approved
AWS Command Line Interface (Install) 1.16.8 1011 Thursday, September 6, 2018 Approved
AWS Command Line Interface (Install) 1.16.7 1015 Wednesday, September 5, 2018 Approved
AWS Command Line Interface (Install) 1.16.6 1769 Monday, September 3, 2018 Approved
AWS Command Line Interface (Install) 1.16.5 1923 Friday, August 31, 2018 Approved
AWS Command Line Interface (Install) 1.16.4 1032 Thursday, August 30, 2018 Approved
AWS Command Line Interface (Install) 1.16.3 674 Wednesday, August 29, 2018 Approved
AWS Command Line Interface (Install) 1.16.2 481 Tuesday, August 28, 2018 Approved
AWS Command Line Interface (Install) 1.16.1 1898 Monday, August 27, 2018 Approved
AWS Command Line Interface (Install) 1.15.85 1616 Friday, August 24, 2018 Approved
AWS Command Line Interface (Install) 1.15.84 1816 Thursday, August 23, 2018 Approved
AWS Command Line Interface (Install) 1.15.83 629 Wednesday, August 22, 2018 Approved
AWS Command Line Interface (Install) 1.15.82 1373 Tuesday, August 21, 2018 Approved
AWS Command Line Interface (Install) 1.15.81 1046 Monday, August 20, 2018 Approved
AWS Command Line Interface (Install) 1.15.80 1586 Friday, August 17, 2018 Approved
AWS Command Line Interface (Install) 1.15.79 910 Thursday, August 16, 2018 Approved
AWS Command Line Interface (Install) 1.15.78 929 Wednesday, August 15, 2018 Approved
AWS Command Line Interface (Install) 1.15.77 852 Tuesday, August 14, 2018 Approved
AWS Command Line Interface (Install) 1.15.76 948 Monday, August 13, 2018 Approved
AWS Command Line Interface (Install) 1.15.75 1568 Friday, August 10, 2018 Approved
AWS Command Line Interface (Install) 1.15.74 960 Thursday, August 9, 2018 Approved
AWS Command Line Interface (Install) 1.15.73 913 Wednesday, August 8, 2018 Approved
AWS Command Line Interface (Install) 1.15.72 940 Tuesday, August 7, 2018 Approved
AWS Command Line Interface (Install) 1.15.71 942 Monday, August 6, 2018 Approved
AWS Command Line Interface (Install) 1.15.70 1400 Friday, August 3, 2018 Approved
AWS Command Line Interface (Install) 1.15.69 955 Thursday, August 2, 2018 Approved
AWS Command Line Interface (Install) 1.15.68 983 Wednesday, August 1, 2018 Approved
AWS Command Line Interface (Install) 1.15.67 972 Tuesday, July 31, 2018 Approved
AWS Command Line Interface (Install) 1.15.66 2232 Friday, July 27, 2018 Approved
AWS Command Line Interface (Install) 1.15.65 1020 Thursday, July 26, 2018 Approved
AWS Command Line Interface (Install) 1.15.64 993 Wednesday, July 25, 2018 Approved
AWS Command Line Interface (Install) 1.15.63 1981 Monday, July 23, 2018 Approved
AWS Command Line Interface (Install) 1.15.62 1513 Friday, July 20, 2018 Approved
AWS Command Line Interface (Install) 1.15.61 1076 Thursday, July 19, 2018 Approved
AWS Command Line Interface (Install) 1.15.60 1032 Wednesday, July 18, 2018 Approved
AWS Command Line Interface (Install) 1.15.59 1485 Monday, July 16, 2018 Approved
AWS Command Line Interface (Install) 1.15.58 1367 Friday, July 13, 2018 Approved
AWS Command Line Interface (Install) 1.15.57 956 Thursday, July 12, 2018 Approved
AWS Command Line Interface (Install) 1.15.56 953 Wednesday, July 11, 2018 Approved
AWS Command Line Interface (Install) 1.15.55 887 Tuesday, July 10, 2018 Approved
AWS Command Line Interface (Install) 1.15.53 981 Sunday, July 8, 2018 Approved
AWS Command Line Interface (Install) 1.15.52 1256 Friday, July 6, 2018 Approved
AWS Command Line Interface 1.15.51 1543 Tuesday, July 3, 2018 Approved
AWS Command Line Interface 1.15.50 894 Monday, July 2, 2018 Approved
AWS Command Line Interface (Install) 1.15.49 1900 Friday, June 29, 2018 Approved
AWS Command Line Interface (Install) 1.15.47 891 Thursday, June 28, 2018 Approved
AWS Command Line Interface (Install) 1.15.46 474 Wednesday, June 27, 2018 Approved
AWS Command Line Interface (Install) 1.15.45 453 Monday, June 25, 2018 Approved
AWS Command Line Interface (Install) 1.15.44 700 Friday, June 22, 2018 Approved
AWS Command Line Interface (Install) 1.15.42 3016 Thursday, June 21, 2018 Approved
AWS Command Line Interface (Install) 1.15.41 950 Wednesday, June 20, 2018 Approved
AWS Command Line Interface (Install) 1.15.40 1417 Monday, June 18, 2018 Approved
AWS Command Line Interface (Install) 1.15.39 1409 Friday, June 15, 2018 Approved
AWS Command Line Interface (Install) 1.15.37 1504 Wednesday, June 13, 2018 Approved
AWS Command Line Interface (Install) 1.15.35 1467 Monday, June 11, 2018 Approved
AWS Command Line Interface (Install) 1.15.34 1555 Friday, June 8, 2018 Approved
AWS Command Line Interface (Install) 1.15.33 1814 Wednesday, June 6, 2018 Approved
AWS Command Line Interface ((Install) 1.15.31 2150 Saturday, June 2, 2018 Approved
AWS Command Line Interface 1.15.20 6941 Tuesday, May 15, 2018 Approved
AWS Command Line Interface 1.15.2 15331 Friday, April 6, 2018 Approved
AWS Command Line Interface 1.15.1 733 Thursday, April 5, 2018 Approved
AWS Command Line Interface 1.15.0 681 Wednesday, April 4, 2018 Approved
AWS Command Line Interface 1.14.70 783 Tuesday, April 3, 2018 Approved
AWS Command Line Interface 1.14.69 279 Tuesday, April 3, 2018 Approved
AWS Command Line Interface 1.14.68 254 Friday, March 30, 2018 Approved
AWS Command Line Interface 1.14.67 1522 Friday, March 30, 2018 Approved
AWS Command Line Interface 1.14.43 11553 Tuesday, February 20, 2018 Approved
AWS Command Line Interface 1.14.42 827 Monday, February 19, 2018 Approved
AWS Command Line Interface 1.14.41 793 Sunday, February 18, 2018 Approved
AWS Command Line Interface 1.14.40 853 Thursday, February 15, 2018 Approved
AWS Command Line Interface 1.14.39 669 Thursday, February 15, 2018 Approved
AWS Command Line Interface 1.14.37 1171 Tuesday, February 13, 2018 Approved
AWS Command Line Interface 1.14.36 1122 Saturday, February 10, 2018 Approved
AWS Command Line Interface 1.14.35 718 Thursday, February 8, 2018 Approved
AWS Command Line Interface 1.14.34 979 Wednesday, February 7, 2018 Approved
AWS Command Line Interface 1.14.32 2707 Tuesday, January 30, 2018 Approved
AWS Command Line Interface 1.14.30 2443 Tuesday, January 23, 2018 Approved
AWS Command Line Interface 1.14.29 407 Monday, January 22, 2018 Approved
AWS Command Line Interface 1.14.24 3001 Saturday, January 13, 2018 Approved
AWS Command Line Interface 1.14.23 806 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 2188 Saturday, January 6, 2018 Approved
AWS Command Line Interface 1.14.18 1445 Wednesday, January 3, 2018 Approved
AWS Command Line Interface 1.14.16 1485 Friday, December 22, 2017 Approved
AWS Command Line Interface 1.14.15 551 Friday, December 22, 2017 Approved
AWS Command Line Interface 1.14.12 1080 Tuesday, December 19, 2017 Approved
AWS Command Line Interface 1.14.11 825 Saturday, December 16, 2017 Approved
AWS Command Line Interface 1.14.10 699 Thursday, December 14, 2017 Approved
AWS Command Line Interface 1.14.9 949 Tuesday, December 12, 2017 Approved
AWS Command Line Interface 1.14.8 613 Tuesday, December 12, 2017 Approved
AWS Command Line Interface 1.14.7 871 Saturday, December 9, 2017 Approved
AWS Command Line Interface 1.14.6 628 Thursday, December 7, 2017 Approved
AWS Command Line Interface 1.14.5 457 Thursday, December 7, 2017 Approved
AWS Command Line Interface 1.14.3 1092 Monday, December 4, 2017 Approved
AWS Command Line Interface 1.14.2 1000 Thursday, November 30, 2017 Approved
AWS Command Line Interface 1.14.1 529 Thursday, November 30, 2017 Approved
AWS Command Line Interface 1.14.0 418 Wednesday, November 29, 2017 Approved
AWS Command Line Interface 1.13.0 555 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 888 Thursday, November 23, 2017 Approved
AWS Command Line Interface 1.12.0 552 Wednesday, November 22, 2017 Approved
AWS Command Line Interface 1.11.190 699 Tuesday, November 21, 2017 Approved
AWS Command Line Interface 1.11.189 810 Saturday, November 18, 2017 Approved
AWS Command Line Interface 1.11.188 626 Friday, November 17, 2017 Approved
AWS Command Line Interface 1.11.187 618 Wednesday, November 15, 2017 Approved
AWS Command Line Interface 1.11.186 603 Wednesday, November 15, 2017 Approved
AWS Command Line Interface 1.11.185 1153 Thursday, November 9, 2017 Approved
AWS Command Line Interface 1.11.184 778 Thursday, November 9, 2017 Approved
AWS Command Line Interface 1.11.183 658 Tuesday, November 7, 2017 Approved
AWS Command Line Interface 1.11.181 1022 Saturday, November 4, 2017 Approved
AWS Command Line Interface 1.11.180 621 Friday, November 3, 2017 Approved
AWS Command Line Interface 1.11.179 620 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 807 Wednesday, October 25, 2017 Approved
AWS Command Line Interface 1.11.176 644 Tuesday, October 24, 2017 Approved
AWS Command Line Interface 1.11.175 850 Friday, October 20, 2017 Approved
AWS Command Line Interface 1.11.174 655 Thursday, October 19, 2017 Approved
AWS Command Line Interface 1.11.173 654 Wednesday, October 18, 2017 Approved
AWS Command Line Interface 1.11.172 767 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 1052 Thursday, October 12, 2017 Approved
AWS Command Line Interface 1.11.169 721 Wednesday, October 11, 2017 Approved
AWS Command Line Interface 1.11.167 1512 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 567 Thursday, October 5, 2017 Approved
AWS Command Line Interface 1.11.164 692 Tuesday, October 3, 2017 Approved
AWS Command Line Interface 1.11.163 662 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 1876 Tuesday, September 26, 2017 Approved
AWS Command Line Interface 1.11.159 15474 Monday, September 25, 2017 Approved
AWS Command Line Interface 1.11.158 1389 Thursday, September 21, 2017 Approved
AWS Command Line Interface 1.11.157 436 Thursday, September 21, 2017 Approved
AWS Command Line Interface 1.11.156 964 Wednesday, September 20, 2017 Approved
AWS Command Line Interface 1.11.155 739 Tuesday, September 19, 2017 Approved
AWS Command Line Interface 1.11.154 967 Friday, September 15, 2017 Approved
AWS Command Line Interface 1.11.152 891 Wednesday, September 13, 2017 Approved
AWS Command Line Interface 1.11.151 731 Tuesday, September 12, 2017 Approved
AWS Command Line Interface 1.11.150 723 Tuesday, September 12, 2017 Approved
AWS Command Line Interface 1.11.148 1271 Friday, September 8, 2017 Approved
AWS Command Line Interface 1.11.146 1100 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 693 Thursday, August 31, 2017 Approved
AWS Command Line Interface 1.11.142 899 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 944 Wednesday, August 23, 2017 Approved
AWS Command Line Interface 1.11.137 1512 Tuesday, August 22, 2017 Approved
AWS Command Line Interface 1.11.133 4166 Saturday, August 12, 2017 Approved
AWS Command Line Interface 1.11.132 992 Friday, August 11, 2017 Approved
AWS Command Line Interface 1.11.131 1194 Wednesday, August 9, 2017 Approved
AWS Command Line Interface 1.11.129 7062 Wednesday, August 2, 2017 Approved
AWS Command Line Interface 1.11.128 1110 Tuesday, August 1, 2017 Approved
AWS Command Line Interface 1.11.127 2196 Friday, July 28, 2017 Approved
AWS Command Line Interface 1.11.126 1109 Thursday, July 27, 2017 Approved
AWS Command Line Interface 1.11.125 584 Wednesday, July 26, 2017 Approved
AWS Command Line Interface 1.11.124 1669 Monday, July 24, 2017 Approved
AWS Command Line Interface 1.11.123 2200 Friday, July 21, 2017 Approved
AWS Command Line Interface 1.11.122 1027 Wednesday, July 19, 2017 Approved
AWS Command Line Interface 1.11.121 1533 Tuesday, July 18, 2017 Approved
AWS Command Line Interface 1.11.120 2038 Saturday, July 15, 2017 Approved
AWS Command Line Interface 1.11.118 1811 Thursday, July 13, 2017 Approved
AWS Command Line Interface 1.11.115 8434 Friday, June 30, 2017 Approved
AWS Command Line Interface 1.11.114 1262 Thursday, June 29, 2017 Approved
AWS Command Line Interface 1.11.113 1238 Wednesday, June 28, 2017 Approved
AWS Command Line Interface 1.11.112 3399 Friday, June 23, 2017 Approved
AWS Command Line Interface 1.11.111 800 Friday, June 23, 2017 Approved
AWS Command Line Interface 1.11.110 1230 Thursday, June 22, 2017 Approved
AWS Command Line Interface 1.11.109 866 Wednesday, June 21, 2017 Approved
AWS Command Line Interface 1.11.108 1385 Monday, June 19, 2017 Approved
AWS Command Line Interface 1.11.107 1540 Sunday, June 18, 2017 Approved
AWS Command Line Interface 1.11.101 7183 Thursday, June 8, 2017 Approved
AWS Command Line Interface 1.11.100 1472 Wednesday, June 7, 2017 Approved
AWS Command Line Interface 1.11.99 617 Wednesday, June 7, 2017 Approved
AWS Command Line Interface 1.11.98 739 Monday, June 5, 2017 Approved
AWS Command Line Interface 1.11.97 3060 Saturday, June 3, 2017 Approved
AWS Command Line Interface 1.11.96 1165 Friday, June 2, 2017 Approved
AWS Command Line Interface 1.11.95 1173 Wednesday, May 31, 2017 Approved
AWS Command Line Interface 1.11.94 1113 Wednesday, May 31, 2017 Approved
AWS Command Line Interface 1.11.91 4651 Wednesday, May 24, 2017 Approved
AWS Command Line Interface 1.11.90 710 Tuesday, May 23, 2017 Approved
AWS Command Line Interface 1.11.89 3188 Friday, May 19, 2017 Approved
AWS Command Line Interface 1.11.88 985 Thursday, May 18, 2017 Approved
AWS Command Line Interface 1.11.87 1207 Wednesday, May 17, 2017 Approved
AWS Command Line Interface 1.11.86 1121 Tuesday, May 16, 2017 Approved
AWS Command Line Interface 1.11.85 2338 Friday, May 12, 2017 Approved
AWS Command Line Interface 1.11.83 3884 Friday, May 5, 2017 Approved
AWS Command Line Interface 1.11.82 3576 Saturday, April 29, 2017 Approved
AWS Command Line Interface 1.11.81 1837 Wednesday, April 26, 2017 Approved
AWS Command Line Interface 1.11.80 1392 Saturday, April 22, 2017 Approved
AWS Command Line Interface 1.11.79 574 Friday, April 21, 2017 Approved
AWS Command Line Interface 1.11.78 867 Wednesday, April 19, 2017 Approved
AWS Command Line Interface 1.11.77 1455 Tuesday, April 18, 2017 Approved
AWS Command Line Interface 1.11.76 7931 Tuesday, April 11, 2017 Approved
AWS Command Line Interface 1.11.75 1422 Saturday, April 8, 2017 Approved
AWS Command Line Interface 1.11.74 832 Thursday, April 6, 2017 Approved
AWS Command Line Interface 1.11.73 858 Thursday, April 6, 2017 Approved
AWS Command Line Interface 1.11.72 722 Tuesday, April 4, 2017 Approved
AWS Command Line Interface 1.11.71 647 Tuesday, April 4, 2017 Approved
AWS Command Line Interface 1.11.70 883 Friday, March 31, 2017 Approved
AWS Command Line Interface 1.11.69 557 Friday, March 31, 2017 Approved
AWS Command Line Interface 1.11.68 1036 Wednesday, March 29, 2017 Approved
AWS Command Line Interface 1.11.67 661 Tuesday, March 28, 2017 Approved
AWS Command Line Interface 1.11.66 981 Thursday, March 23, 2017 Approved
AWS Command Line Interface 1.11.65 795 Thursday, March 23, 2017 Approved
AWS Command Line Interface 1.11.64 637 Wednesday, March 22, 2017 Approved
AWS Command Line Interface 1.11.63 1755 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 709 Friday, March 10, 2017 Approved
AWS Command Line Interface 1.11.59 645 Thursday, March 9, 2017 Approved
AWS Command Line Interface 1.11.58 658 Wednesday, March 8, 2017 Approved
AWS Command Line Interface 1.11.57 606 Tuesday, March 7, 2017 Approved
AWS Command Line Interface 1.11.56 1793 Tuesday, February 28, 2017 Approved
AWS Command Line Interface 1.11.55 749 Sunday, February 26, 2017 Approved
AWS Command Line Interface 1.11.54 733 Friday, February 24, 2017 Approved
AWS Command Line Interface 1.11.52 1068 Wednesday, February 22, 2017 Approved
AWS Command Line Interface 1.11.51 42618 Sunday, February 19, 2017 Approved
AWS Command Line Interface 1.11.50 754 Friday, February 17, 2017 Approved
AWS Command Line Interface 1.11.49 721 Thursday, February 16, 2017 Approved
AWS Command Line Interface 1.11.48 765 Wednesday, February 15, 2017 Approved
AWS Command Line Interface 1.11.47 510 Tuesday, February 14, 2017 Approved
AWS Command Line Interface 1.11.46 1373 Friday, February 10, 2017 Approved
AWS Command Line Interface 1.11.45 947 Wednesday, February 8, 2017 Approved
AWS Command Line Interface 1.11.43 2413 Thursday, January 26, 2017 Approved
AWS Command Line Interface 1.11.42 690 Wednesday, January 25, 2017 Approved
AWS Command Line Interface 1.11.41 3172 Friday, January 20, 2017 Approved
AWS Command Line Interface 1.11.40 479 Friday, January 20, 2017 Approved
AWS Command Line Interface 1.11.39 729 Thursday, January 19, 2017 Approved
AWS Command Line Interface 1.11.38 674 Tuesday, January 17, 2017 Approved
AWS Command Line Interface 1.11.37 507 Tuesday, January 17, 2017 Approved
AWS Command Line Interface 1.11.36 1844 Wednesday, January 4, 2017 Approved
AWS Command Line Interface 1.11.34 1646 Friday, December 23, 2016 Approved
AWS Command Line Interface 1.11.33 926 Thursday, December 22, 2016 Approved
AWS Command Line Interface 1.11.32 616 Wednesday, December 21, 2016 Approved
AWS Command Line Interface 1.11.31 681 Tuesday, December 20, 2016 Approved
AWS Command Line Interface 1.11.30 833 Friday, December 16, 2016 Approved
AWS Command Line Interface 1.11.24 1933 Saturday, December 3, 2016 Approved
AWS Command Line Interface 1.11.22 1449 Wednesday, November 30, 2016 Approved
AWS Command Line Interface 1.10.38 10392 Wednesday, June 15, 2016 Approved
AWS Command Line Interface 1.10.35 457 Friday, June 3, 2016 Approved
AWS Command Line Interface 1.10.33 390 Friday, May 27, 2016 Approved
AWS Command Line Interface 1.10.30 391 Wednesday, May 18, 2016 Approved
AWS Command Line Interface 1.10.27 437 Wednesday, May 11, 2016 Approved
AWS Command Line Interface 1.10.26 396 Friday, May 6, 2016 Approved
AWS Command Line Interface 1.10.25 380 Wednesday, May 4, 2016 Approved
AWS Command Line Interface 1.10.24 440 Friday, April 29, 2016 Approved
AWS Command Line Interface 1.10.23 483 Thursday, April 28, 2016 Approved
AWS Command Line Interface 1.10.22 596 Friday, April 22, 2016 Approved
AWS Command Line Interface 1.10.21 501 Tuesday, April 19, 2016 Approved
AWS Command Line Interface 1.10.20 642 Tuesday, April 12, 2016 Approved
AWS Command Line Interface 1.10.18 519 Monday, April 11, 2016 Approved
AWS Command Line Interface 1.10.16 814 Friday, March 25, 2016 Approved
AWS Command Line Interface 1.10.15 525 Wednesday, March 23, 2016 Approved
AWS Command Line Interface 1.10.14 511 Friday, March 18, 2016 Approved
AWS Command Line Interface 1.10.13 460 Wednesday, March 16, 2016 Approved
AWS Command Line Interface 1.10.12 512 Friday, March 11, 2016 Approved
AWS Command Line Interface 1.10.11 526 Wednesday, March 9, 2016 Approved
AWS Command Line Interface 1.10.10 518 Friday, March 4, 2016 Approved
AWS Command Line Interface 1.10.9 493 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 601 Wednesday, February 24, 2016 Approved
awscli 1.0.4 13341 Saturday, February 22, 2014 Approved
awscli 1.0.3 538 Saturday, December 7, 2013 Approved
awscli 1.0.2 480 Saturday, December 7, 2013 Approved
awscli 1.0.1 659 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