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,557,157

Downloads of v 1.18.69:

6,339

Last Update:

29 May 2020

Package Maintainer(s):

Software Author(s):

  • Amazon Web Services

Tags:

awscli aws cli foss 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.18.69 | Updated: 29 May 2020

Downloads:

4,557,157

Downloads of v 1.18.69:

6,339

Maintainer(s):

Software Author(s):

  • Amazon Web Services

AWS Command Line Interface (Install) 1.18.69

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

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

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

>

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

>

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

>

Deployment Method:

NOTE

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

1. Enter Your Internal Repository Url

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


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

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

3. Copy Your Script

choco upgrade awscli -y --source="'INTERNAL REPO URL'" --version="'1.18.69'" [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.18.69'" 
$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.18.69'
    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.18.69'
end

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


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

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


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

WARNING

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

Package Approved

This package was approved as a trusted package on 30 May 2020.

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.18.69.msi'
$checksum   = 'a08951038824cc1162144554b390f12dd9913c54c91bd95e3bf01dad7cdd6bd0'
$url64      = 'https://s3.amazonaws.com/aws-cli/AWSCLI64PY3-1.18.69.msi'
$checksum64 = '6918d74a350df7082623fd6124fca7c589996fc22d0095e060f469032148656c'
 
$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.17.17 7 Thursday, July 25, 2024
Waiting for Maintainer
AWS Command Line Interface v2 (Install) 2.17.16 5169 Wednesday, July 24, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.15 3198 Tuesday, July 23, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.14 8390 Friday, July 19, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.13 12000 Saturday, July 13, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.12 4033 Thursday, July 11, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.11 3626 Wednesday, July 10, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.10 3792 Tuesday, July 9, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.9 7856 Saturday, July 6, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.8 4678 Thursday, July 4, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.7 4092 Wednesday, July 3, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.6 3373 Tuesday, July 2, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.5 7443 Saturday, June 29, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.4 1863 Friday, June 28, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.3 49 Thursday, June 27, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.2 6217 Wednesday, June 26, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.1 4487 Tuesday, June 25, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.0 9323 Friday, June 21, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.12 4058 Thursday, June 20, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.11 2674 Wednesday, June 19, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.10 4721 Tuesday, June 18, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.9 7981 Friday, June 14, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.8 1895 Friday, June 14, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.7 4355 Thursday, June 13, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.6 3874 Wednesday, June 12, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.5 4454 Tuesday, June 11, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.4 7341 Saturday, June 8, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.3 1662 Friday, June 7, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.2 4792 Thursday, June 6, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.1 3495 Wednesday, June 5, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.0 3140 Tuesday, June 4, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.62 5904 Saturday, June 1, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.61 3001 Friday, May 31, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.60 5169 Thursday, May 30, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.59 3880 Wednesday, May 29, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.58 10832 Saturday, May 25, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.57 3390 Friday, May 24, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.56 3095 Thursday, May 23, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.55 4371 Wednesday, May 22, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.54 2743 Tuesday, May 21, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.53 6158 Saturday, May 18, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.52 2501 Friday, May 17, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.51 3553 Thursday, May 16, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.50 2975 Wednesday, May 15, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.49 2996 Tuesday, May 14, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.48 7385 Saturday, May 11, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.47 3717 Thursday, May 9, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.46 997 Thursday, May 9, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.45 6638 Tuesday, May 7, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.44 9827 Saturday, May 4, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.43 4559 Thursday, May 2, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.42 10561 Saturday, April 27, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.41 5048 Thursday, April 25, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.40 10072 Saturday, April 20, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.39 4434 Thursday, April 18, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.38 10716 Saturday, April 13, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.37 4276 Thursday, April 11, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.36 10039 Saturday, April 6, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.35 4468 Thursday, April 4, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.34 12085 Saturday, March 30, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.33 5020 Thursday, March 28, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.32 11273 Saturday, March 23, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.31 6461 Thursday, March 21, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.30 12752 Saturday, March 16, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.28 10844 Tuesday, March 12, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.27 6996 Saturday, March 9, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.26 6597 Thursday, March 7, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.25 21921 Saturday, March 2, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.24 8407 Thursday, February 29, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.23 15531 Saturday, February 24, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.22 8317 Thursday, February 22, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.21 12820 Saturday, February 17, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.20 7092 Thursday, February 15, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.19 16592 Saturday, February 10, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.17 20610 Saturday, February 3, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.16 6659 Thursday, February 1, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.15 14888 Saturday, January 27, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.14 7059 Thursday, January 25, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.13 8533 Tuesday, January 23, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.12 8892 Saturday, January 20, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.11 8011 Thursday, January 18, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.10 13546 Saturday, January 13, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.9 7068 Thursday, January 11, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.8 12282 Saturday, January 6, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.7 6319 Thursday, January 4, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.6 10109 Saturday, December 30, 2023 Approved
AWS Command Line Interface v2 (Install) 2.15.5 4990 Thursday, December 28, 2023 Approved
AWS Command Line Interface v2 (Install) 2.15.4 8648 Saturday, December 23, 2023 Approved
AWS Command Line Interface v2 (Install) 2.15.3 6450 Thursday, December 21, 2023 Approved
AWS Command Line Interface v2 (Install) 2.15.2 11602 Saturday, December 16, 2023 Approved
AWS Command Line Interface v2 (Install) 2.15.1 5108 Thursday, December 14, 2023 Approved
AWS Command Line Interface v2 (Install) 2.15.0 15403 Saturday, December 9, 2023 Approved
AWS Command Line Interface v2 (Install) 2.14.6 8540 Thursday, December 7, 2023 Approved
AWS Command Line Interface v2 (Install) 2.14.5 15034 Friday, December 1, 2023 Approved
AWS Command Line Interface v2 (Install) 2.14.2 6360 Wednesday, November 29, 2023 Approved
AWS Command Line Interface v2 (Install) 2.14.0 7059 Tuesday, November 28, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.38 14223 Wednesday, November 22, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.37 14488 Saturday, November 18, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.36 5220 Thursday, November 16, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.35 8344 Tuesday, November 14, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.34 9028 Saturday, November 11, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.32 15363 Saturday, November 4, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.31 6330 Thursday, November 2, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.30 12980 Saturday, October 28, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.29 6236 Thursday, October 26, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.28 13396 Saturday, October 21, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.27 7816 Thursday, October 19, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.26 13415 Saturday, October 14, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.25 15779 Saturday, October 7, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.24 6386 Thursday, October 5, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.23 7936 Tuesday, October 3, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.21 124 Saturday, September 23, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.20 24617 Thursday, September 21, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.19 12546 Saturday, September 16, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.18 7060 Thursday, September 14, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.16 17714 Thursday, September 7, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.15 12103 Saturday, September 2, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.14 8471 Thursday, August 31, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.13 13314 Saturday, August 26, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.12 7008 Thursday, August 24, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.11 1632 Saturday, August 19, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.9 27450 Saturday, August 12, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.8 7242 Thursday, August 10, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.7 12948 Saturday, August 5, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.6 7574 Thursday, August 3, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.5 70 Saturday, July 29, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.4 15795 Thursday, July 27, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.3 14429 Saturday, July 22, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.2 14354 Thursday, July 20, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.1 23096 Friday, July 14, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.0 27496 Saturday, July 8, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.7 11004 Thursday, July 6, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.6 17563 Saturday, July 1, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.5 7337 Friday, June 30, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.4 8106 Thursday, June 29, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.3 17475 Saturday, June 24, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.2 10872 Thursday, June 22, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.1 18147 Saturday, June 17, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.0 11891 Thursday, June 15, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.27 13085 Saturday, June 10, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.26 6969 Thursday, June 8, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.25 12513 Saturday, June 3, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.24 7216 Thursday, June 1, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.23 12676 Saturday, May 27, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.22 7811 Thursday, May 25, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.21 13206 Saturday, May 20, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.20 25177 Saturday, May 13, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.19 9776 Thursday, May 11, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.17 17155 Thursday, May 4, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.16 16298 Saturday, April 29, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.13 24481 Saturday, April 15, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.11 21912 Monday, April 10, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.10 9158 Thursday, April 6, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.9 8722 Tuesday, April 4, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.8 9240 Saturday, April 1, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.6 17640 Saturday, March 25, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.5 6830 Thursday, March 23, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.4 17275 Saturday, March 18, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.2 17658 Saturday, March 11, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.1 7539 Thursday, March 9, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.0 14285 Friday, March 3, 2023 Approved
AWS Command Line Interface v2 (Install) 2.10.4 5930 Thursday, March 2, 2023 Approved
AWS Command Line Interface v2 (Install) 2.10.3 11591 Saturday, February 25, 2023 Approved
AWS Command Line Interface v2 (Install) 2.10.2 8197 Thursday, February 23, 2023 Approved
AWS Command Line Interface v2 (Install) 2.10.1 12509 Saturday, February 18, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.23 17713 Saturday, February 11, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.22 7337 Thursday, February 9, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.21 11278 Monday, February 6, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.20 11419 Thursday, February 2, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.19 11407 Monday, January 30, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.18 11728 Thursday, January 26, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.17 13369 Saturday, January 21, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.16 8546 Thursday, January 19, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.15 12790 Saturday, January 14, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.14 7490 Thursday, January 12, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.13 15772 Friday, January 6, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.12 14422 Saturday, December 31, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.11 6988 Thursday, December 29, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.10 11163 Friday, December 23, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.9 7466 Thursday, December 22, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.8 12832 Saturday, December 17, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.7 8488 Thursday, December 15, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.6 13912 Saturday, December 10, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.5 7404 Thursday, December 8, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.4 12283 Saturday, December 3, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.3 6339 Thursday, December 1, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.2 5422 Wednesday, November 30, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.1 13447 Thursday, November 24, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.0 15759 Saturday, November 19, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.13 6766 Thursday, November 17, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.12 9584 Saturday, November 12, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.11 11516 Thursday, November 10, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.9 13191 Saturday, November 5, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.8 7477 Thursday, November 3, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.7 15709 Friday, October 28, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.6 7373 Thursday, October 27, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.5 10766 Saturday, October 22, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.3 17723 Friday, October 14, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.2 15525 Saturday, October 8, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.1 6575 Thursday, October 6, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.0 10772 Saturday, October 1, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.35 13632 Saturday, September 24, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.34 6702 Thursday, September 22, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.33 11579 Saturday, September 17, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.32 6900 Thursday, September 15, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.31 14050 Saturday, September 10, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.30 7637 Thursday, September 8, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.29 13868 Monday, September 5, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.28 19838 Thursday, September 1, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.26 23163 Thursday, August 25, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.25 16542 Saturday, August 20, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.24 11582 Wednesday, August 17, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.22 15268 Friday, August 12, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.21 32563 Thursday, August 4, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.20 16081 Saturday, July 30, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.19 7908 Thursday, July 28, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.18 13996 Saturday, July 23, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.17 8185 Thursday, July 21, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.16 13973 Saturday, July 16, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.15 7251 Thursday, July 14, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.14 13302 Saturday, July 9, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.13 6216 Thursday, July 7, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.11 27733 Saturday, June 25, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.9 18270 Saturday, June 18, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.8 4848 Friday, June 17, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.7 21273 Thursday, June 9, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.6 11550 Saturday, June 4, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.5 6935 Thursday, June 2, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.4 11530 Friday, May 27, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.3 6104 Thursday, May 26, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.2 12274 Saturday, May 21, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.1 7895 Wednesday, May 18, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.0 11193 Saturday, May 14, 2022 Approved
AWS Command Line Interface v2 (Install) 2.6.4 6800 Wednesday, May 11, 2022 Approved
AWS Command Line Interface v2 (Install) 2.6.3 8194 Sunday, May 8, 2022 Approved
AWS Command Line Interface v2 (Install) 2.6.2 6854 Thursday, May 5, 2022 Approved
AWS Command Line Interface v2 (Install) 2.6.1 9341 Friday, April 29, 2022 Approved
AWS Command Line Interface v2 (Install) 2.6.0 5245 Thursday, April 28, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.8 10708 Friday, April 22, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.7 3688 Thursday, April 21, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.6 10515 Saturday, April 16, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.4 11225 Saturday, April 9, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.3 5796 Thursday, April 7, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.2 8559 Saturday, April 2, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.1 5821 Thursday, March 31, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.0 6681 Monday, March 28, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.29 8129 Saturday, March 26, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.28 5474 Thursday, March 24, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.27 10391 Friday, March 18, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.25 12156 Friday, March 11, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.24 5921 Wednesday, March 9, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.23 8724 Friday, March 4, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.22 6012 Wednesday, March 2, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.21 22670 Friday, February 25, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.20 6036 Wednesday, February 23, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.19 8068 Friday, February 18, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.18 10505 Friday, February 11, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.17 6733 Wednesday, February 9, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.16 8271 Friday, February 4, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.15 10517 Friday, January 28, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.13 10785 Friday, January 21, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.12 14744 Wednesday, January 19, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.11 6722 Friday, January 14, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.10 4121 Wednesday, January 12, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.9 6778 Friday, January 7, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.7 13163 Wednesday, December 22, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.6 16659 Friday, December 10, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.5 8453 Saturday, December 4, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.4 2600 Friday, December 3, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.3 4945 Tuesday, November 30, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.2 6556 Saturday, November 27, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.1 6032 Wednesday, November 24, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.0 6766 Friday, November 19, 2021 Approved
AWS Command Line Interface v2 (Install) 2.3.7 5153 Wednesday, November 17, 2021 Approved
AWS Command Line Interface v2 (Install) 2.3.6 7339 Friday, November 12, 2021 Approved
AWS Command Line Interface v2 (Install) 2.3.5 5072 Wednesday, November 10, 2021 Approved
AWS Command Line Interface v2 (Install) 2.3.4 6868 Friday, November 5, 2021 Approved
AWS Command Line Interface v2 (Install) 2.3.0 16167 Friday, October 22, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.47 4810 Wednesday, October 20, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.46 6625 Friday, October 15, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.45 5691 Tuesday, October 12, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.43 12429 Friday, October 1, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.42 5042 Wednesday, September 29, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.41 6493 Friday, September 24, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.40 3931 Wednesday, September 22, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.39 6024 Friday, September 17, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.38 4378 Wednesday, September 15, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.37 7430 Friday, September 10, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.36 4102 Wednesday, September 8, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.35 5725 Friday, September 3, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.33 7926 Friday, August 27, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.32 3590 Wednesday, August 25, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.31 6366 Friday, August 20, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.30 4132 Wednesday, August 18, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.29 5741 Friday, August 13, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.28 3804 Wednesday, August 11, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.27 6342 Friday, August 6, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.26 3287 Wednesday, August 4, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.25 7426 Saturday, July 31, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.24 1991 Friday, July 30, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.23 2349 Wednesday, July 28, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.22 6879 Friday, July 23, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.21 4479 Wednesday, July 21, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.20 5139 Friday, July 16, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.19 3316 Thursday, July 15, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.18 7018 Friday, July 9, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.17 3849 Wednesday, July 7, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.16 6986 Friday, July 2, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.15 5939 Wednesday, June 30, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.14 5423 Friday, June 25, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.13 7758 Thursday, June 17, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.12 6051 Wednesday, June 16, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.11 5516 Friday, June 11, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.10 4695 Wednesday, June 9, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.9 5925 Friday, June 4, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.8 3343 Wednesday, June 2, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.7 6416 Friday, May 28, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.6 4340 Wednesday, May 26, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.5 13275 Saturday, May 15, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.4 5535 Wednesday, May 12, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.3 5714 Friday, May 7, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.2 3908 Wednesday, May 5, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.1 4982 Friday, April 30, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.0 3090 Wednesday, April 28, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.39 91 Thursday, April 22, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.38 12319 Friday, April 16, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.37 4037 Wednesday, April 14, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.36 5618 Friday, April 9, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.35 395 Wednesday, April 7, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.34 9220 Friday, April 2, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.33 3484 Wednesday, March 31, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.32 534 Tuesday, March 30, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.29 52774 Tuesday, March 16, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.28 18477 Tuesday, February 23, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.27 32921 Wednesday, February 17, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.26 5891 Friday, February 12, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.25 3055 Wednesday, February 10, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.24 6688 Friday, February 5, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.23 3506 Wednesday, February 3, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.22 9898 Friday, January 29, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.21 7651 Friday, January 22, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.20 4311 Wednesday, January 20, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.19 5590 Friday, January 15, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.18 2748 Wednesday, January 13, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.17 4952 Friday, January 8, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.16 1878 Wednesday, January 6, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.15 5594 Wednesday, December 30, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.14 4041 Wednesday, December 23, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.13 4515 Friday, December 18, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.12 1896 Thursday, December 17, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.11 1670 Wednesday, December 16, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.10 5251 Friday, December 11, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.9 1655 Thursday, December 10, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.8 3073 Wednesday, December 9, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.7 4658 Friday, December 4, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.6 2436 Wednesday, December 2, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.4 6765 Wednesday, November 25, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.3 4533 Friday, November 20, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.2 2147 Wednesday, November 18, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.1 4419 Friday, November 13, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.0 4019 Wednesday, November 11, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.63 4688 Tuesday, November 10, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.62 2834 Friday, November 6, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.61 7101 Friday, October 30, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.60 4023 Wednesday, October 28, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.59 7179 Friday, October 23, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.58 3242 Wednesday, October 21, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.57 3697 Friday, October 16, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.56 9014 Friday, October 9, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.55 5542 Wednesday, October 7, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.54 4953 Friday, October 2, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.53 5879 Wednesday, September 30, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.52 4339 Friday, September 25, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.51 2375 Thursday, September 24, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.50 6542 Friday, September 18, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.49 2939 Wednesday, September 16, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.48 5201 Friday, September 11, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.47 3297 Wednesday, September 9, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.46 3846 Friday, September 4, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.45 2695 Wednesday, September 2, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.44 3195 Friday, August 28, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.43 4782 Wednesday, August 26, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.42 5716 Friday, August 21, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.41 3141 Wednesday, August 19, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.40 3607 Friday, August 14, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.39 3775 Wednesday, August 12, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.38 4216 Friday, August 7, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.37 3067 Wednesday, August 5, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.36 4011 Friday, July 31, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.35 2986 Wednesday, July 29, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.34 4494 Friday, July 24, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.33 3339 Wednesday, July 22, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.31 5549 Thursday, July 16, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.30 7933 Friday, July 10, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.29 2759 Wednesday, July 8, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.28 3945 Friday, July 3, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.27 2806 Wednesday, July 1, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.26 4368 Friday, June 26, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.25 2900 Wednesday, June 24, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.24 4384 Friday, June 19, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.23 2720 Wednesday, June 17, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.22 5506 Friday, June 12, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.21 1219 Thursday, June 11, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.20 1853 Wednesday, June 10, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.19 3612 Friday, June 5, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.18 2121 Wednesday, June 3, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.17 4576 Wednesday, May 27, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.15 3481 Thursday, May 21, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.14 5614 Friday, May 15, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.13 2516 Wednesday, May 13, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.12 3999 Friday, May 8, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.11 3228 Wednesday, May 6, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.10 6392 Tuesday, April 28, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.9 3393 Thursday, April 23, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.8 4729 Friday, April 17, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.7 6206 Tuesday, April 7, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.6 5801 Tuesday, March 31, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.5 5107 Tuesday, March 24, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.4 5365 Wednesday, March 18, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.3 5672 Tuesday, March 10, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.2 4292 Tuesday, March 3, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.1 5741 Wednesday, February 26, 2020 Approved
AWS Command Line Interface (Install) 1.32.102 28 Friday, May 10, 2024 Approved
AWS Command Line Interface (Install) 1.32.100 12 Wednesday, May 8, 2024 Approved
AWS Command Line Interface (Install) 1.32.97 13 Friday, May 3, 2024 Approved
AWS Command Line Interface (Install) 1.32.95 13 Wednesday, May 1, 2024 Approved
AWS Command Line Interface (Install) 1.32.94 15 Tuesday, April 30, 2024 Approved
AWS Command Line Interface (Install) 1.32.92 16 Friday, April 26, 2024 Approved
AWS Command Line Interface (Install) 1.32.89 17 Tuesday, April 23, 2024 Approved
AWS Command Line Interface (Install) 1.32.87 16 Friday, April 19, 2024 Approved
AWS Command Line Interface (Install) 1.32.86 16 Wednesday, April 17, 2024 Approved
AWS Command Line Interface (Install) 1.32.85 16 Wednesday, April 17, 2024 Approved
AWS Command Line Interface (Install) 1.32.83 13 Friday, April 12, 2024 Approved
AWS Command Line Interface (Install) 1.32.81 16 Wednesday, April 10, 2024 Approved
AWS Command Line Interface (Install) 1.32.80 18 Tuesday, April 9, 2024 Approved
AWS Command Line Interface (Install) 1.32.76 19 Wednesday, April 3, 2024 Approved
AWS Command Line Interface (Install) 1.32.75 18 Tuesday, April 2, 2024 Approved
AWS Command Line Interface (Install) 1.32.73 19 Friday, March 29, 2024 Approved
AWS Command Line Interface (Install) 1.32.71 18 Wednesday, March 27, 2024 Approved
AWS Command Line Interface (Install) 1.32.70 26 Tuesday, March 26, 2024 Approved
AWS Command Line Interface (Install) 1.32.66 19 Wednesday, March 20, 2024 Approved
AWS Command Line Interface (Install) 1.32.65 30 Tuesday, March 19, 2024 Approved
AWS Command Line Interface (Install) 1.32.61 26 Wednesday, March 13, 2024 Approved
AWS Command Line Interface (Install) 1.32.58 20 Friday, March 8, 2024 Approved
AWS Command Line Interface (Install) 1.32.56 22 Wednesday, March 6, 2024 Approved
AWS Command Line Interface (Install) 1.32.53 19 Friday, March 1, 2024 Approved
AWS Command Line Interface (Install) 1.32.51 19 Wednesday, February 28, 2024 Approved
AWS Command Line Interface (Install) 1.32.50 19 Tuesday, February 27, 2024 Approved
AWS Command Line Interface (Install) 1.32.48 21 Friday, February 23, 2024 Approved
AWS Command Line Interface (Install) 1.32.45 24 Tuesday, February 20, 2024 Approved
AWS Command Line Interface (Install) 1.32.43 18 Friday, February 16, 2024 Approved
AWS Command Line Interface (Install) 1.32.40 21 Tuesday, February 13, 2024 Approved
AWS Command Line Interface (Install) 1.32.38 24 Friday, February 9, 2024 Approved
AWS Command Line Interface (Install) 1.32.36 28 Wednesday, February 7, 2024 Approved
AWS Command Line Interface (Install) 1.32.35 22 Tuesday, February 6, 2024 Approved
AWS Command Line Interface (Install) 1.32.33 21 Friday, February 2, 2024 Approved
AWS Command Line Interface (Install) 1.32.31 20 Wednesday, January 31, 2024 Approved
AWS Command Line Interface (Install) 1.32.30 23 Tuesday, January 30, 2024 Approved
AWS Command Line Interface (Install) 1.32.28 23 Friday, January 26, 2024 Approved
AWS Command Line Interface (Install) 1.32.22 26 Friday, January 19, 2024 Approved
AWS Command Line Interface (Install) 1.32.20 21 Wednesday, January 17, 2024 Approved
AWS Command Line Interface (Install) 1.32.19 22 Monday, January 15, 2024 Approved
AWS Command Line Interface (Install) 1.32.17 21 Friday, January 12, 2024 Approved
AWS Command Line Interface (Install) 1.32.15 22 Tuesday, January 9, 2024 Approved
AWS Command Line Interface (Install) 1.32.13 24 Friday, January 5, 2024 Approved
AWS Command Line Interface (Install) 1.32.6 24 Friday, December 22, 2023 Approved
AWS Command Line Interface (Install) 1.32.4 25 Wednesday, December 20, 2023 Approved
AWS Command Line Interface (Install) 1.32.3 25 Tuesday, December 19, 2023 Approved
AWS Command Line Interface (Install) 1.32.1 23 Friday, December 15, 2023 Approved
AWS Command Line Interface (Install) 1.31.13 25 Wednesday, December 13, 2023 Approved
AWS Command Line Interface (Install) 1.31.12 24 Monday, December 11, 2023 Approved
AWS Command Line Interface (Install) 1.31.10 25 Friday, December 8, 2023 Approved
AWS Command Line Interface (Install) 1.31.7 20 Tuesday, December 5, 2023 Approved
AWS Command Line Interface (Install) 1.31.6 24 Saturday, December 2, 2023 Approved
AWS Command Line Interface (Install) 1.30.4 28 Tuesday, November 21, 2023 Approved
AWS Command Line Interface (Install) 1.30.2 27 Friday, November 17, 2023 Approved
AWS Command Line Interface (Install) 1.30.0 34 Wednesday, November 15, 2023 Approved
AWS Command Line Interface (Install) 1.29.83 24 Friday, November 10, 2023 Approved
AWS Command Line Interface (Install) 1.29.82 33 Thursday, November 9, 2023 Approved
AWS Command Line Interface (Install) 1.29.80 27 Wednesday, November 8, 2023 Approved
AWS Command Line Interface (Install) 1.29.79 31 Tuesday, November 7, 2023 Approved
AWS Command Line Interface (Install) 1.29.77 38 Thursday, November 2, 2023 Approved
AWS Command Line Interface (Install) 1.29.75 25 Wednesday, November 1, 2023 Approved
AWS Command Line Interface (Install) 1.29.72 24 Friday, October 27, 2023 Approved
AWS Command Line Interface (Install) 1.29.70 29 Wednesday, October 25, 2023 Approved
AWS Command Line Interface (Install) 1.29.69 28 Tuesday, October 24, 2023 Approved
AWS Command Line Interface (Install) 1.29.67 32 Friday, October 20, 2023 Approved
AWS Command Line Interface (Install) 1.29.65 27 Wednesday, October 18, 2023 Approved
AWS Command Line Interface (Install) 1.29.64 28 Tuesday, October 17, 2023 Approved
AWS Command Line Interface (Install) 1.29.63 30 Friday, October 13, 2023 Approved
AWS Command Line Interface (Install) 1.29.61 23 Friday, October 6, 2023 Approved
AWS Command Line Interface (Install) 1.29.59 34 Wednesday, October 4, 2023 Approved
AWS Command Line Interface (Install) 1.29.57 25 Saturday, September 30, 2023 Approved
AWS Command Line Interface (Install) 1.29.55 25 Wednesday, September 27, 2023 Approved
AWS Command Line Interface (Install) 1.29.54 28 Tuesday, September 26, 2023 Approved
AWS Command Line Interface (Install) 1.29.51 38 Wednesday, September 20, 2023 Approved
AWS Command Line Interface (Install) 1.29.50 30 Tuesday, September 19, 2023 Approved
AWS Command Line Interface (Install) 1.29.48 36 Friday, September 15, 2023 Approved
AWS Command Line Interface (Install) 1.29.45 28 Tuesday, September 12, 2023 Approved
AWS Command Line Interface (Install) 1.29.43 29 Friday, September 8, 2023 Approved
AWS Command Line Interface (Install) 1.29.41 38 Wednesday, September 6, 2023 Approved
AWS Command Line Interface (Install) 1.29.36 219 Tuesday, August 29, 2023 Approved
AWS Command Line Interface (Install) 1.29.34 33 Friday, August 25, 2023 Approved
AWS Command Line Interface (Install) 1.29.32 27 Wednesday, August 23, 2023 Approved
AWS Command Line Interface (Install) 1.29.31 35 Tuesday, August 22, 2023 Approved
AWS Command Line Interface (Install) 1.29.29 41 Friday, August 18, 2023 Approved
AWS Command Line Interface (Install) 1.29.26 43 Tuesday, August 15, 2023 Approved
AWS Command Line Interface (Install) 1.29.24 40 Friday, August 11, 2023 Approved
AWS Command Line Interface (Install) 1.29.22 52 Wednesday, August 9, 2023 Approved
AWS Command Line Interface (Install) 1.29.16 44 Tuesday, August 1, 2023 Approved
AWS Command Line Interface (Install) 1.29.14 36 Friday, July 28, 2023 Approved
AWS Command Line Interface (Install) 1.29.11 39 Wednesday, July 26, 2023 Approved
AWS Command Line Interface (Install) 1.29.5 29 Wednesday, July 19, 2023 Approved
AWS Command Line Interface (Install) 1.29.4 29 Tuesday, July 18, 2023 Approved
AWS Command Line Interface (Install) 1.29.2 56 Wednesday, July 12, 2023 Approved
AWS Command Line Interface (Install) 1.29.0 107 Friday, July 7, 2023 Approved
AWS Command Line Interface (Install) 1.28.0 40 Tuesday, July 4, 2023 Approved
AWS Command Line Interface (Install) 1.27.162 37 Wednesday, June 28, 2023 Approved
AWS Command Line Interface (Install) 1.27.161 35 Tuesday, June 27, 2023 Approved
AWS Command Line Interface (Install) 1.27.159 31 Friday, June 23, 2023 Approved
AWS Command Line Interface (Install) 1.27.157 32 Wednesday, June 21, 2023 Approved
AWS Command Line Interface (Install) 1.27.156 31 Tuesday, June 20, 2023 Approved
AWS Command Line Interface (Install) 1.27.153 29 Wednesday, June 14, 2023 Approved
AWS Command Line Interface (Install) 1.27.152 29 Tuesday, June 13, 2023 Approved
AWS Command Line Interface (Install) 1.27.150 30 Friday, June 9, 2023 Approved
AWS Command Line Interface (Install) 1.27.148 33 Wednesday, June 7, 2023 Approved
AWS Command Line Interface (Install) 1.27.145 30 Friday, June 2, 2023 Approved
AWS Command Line Interface (Install) 1.27.143 34 Wednesday, May 31, 2023 Approved
AWS Command Line Interface (Install) 1.27.141 38 Friday, May 26, 2023 Approved
AWS Command Line Interface (Install) 1.27.139 32 Wednesday, May 24, 2023 Approved
AWS Command Line Interface (Install) 1.27.138 30 Tuesday, May 23, 2023 Approved
AWS Command Line Interface (Install) 1.27.135 33 Thursday, May 18, 2023 Approved
AWS Command Line Interface (Install) 1.27.134 43 Tuesday, May 16, 2023 Approved
AWS Command Line Interface (Install) 1.27.133 29 Friday, May 12, 2023 Approved
AWS Command Line Interface (Install) 1.27.131 31 Wednesday, May 10, 2023 Approved
AWS Command Line Interface (Install) 1.27.130 40 Tuesday, May 9, 2023 Approved
AWS Command Line Interface (Install) 1.27.127 31 Friday, May 5, 2023 Approved
AWS Command Line Interface (Install) 1.27.125 29 Wednesday, May 3, 2023 Approved
AWS Command Line Interface (Install) 1.27.124 31 Tuesday, May 2, 2023 Approved
AWS Command Line Interface (Install) 1.27.122 33 Friday, April 28, 2023 Approved
AWS Command Line Interface (Install) 1.27.120 36 Wednesday, April 26, 2023 Approved
AWS Command Line Interface (Install) 1.27.119 33 Tuesday, April 25, 2023 Approved
AWS Command Line Interface (Install) 1.27.113 38 Friday, April 14, 2023 Approved
AWS Command Line Interface (Install) 1.27.110 33 Tuesday, April 11, 2023 Approved
AWS Command Line Interface (Install) 1.27.106 37 Wednesday, April 5, 2023 Approved
AWS Command Line Interface (Install) 1.27.101 42 Wednesday, March 29, 2023 Approved
AWS Command Line Interface (Install) 1.27.100 35 Tuesday, March 28, 2023 Approved
AWS Command Line Interface (Install) 1.27.98 34 Friday, March 24, 2023 Approved
AWS Command Line Interface (Install) 1.27.93 37 Friday, March 17, 2023 Approved
AWS Command Line Interface (Install) 1.27.90 34 Tuesday, March 14, 2023 Approved
AWS Command Line Interface (Install) 1.27.88 40 Friday, March 10, 2023 Approved
AWS Command Line Interface (Install) 1.27.86 30 Wednesday, March 8, 2023 Approved
AWS Command Line Interface (Install) 1.27.85 37 Tuesday, March 7, 2023 Approved
AWS Command Line Interface (Install) 1.27.81 34 Wednesday, March 1, 2023 Approved
AWS Command Line Interface (Install) 1.27.80 32 Tuesday, February 28, 2023 Approved
AWS Command Line Interface (Install) 1.27.78 36 Friday, February 24, 2023 Approved
AWS Command Line Interface (Install) 1.27.75 36 Tuesday, February 21, 2023 Approved
AWS Command Line Interface (Install) 1.27.73 36 Friday, February 17, 2023 Approved
AWS Command Line Interface (Install) 1.27.71 35 Wednesday, February 15, 2023 Approved
AWS Command Line Interface (Install) 1.27.70 40 Tuesday, February 14, 2023 Approved
AWS Command Line Interface (Install) 1.27.68 38 Friday, February 10, 2023 Approved
AWS Command Line Interface (Install) 1.27.66 33 Wednesday, February 8, 2023 Approved
AWS Command Line Interface (Install) 1.27.65 35 Tuesday, February 7, 2023 Approved
AWS Command Line Interface (Install) 1.27.63 35 Friday, February 3, 2023 Approved
AWS Command Line Interface (Install) 1.27.61 35 Wednesday, February 1, 2023 Approved
AWS Command Line Interface (Install) 1.27.60 34 Tuesday, January 31, 2023 Approved
AWS Command Line Interface (Install) 1.27.58 31 Friday, January 27, 2023 Approved
AWS Command Line Interface (Install) 1.27.56 41 Wednesday, January 25, 2023 Approved
AWS Command Line Interface (Install) 1.27.53 42 Friday, January 20, 2023 Approved
AWS Command Line Interface (Install) 1.27.51 38 Wednesday, January 18, 2023 Approved
AWS Command Line Interface (Install) 1.27.49 45 Friday, January 13, 2023 Approved
AWS Command Line Interface (Install) 1.27.47 37 Wednesday, January 11, 2023 Approved
AWS Command Line Interface (Install) 1.27.46 34 Tuesday, January 10, 2023 Approved
AWS Command Line Interface (Install) 1.27.43 33 Thursday, January 5, 2023 Approved
AWS Command Line Interface (Install) 1.27.40 38 Friday, December 30, 2022 Approved
AWS Command Line Interface (Install) 1.27.38 45 Wednesday, December 28, 2022 Approved
AWS Command Line Interface (Install) 1.27.36 36 Friday, December 23, 2022 Approved
AWS Command Line Interface (Install) 1.27.33 34 Tuesday, December 20, 2022 Approved
AWS Command Line Interface (Install) 1.27.31 32 Friday, December 16, 2022 Approved
AWS Command Line Interface (Install) 1.27.29 40 Wednesday, December 14, 2022 Approved
AWS Command Line Interface (Install) 1.27.26 36 Friday, December 9, 2022 Approved
AWS Command Line Interface (Install) 1.27.24 38 Wednesday, December 7, 2022 Approved
AWS Command Line Interface (Install) 1.27.23 40 Tuesday, December 6, 2022 Approved
AWS Command Line Interface (Install) 1.27.15 54 Wednesday, November 23, 2022 Approved
AWS Command Line Interface (Install) 1.27.14 41 Tuesday, November 22, 2022 Approved
AWS Command Line Interface (Install) 1.27.12 33 Friday, November 18, 2022 Approved
AWS Command Line Interface (Install) 1.27.10 38 Wednesday, November 16, 2022 Approved
AWS Command Line Interface (Install) 1.27.9 39 Tuesday, November 15, 2022 Approved
AWS Command Line Interface (Install) 1.27.7 43 Friday, November 11, 2022 Approved
AWS Command Line Interface (Install) 1.27.4 39 Tuesday, November 8, 2022 Approved
AWS Command Line Interface (Install) 1.27.3 44 Saturday, November 5, 2022 Approved
AWS Command Line Interface (Install) 1.27.2 40 Friday, November 4, 2022 Approved
AWS Command Line Interface (Install) 1.27.0 51 Wednesday, November 2, 2022 Approved
AWS Command Line Interface (Install) 1.26.5 42 Tuesday, November 1, 2022 Approved
AWS Command Line Interface (Install) 1.26.3 43 Friday, October 28, 2022 Approved
AWS Command Line Interface (Install) 1.26.1 38 Wednesday, October 26, 2022 Approved
AWS Command Line Interface (Install) 1.26.0 49 Tuesday, October 25, 2022 Approved
AWS Command Line Interface (Install) 1.25.96 39 Friday, October 21, 2022 Approved
AWS Command Line Interface (Install) 1.25.94 45 Wednesday, October 19, 2022 Approved
AWS Command Line Interface (Install) 1.25.93 43 Tuesday, October 18, 2022 Approved
AWS Command Line Interface (Install) 1.25.92 43 Saturday, October 15, 2022 Approved
AWS Command Line Interface (Install) 1.25.89 50 Friday, October 7, 2022 Approved
AWS Command Line Interface (Install) 1.25.87 40 Wednesday, October 5, 2022 Approved
AWS Command Line Interface (Install) 1.25.83 39 Wednesday, September 28, 2022 Approved
AWS Command Line Interface (Install) 1.25.82 36 Tuesday, September 27, 2022 Approved
AWS Command Line Interface (Install) 1.25.78 46 Wednesday, September 21, 2022 Approved
AWS Command Line Interface (Install) 1.25.77 48 Monday, September 19, 2022 Approved
AWS Command Line Interface (Install) 1.25.75 47 Friday, September 16, 2022 Approved
AWS Command Line Interface (Install) 1.25.73 50 Wednesday, September 14, 2022 Approved
AWS Command Line Interface (Install) 1.25.68 45 Wednesday, September 7, 2022 Approved
AWS Command Line Interface (Install) 1.25.66 50 Friday, September 2, 2022 Approved
AWS Command Line Interface (Install) 1.25.64 57 Wednesday, August 31, 2022 Approved
AWS Command Line Interface (Install) 1.25.63 44 Tuesday, August 30, 2022 Approved
AWS Command Line Interface (Install) 1.25.62 41 Saturday, August 27, 2022 Approved
AWS Command Line Interface (Install) 1.25.59 57 Wednesday, August 24, 2022 Approved
AWS Command Line Interface (Install) 1.25.58 49 Tuesday, August 23, 2022 Approved
AWS Command Line Interface (Install) 1.25.56 44 Friday, August 19, 2022 Approved
AWS Command Line Interface (Install) 1.25.55 49 Thursday, August 18, 2022 Approved
AWS Command Line Interface (Install) 1.25.51 49 Saturday, August 13, 2022 Approved
AWS Command Line Interface (Install) 1.25.49 44 Thursday, August 11, 2022 Approved
AWS Command Line Interface (Install) 1.25.48 49 Wednesday, August 10, 2022 Approved
AWS Command Line Interface (Install) 1.25.46 47 Friday, August 5, 2022 Approved
AWS Command Line Interface (Install) 1.25.43 53 Tuesday, August 2, 2022 Approved
AWS Command Line Interface (Install) 1.25.42 54 Monday, August 1, 2022 Approved
AWS Command Line Interface (Install) 1.25.40 54 Friday, July 29, 2022 Approved
AWS Command Line Interface (Install) 1.25.38 46 Wednesday, July 27, 2022 Approved
AWS Command Line Interface (Install) 1.25.37 46 Tuesday, July 26, 2022 Approved
AWS Command Line Interface (Install) 1.25.35 43 Friday, July 22, 2022 Approved
AWS Command Line Interface (Install) 1.25.32 47 Tuesday, July 19, 2022 Approved
AWS Command Line Interface (Install) 1.25.28 51 Wednesday, July 13, 2022 Approved
AWS Command Line Interface (Install) 1.25.25 48 Friday, July 8, 2022 Approved
AWS Command Line Interface (Install) 1.25.23 50 Wednesday, July 6, 2022 Approved
AWS Command Line Interface (Install) 1.25.22 52 Saturday, July 2, 2022 Approved
AWS Command Line Interface (Install) 1.25.21 52 Friday, July 1, 2022 Approved
AWS Command Line Interface (Install) 1.25.19 45 Wednesday, June 29, 2022 Approved
AWS Command Line Interface (Install) 1.25.18 50 Tuesday, June 28, 2022 Approved
AWS Command Line Interface (Install) 1.25.16 50 Friday, June 24, 2022 Approved
AWS Command Line Interface (Install) 1.25.14 48 Wednesday, June 22, 2022 Approved
AWS Command Line Interface (Install) 1.25.13 55 Tuesday, June 21, 2022 Approved
AWS Command Line Interface (Install) 1.25.10 62 Thursday, June 16, 2022 Approved
AWS Command Line Interface (Install) 1.25.9 46 Wednesday, June 15, 2022 Approved
AWS Command Line Interface (Install) 1.25.8 67 Tuesday, June 14, 2022 Approved
AWS Command Line Interface (Install) 1.25.7 51 Saturday, June 11, 2022 Approved
AWS Command Line Interface (Install) 1.25.6 56 Friday, June 10, 2022 Approved
AWS Command Line Interface (Install) 1.25.4 38 Wednesday, June 8, 2022 Approved
AWS Command Line Interface (Install) 1.25.3 52 Tuesday, June 7, 2022 Approved
AWS Command Line Interface (Install) 1.25.2 53 Friday, June 3, 2022 Approved
AWS Command Line Interface (Install) 1.25.0 52 Wednesday, June 1, 2022 Approved
AWS Command Line Interface (Install) 1.24.9 53 Friday, May 27, 2022 Approved
AWS Command Line Interface (Install) 1.24.7 58 Wednesday, May 25, 2022 Approved
AWS Command Line Interface (Install) 1.24.6 55 Tuesday, May 24, 2022 Approved
AWS Command Line Interface (Install) 1.24.4 61 Friday, May 20, 2022 Approved
AWS Command Line Interface (Install) 1.24.2 58 Wednesday, May 18, 2022 Approved
AWS Command Line Interface (Install) 1.24.1 60 Tuesday, May 17, 2022 Approved
AWS Command Line Interface (Install) 1.23.13 57 Friday, May 13, 2022 Approved
AWS Command Line Interface (Install) 1.23.11 61 Wednesday, May 11, 2022 Approved
AWS Command Line Interface (Install) 1.23.6 91 Wednesday, May 4, 2022 Approved
AWS Command Line Interface (Install) 1.23.5 59 Tuesday, May 3, 2022 Approved
AWS Command Line Interface (Install) 1.23.3 52 Thursday, April 28, 2022 Approved
AWS Command Line Interface (Install) 1.23.1 49 Wednesday, April 27, 2022 Approved
AWS Command Line Interface (Install) 1.23.0 62 Tuesday, April 26, 2022 Approved
AWS Command Line Interface (Install) 1.22.101 58 Saturday, April 23, 2022 Approved
AWS Command Line Interface (Install) 1.22.98 49 Wednesday, April 20, 2022 Approved
AWS Command Line Interface (Install) 1.22.96 55 Friday, April 15, 2022 Approved
AWS Command Line Interface (Install) 1.22.94 62 Wednesday, April 13, 2022 Approved
AWS Command Line Interface (Install) 1.22.93 58 Tuesday, April 12, 2022 Approved
AWS Command Line Interface (Install) 1.22.89 60 Wednesday, April 6, 2022 Approved
AWS Command Line Interface (Install) 1.22.88 57 Tuesday, April 5, 2022 Approved
AWS Command Line Interface (Install) 1.22.86 56 Friday, April 1, 2022 Approved
AWS Command Line Interface (Install) 1.22.84 57 Wednesday, March 30, 2022 Approved
AWS Command Line Interface (Install) 1.22.81 68 Friday, March 25, 2022 Approved
AWS Command Line Interface (Install) 1.22.79 50 Wednesday, March 23, 2022 Approved
AWS Command Line Interface (Install) 1.22.78 62 Tuesday, March 22, 2022 Approved
AWS Command Line Interface (Install) 1.22.77 124 Saturday, March 19, 2022 Approved
AWS Command Line Interface (Install) 1.22.74 56 Tuesday, March 15, 2022 Approved
AWS Command Line Interface (Install) 1.22.71 59 Thursday, March 10, 2022 Approved
AWS Command Line Interface (Install) 1.22.69 62 Tuesday, March 8, 2022 Approved
AWS Command Line Interface (Install) 1.22.68 60 Saturday, March 5, 2022 Approved
AWS Command Line Interface (Install) 1.22.66 60 Thursday, March 3, 2022 Approved
AWS Command Line Interface (Install) 1.22.64 61 Tuesday, March 1, 2022 Approved
AWS Command Line Interface (Install) 1.22.63 54 Saturday, February 26, 2022 Approved
AWS Command Line Interface (Install) 1.22.61 63 Thursday, February 24, 2022 Approved
AWS Command Line Interface (Install) 1.22.59 64 Tuesday, February 22, 2022 Approved
AWS Command Line Interface (Install) 1.22.58 55 Saturday, February 19, 2022 Approved
AWS Command Line Interface (Install) 1.22.56 56 Thursday, February 17, 2022 Approved
AWS Command Line Interface (Install) 1.22.55 59 Tuesday, February 15, 2022 Approved
AWS Command Line Interface (Install) 1.22.54 104 Saturday, February 12, 2022 Approved
AWS Command Line Interface (Install) 1.22.52 72 Thursday, February 10, 2022 Approved
AWS Command Line Interface (Install) 1.22.50 51 Tuesday, February 8, 2022 Approved
AWS Command Line Interface (Install) 1.22.49 58 Saturday, February 5, 2022 Approved
AWS Command Line Interface (Install) 1.22.47 64 Thursday, February 3, 2022 Approved
AWS Command Line Interface (Install) 1.22.46 69 Saturday, January 29, 2022 Approved
AWS Command Line Interface (Install) 1.22.44 71 Thursday, January 27, 2022 Approved
AWS Command Line Interface (Install) 1.22.42 69 Monday, January 24, 2022 Approved
AWS Command Line Interface (Install) 1.22.39 70 Thursday, January 20, 2022 Approved
AWS Command Line Interface (Install) 1.22.37 68 Saturday, January 15, 2022 Approved
AWS Command Line Interface (Install) 1.22.34 71 Thursday, January 13, 2022 Approved
AWS Command Line Interface (Install) 1.22.32 58 Monday, January 10, 2022 Approved
AWS Command Line Interface (Install) 1.22.31 74 Saturday, January 8, 2022 Approved
AWS Command Line Interface (Install) 1.22.29 59 Thursday, January 6, 2022 Approved
AWS Command Line Interface (Install) 1.22.25 147 Tuesday, December 21, 2021 Approved
AWS Command Line Interface (Install) 1.22.24 64 Tuesday, December 14, 2021 Approved
AWS Command Line Interface (Install) 1.22.22 63 Thursday, December 9, 2021 Approved
AWS Command Line Interface (Install) 1.22.21 53 Tuesday, December 7, 2021 Approved
AWS Command Line Interface (Install) 1.22.13 87 Thursday, November 25, 2021 Approved
AWS Command Line Interface (Install) 1.22.11 72 Tuesday, November 23, 2021 Approved
AWS Command Line Interface (Install) 1.22.10 58 Saturday, November 20, 2021 Approved
AWS Command Line Interface (Install) 1.22.8 74 Thursday, November 18, 2021 Approved
AWS Command Line Interface (Install) 1.22.6 74 Tuesday, November 16, 2021 Approved
AWS Command Line Interface (Install) 1.22.5 72 Saturday, November 13, 2021 Approved
AWS Command Line Interface (Install) 1.22.3 106 Thursday, November 11, 2021 Approved
AWS Command Line Interface (Install) 1.22.1 71 Tuesday, November 9, 2021 Approved
AWS Command Line Interface (Install) 1.21.12 139 Saturday, November 6, 2021 Approved
AWS Command Line Interface (Install) 1.21.0 75 Thursday, October 21, 2021 Approved
AWS Command Line Interface (Install) 1.20.64 70 Tuesday, October 19, 2021 Approved
AWS Command Line Interface (Install) 1.20.63 70 Saturday, October 16, 2021 Approved
AWS Command Line Interface (Install) 1.20.61 70 Thursday, October 14, 2021 Approved
AWS Command Line Interface (Install) 1.20.58 197 Saturday, October 9, 2021 Approved
AWS Command Line Interface (Install) 1.20.57 79 Friday, October 8, 2021 Approved
AWS Command Line Interface (Install) 1.20.56 68 Thursday, October 7, 2021 Approved
AWS Command Line Interface (Install) 1.20.54 65 Tuesday, October 5, 2021 Approved
AWS Command Line Interface (Install) 1.20.53 62 Saturday, October 2, 2021 Approved
AWS Command Line Interface (Install) 1.20.51 71 Thursday, September 30, 2021 Approved
AWS Command Line Interface (Install) 1.20.49 75 Tuesday, September 28, 2021 Approved
AWS Command Line Interface (Install) 1.20.48 75 Saturday, September 25, 2021 Approved
AWS Command Line Interface (Install) 1.20.46 66 Thursday, September 23, 2021 Approved
AWS Command Line Interface (Install) 1.20.44 78 Saturday, September 18, 2021 Approved
AWS Command Line Interface (Install) 1.20.40 104 Saturday, September 11, 2021 Approved
AWS Command Line Interface (Install) 1.20.38 78 Thursday, September 9, 2021 Approved
AWS Command Line Interface (Install) 1.20.36 66 Saturday, September 4, 2021 Approved
AWS Command Line Interface (Install) 1.20.34 81 Thursday, September 2, 2021 Approved
AWS Command Line Interface (Install) 1.20.32 75 Tuesday, August 31, 2021 Approved
AWS Command Line Interface (Install) 1.20.31 68 Saturday, August 28, 2021 Approved
AWS Command Line Interface (Install) 1.20.29 65 Thursday, August 26, 2021 Approved
AWS Command Line Interface (Install) 1.20.27 67 Tuesday, August 24, 2021 Approved
AWS Command Line Interface (Install) 1.20.26 99 Saturday, August 21, 2021 Approved
AWS Command Line Interface (Install) 1.20.24 70 Thursday, August 19, 2021 Approved
AWS Command Line Interface (Install) 1.20.23 93 Tuesday, August 17, 2021 Approved
AWS Command Line Interface (Install) 1.20.22 69 Tuesday, August 17, 2021 Approved
AWS Command Line Interface (Install) 1.20.21 79 Saturday, August 14, 2021 Approved
AWS Command Line Interface (Install) 1.20.19 72 Thursday, August 12, 2021 Approved
AWS Command Line Interface (Install) 1.20.17 76 Tuesday, August 10, 2021 Approved
AWS Command Line Interface (Install) 1.20.16 74 Saturday, August 7, 2021 Approved
AWS Command Line Interface (Install) 1.20.15 89 Thursday, August 5, 2021 Approved
AWS Command Line Interface (Install) 1.20.14 79 Thursday, August 5, 2021 Approved
AWS Command Line Interface (Install) 1.20.12 67 Tuesday, August 3, 2021 Approved
AWS Command Line Interface (Install) 1.20.9 71 Thursday, July 29, 2021 Approved
AWS Command Line Interface (Install) 1.20.7 88 Tuesday, July 27, 2021 Approved
AWS Command Line Interface (Install) 1.20.6 79 Saturday, July 24, 2021 Approved
AWS Command Line Interface (Install) 1.20.4 71 Thursday, July 22, 2021 Approved
AWS Command Line Interface (Install) 1.20.2 76 Monday, July 19, 2021 Approved
AWS Command Line Interface (Install) 1.20.1 77 Saturday, July 17, 2021 Approved
AWS Command Line Interface (Install) 1.19.111 70 Wednesday, July 14, 2021 Approved
AWS Command Line Interface (Install) 1.19.110 78 Tuesday, July 13, 2021 Approved
AWS Command Line Interface (Install) 1.19.109 78 Saturday, July 10, 2021 Approved
AWS Command Line Interface (Install) 1.19.107 70 Thursday, July 8, 2021 Approved
AWS Command Line Interface (Install) 1.19.105 76 Friday, July 2, 2021 Approved
AWS Command Line Interface (Install) 1.19.103 1156 Thursday, July 1, 2021 Approved
AWS Command Line Interface (Install) 1.19.102 79 Tuesday, June 29, 2021 Approved
AWS Command Line Interface (Install) 1.19.101 70 Saturday, June 26, 2021 Approved
AWS Command Line Interface (Install) 1.19.99 97 Thursday, June 24, 2021 Approved
AWS Command Line Interface (Install) 1.19.98 65 Tuesday, June 22, 2021 Approved
AWS Command Line Interface (Install) 1.19.96 85 Thursday, June 17, 2021 Approved
AWS Command Line Interface (Install) 1.19.94 77 Tuesday, June 15, 2021 Approved
AWS Command Line Interface (Install) 1.19.93 77 Saturday, June 12, 2021 Approved
AWS Command Line Interface (Install) 1.19.92 80 Thursday, June 10, 2021 Approved
AWS Command Line Interface (Install) 1.19.91 81 Thursday, June 10, 2021 Approved
AWS Command Line Interface (Install) 1.19.89 83 Tuesday, June 8, 2021 Approved
AWS Command Line Interface (Install) 1.19.88 73 Saturday, June 5, 2021 Approved
AWS Command Line Interface (Install) 1.19.86 72 Thursday, June 3, 2021 Approved
AWS Command Line Interface (Install) 1.19.84 75 Saturday, May 29, 2021 Approved
AWS Command Line Interface (Install) 1.19.82 76 Thursday, May 27, 2021 Approved
AWS Command Line Interface (Install) 1.19.79 83 Tuesday, May 25, 2021 Approved
AWS Command Line Interface (Install) 1.19.78 77 Saturday, May 22, 2021 Approved
AWS Command Line Interface (Install) 1.19.77 69 Friday, May 21, 2021 Approved
AWS Command Line Interface (Install) 1.19.76 67 Thursday, May 20, 2021 Approved
AWS Command Line Interface (Install) 1.19.75 76 Wednesday, May 19, 2021 Approved
AWS Command Line Interface (Install) 1.19.74 82 Tuesday, May 18, 2021 Approved
AWS Command Line Interface (Install) 1.19.72 67 Friday, May 14, 2021 Approved
AWS Command Line Interface (Install) 1.19.70 90 Tuesday, May 11, 2021 Approved
AWS Command Line Interface (Install) 1.19.69 85 Saturday, May 8, 2021 Approved
AWS Command Line Interface (Install) 1.19.67 79 Thursday, May 6, 2021 Approved
AWS Command Line Interface (Install) 1.19.64 78 Monday, May 3, 2021 Approved
AWS Command Line Interface (Install) 1.19.62 90 Saturday, May 1, 2021 Approved
AWS Command Line Interface (Install) 1.19.60 64 Thursday, April 29, 2021 Approved
AWS Command Line Interface (Install) 1.19.58 78 Tuesday, April 27, 2021 Approved
AWS Command Line Interface (Install) 1.19.57 69 Saturday, April 24, 2021 Approved
AWS Command Line Interface (Install) 1.19.56 74 Friday, April 23, 2021 Approved
AWS Command Line Interface (Install) 1.19.54 77 Tuesday, April 20, 2021 Approved
AWS Command Line Interface (Install) 1.19.52 67 Thursday, April 15, 2021 Approved
AWS Command Line Interface (Install) 1.19.50 65 Tuesday, April 13, 2021 Approved
AWS Command Line Interface (Install) 1.19.49 76 Saturday, April 10, 2021 Approved
AWS Command Line Interface (Install) 1.19.45 78 Tuesday, April 6, 2021 Approved
AWS Command Line Interface (Install) 1.19.44 66 Saturday, April 3, 2021 Approved
AWS Command Line Interface (Install) 1.19.42 68 Thursday, April 1, 2021 Approved
AWS Command Line Interface (Install) 1.19.40 75 Monday, March 29, 2021 Approved
AWS Command Line Interface (Install) 1.19.39 89 Saturday, March 27, 2021 Approved
AWS Command Line Interface (Install) 1.19.37 83 Thursday, March 25, 2021 Approved
AWS Command Line Interface (Install) 1.19.35 88 Wednesday, March 24, 2021 Approved
AWS Command Line Interface (Install) 1.19.34 85 Tuesday, March 23, 2021 Approved
AWS Command Line Interface (Install) 1.19.32 75 Friday, March 19, 2021 Approved
AWS Command Line Interface (Install) 1.19.30 77 Thursday, March 18, 2021 Approved
AWS Command Line Interface (Install) 1.19.29 76 Wednesday, March 17, 2021 Approved
AWS Command Line Interface (Install) 1.19.28 90 Tuesday, March 16, 2021 Approved
AWS Command Line Interface (Install) 1.19.27 80 Saturday, March 13, 2021 Approved
AWS Command Line Interface (Install) 1.19.26 4301 Thursday, March 11, 2021 Approved
AWS Command Line Interface (Install) 1.19.25 87 Thursday, March 11, 2021 Approved
AWS Command Line Interface (Install) 1.19.23 86 Tuesday, March 9, 2021 Approved
AWS Command Line Interface (Install) 1.19.22 82 Saturday, March 6, 2021 Approved
AWS Command Line Interface (Install) 1.19.21 80 Friday, March 5, 2021 Approved
AWS Command Line Interface (Install) 1.19.20 87 Thursday, March 4, 2021 Approved
AWS Command Line Interface (Install) 1.19.19 87 Wednesday, March 3, 2021 Approved
AWS Command Line Interface (Install) 1.19.17 92 Saturday, February 27, 2021 Approved
AWS Command Line Interface (Install) 1.19.16 84 Friday, February 26, 2021 Approved
AWS Command Line Interface (Install) 1.19.15 74 Thursday, February 25, 2021 Approved
AWS Command Line Interface (Install) 1.19.13 75 Tuesday, February 23, 2021 Approved
AWS Command Line Interface (Install) 1.19.12 72 Saturday, February 20, 2021 Approved
AWS Command Line Interface (Install) 1.19.11 73 Friday, February 19, 2021 Approved
AWS Command Line Interface (Install) 1.19.10 92 Thursday, February 18, 2021 Approved
AWS Command Line Interface (Install) 1.19.8 86 Tuesday, February 16, 2021 Approved
AWS Command Line Interface (Install) 1.19.7 85 Saturday, February 13, 2021 Approved
AWS Command Line Interface (Install) 1.19.4 101 Tuesday, February 9, 2021 Approved
AWS Command Line Interface (Install) 1.19.3 176 Saturday, February 6, 2021 Approved
AWS Command Line Interface (Install) 1.19.1 94 Thursday, February 4, 2021 Approved
AWS Command Line Interface (Install) 1.18.223 82 Saturday, January 30, 2021 Approved
AWS Command Line Interface (Install) 1.18.221 97 Thursday, January 28, 2021 Approved
AWS Command Line Interface (Install) 1.18.220 95 Wednesday, January 27, 2021 Approved
AWS Command Line Interface (Install) 1.18.219 110 Saturday, January 23, 2021 Approved
AWS Command Line Interface (Install) 1.18.216 82 Saturday, January 16, 2021 Approved
AWS Command Line Interface (Install) 1.18.214 102 Thursday, January 14, 2021 Approved
AWS Command Line Interface (Install) 1.18.212 96 Tuesday, January 12, 2021 Approved
AWS Command Line Interface (Install) 1.18.210 92 Thursday, January 7, 2021 Approved
AWS Command Line Interface (Install) 1.18.208 104 Tuesday, January 5, 2021 Approved
AWS Command Line Interface (Install) 1.18.207 88 Friday, January 1, 2021 Approved
AWS Command Line Interface (Install) 1.18.206 88 Thursday, December 31, 2020 Approved
AWS Command Line Interface (Install) 1.18.205 83 Tuesday, December 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.204 78 Monday, December 28, 2020 Approved
AWS Command Line Interface (Install) 1.18.201 78 Tuesday, December 22, 2020 Approved
AWS Command Line Interface (Install) 1.18.200 90 Friday, December 18, 2020 Approved
AWS Command Line Interface (Install) 1.18.197 86 Tuesday, December 15, 2020 Approved
AWS Command Line Interface (Install) 1.18.196 90 Tuesday, December 15, 2020 Approved
AWS Command Line Interface (Install) 1.18.195 1587 Saturday, December 12, 2020 Approved
AWS Command Line Interface (Install) 1.18.193 89 Wednesday, December 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.191 76 Tuesday, December 8, 2020 Approved
AWS Command Line Interface (Install) 1.18.190 84 Saturday, December 5, 2020 Approved
AWS Command Line Interface (Install) 1.18.184 101 Tuesday, November 24, 2020 Approved
AWS Command Line Interface (Install) 1.18.183 98 Saturday, November 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.181 113 Thursday, November 19, 2020 Approved
AWS Command Line Interface (Install) 1.18.179 106 Tuesday, November 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.178 108 Saturday, November 14, 2020 Approved
AWS Command Line Interface (Install) 1.18.176 85 Thursday, November 12, 2020 Approved
AWS Command Line Interface (Install) 1.18.174 87 Monday, November 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.173 90 Saturday, November 7, 2020 Approved
AWS Command Line Interface (Install) 1.18.171 164 Thursday, November 5, 2020 Approved
AWS Command Line Interface (Install) 1.18.170 99 Tuesday, November 3, 2020 Approved
AWS Command Line Interface (Install) 1.18.167 106 Thursday, October 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.165 222 Tuesday, October 27, 2020 Approved
AWS Command Line Interface (Install) 1.18.164 111 Saturday, October 24, 2020 Approved
AWS Command Line Interface (Install) 1.18.162 103 Thursday, October 22, 2020 Approved
AWS Command Line Interface (Install) 1.18.160 107 Tuesday, October 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.159 92 Saturday, October 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.157 169 Saturday, October 10, 2020 Approved
AWS Command Line Interface (Install) 1.18.153 106 Tuesday, October 6, 2020 Approved
AWS Command Line Interface (Install) 1.18.152 113 Saturday, October 3, 2020 Approved
AWS Command Line Interface (Install) 1.18.150 95 Thursday, October 1, 2020 Approved
AWS Command Line Interface (Install) 1.18.148 103 Tuesday, September 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.147 129 Saturday, September 26, 2020 Approved
AWS Command Line Interface (Install) 1.18.146 89 Thursday, September 24, 2020 Approved
AWS Command Line Interface (Install) 1.18.144 89 Wednesday, September 23, 2020 Approved
AWS Command Line Interface (Install) 1.18.143 100 Tuesday, September 22, 2020 Approved
AWS Command Line Interface (Install) 1.18.142 101 Saturday, September 19, 2020 Approved
AWS Command Line Interface (Install) 1.18.141 390 Thursday, September 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.140 105 Thursday, September 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.138 89 Tuesday, September 15, 2020 Approved
AWS Command Line Interface (Install) 1.18.137 99 Saturday, September 12, 2020 Approved
AWS Command Line Interface (Install) 1.18.133 158 Saturday, September 5, 2020 Approved
AWS Command Line Interface (Install) 1.18.131 105 Thursday, September 3, 2020 Approved
AWS Command Line Interface (Install) 1.18.129 113 Tuesday, September 1, 2020 Approved
AWS Command Line Interface (Install) 1.18.128 114 Saturday, August 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.126 136 Thursday, August 27, 2020 Approved
AWS Command Line Interface (Install) 1.18.125 119 Tuesday, August 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.123 130 Thursday, August 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.121 154 Tuesday, August 18, 2020 Approved
AWS Command Line Interface (Install) 1.18.120 112 Saturday, August 15, 2020 Approved
AWS Command Line Interface (Install) 1.18.119 108 Thursday, August 13, 2020 Approved
AWS Command Line Interface (Install) 1.18.116 6154 Monday, August 10, 2020 Approved
AWS Command Line Interface (Install) 1.18.115 125 Saturday, August 8, 2020 Approved
AWS Command Line Interface (Install) 1.18.113 156 Thursday, August 6, 2020 Approved
AWS Command Line Interface (Install) 1.18.111 148 Tuesday, August 4, 2020 Approved
AWS Command Line Interface (Install) 1.18.110 157 Saturday, August 1, 2020 Approved
AWS Command Line Interface (Install) 1.18.108 141 Thursday, July 30, 2020 Approved
AWS Command Line Interface (Install) 1.18.106 163 Tuesday, July 28, 2020 Approved
AWS Command Line Interface (Install) 1.18.105 153 Saturday, July 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.103 178 Thursday, July 23, 2020 Approved
AWS Command Line Interface (Install) 1.18.101 1258 Tuesday, July 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.100 155 Saturday, July 18, 2020 Approved
AWS Command Line Interface (Install) 1.18.96 184 Thursday, July 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.94 206 Tuesday, July 7, 2020 Approved
AWS Command Line Interface (Install) 1.18.92 182 Thursday, July 2, 2020 Approved
AWS Command Line Interface (Install) 1.18.90 179 Tuesday, June 30, 2020 Approved
AWS Command Line Interface (Install) 1.18.89 225 Saturday, June 27, 2020 Approved
AWS Command Line Interface (Install) 1.18.87 181 Thursday, June 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.85 193 Tuesday, June 23, 2020 Approved
AWS Command Line Interface (Install) 1.18.84 208 Saturday, June 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.82 185 Thursday, June 18, 2020 Approved
AWS Command Line Interface (Install) 1.18.80 256 Tuesday, June 16, 2020 Approved
AWS Command Line Interface (Install) 1.18.79 204 Saturday, June 13, 2020 Approved
AWS Command Line Interface (Install) 1.18.75 174 Tuesday, June 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.74 203 Saturday, June 6, 2020 Approved
AWS Command Line Interface (Install) 1.18.72 200 Thursday, June 4, 2020 Approved
AWS Command Line Interface (Install) 1.18.70 188 Tuesday, June 2, 2020 Approved
AWS Command Line Interface (Install) 1.18.69 6339 Friday, May 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.68 221 Thursday, May 28, 2020 Approved
AWS Command Line Interface (Install) 1.18.65 18801 Thursday, May 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.63 172 Wednesday, May 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.62 213 Tuesday, May 19, 2020 Approved
AWS Command Line Interface (Install) 1.18.61 190 Saturday, May 16, 2020 Approved
AWS Command Line Interface (Install) 1.18.57 179 Tuesday, May 12, 2020 Approved
AWS Command Line Interface (Install) 1.18.56 236 Saturday, May 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.54 191 Thursday, May 7, 2020 Approved
AWS Command Line Interface (Install) 1.18.52 172 Tuesday, May 5, 2020 Approved
AWS Command Line Interface (Install) 1.18.51 255 Saturday, May 2, 2020 Approved
AWS Command Line Interface (Install) 1.18.50 157 Friday, May 1, 2020 Approved
AWS Command Line Interface (Install) 1.18.49 176 Thursday, April 30, 2020 Approved
AWS Command Line Interface (Install) 1.18.46 344 Saturday, April 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.43 205 Wednesday, April 22, 2020 Approved
AWS Command Line Interface (Install) 1.18.42 537 Tuesday, April 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.41 175 Friday, April 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.39 215 Thursday, April 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.36 266 Saturday, April 4, 2020 Approved
AWS Command Line Interface (Install) 1.18.35 182 Friday, April 3, 2020 Approved
AWS Command Line Interface (Install) 1.18.34 160 Thursday, April 2, 2020 Approved
AWS Command Line Interface (Install) 1.18.31 206 Saturday, March 28, 2020 Approved
AWS Command Line Interface (Install) 1.18.30 205 Thursday, March 26, 2020 Approved
AWS Command Line Interface (Install) 1.18.29 172 Thursday, March 26, 2020 Approved
AWS Command Line Interface (Install) 1.18.28 277 Wednesday, March 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.26 212 Saturday, March 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.25 214 Friday, March 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.24 195 Thursday, March 19, 2020 Approved
AWS Command Line Interface (Install) 1.18.22 175 Tuesday, March 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.21 231 Saturday, March 14, 2020 Approved
AWS Command Line Interface (Install) 1.18.20 200 Friday, March 13, 2020 Approved
AWS Command Line Interface (Install) 1.18.19 214 Thursday, March 12, 2020 Approved
AWS Command Line Interface (Install) 1.18.16 165 Saturday, March 7, 2020 Approved
AWS Command Line Interface (Install) 1.18.15 151 Friday, March 6, 2020 Approved
AWS Command Line Interface (Install) 1.18.14 212 Thursday, March 5, 2020 Approved
AWS Command Line Interface (Install) 1.18.11 21504 Saturday, February 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.9 5850 Friday, February 28, 2020 Approved
AWS Command Line Interface (Install) 1.18.6 3703 Tuesday, February 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.5 4416 Friday, February 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.4 1196 Friday, February 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.3 1396 Thursday, February 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.2 1378 Wednesday, February 19, 2020 Approved
AWS Command Line Interface (Install) 1.18.1 1646 Tuesday, February 18, 2020 Approved
AWS Command Line Interface (Install) 1.18.0 1953 Saturday, February 15, 2020 Approved
AWS Command Line Interface (Install) 1.17.17 4203 Friday, February 14, 2020 Approved
AWS Command Line Interface (Install) 1.17.16 2162 Thursday, February 13, 2020 Approved
AWS Command Line Interface (Install) 1.17.15 1527 Wednesday, February 12, 2020 Approved
AWS Command Line Interface (Install) 1.17.13 3033 Saturday, February 8, 2020 Approved
AWS Command Line Interface (Install) 1.17.12 1220 Friday, February 7, 2020 Approved
AWS Command Line Interface (Install) 1.17.11 144 Thursday, February 6, 2020 Approved
AWS Command Line Interface (Install) 1.17.10 168 Wednesday, February 5, 2020 Approved
AWS Command Line Interface (Install) 1.17.9 8258 Saturday, January 25, 2020 Approved
AWS Command Line Interface (Install) 1.17.8 937 Friday, January 24, 2020 Approved
AWS Command Line Interface (Install) 1.17.7 3021 Wednesday, January 22, 2020 Approved
AWS Command Line Interface (Install) 1.17.6 270 Tuesday, January 21, 2020 Approved
AWS Command Line Interface (Install) 1.17.5 2549 Saturday, January 18, 2020 Approved
AWS Command Line Interface (Install) 1.17.4 1192 Friday, January 17, 2020 Approved
AWS Command Line Interface (Install) 1.17.3 1101 Thursday, January 16, 2020 Approved
AWS Command Line Interface (Install) 1.17.2 2018 Tuesday, January 14, 2020 Approved
AWS Command Line Interface (Install) 1.17.1 1167 Tuesday, January 14, 2020 Approved
AWS Command Line Interface (Install) 1.17.0 1996 Saturday, January 11, 2020 Approved
AWS Command Line Interface (Install) 1.16.314 1378 Friday, January 10, 2020 Approved
AWS Command Line Interface (Install) 1.16.313 1403 Thursday, January 9, 2020 Approved
AWS Command Line Interface (Install) 1.16.312 1092 Wednesday, January 8, 2020 Approved
AWS Command Line Interface (Install) 1.16.311 1326 Tuesday, January 7, 2020 Approved
AWS Command Line Interface (Install) 1.16.310 167 Friday, January 3, 2020 Approved
AWS Command Line Interface (Install) 1.16.309 1416 Tuesday, December 24, 2019 Approved
AWS Command Line Interface (Install) 1.16.308 5797 Saturday, December 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.307 1050 Friday, December 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.305 2021 Wednesday, December 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.303 2512 Saturday, December 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.302 1178 Friday, December 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.301 1516 Thursday, December 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.300 1277 Wednesday, December 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.299 1527 Tuesday, December 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.298 2543 Friday, December 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.297 1297 Thursday, December 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.296 1337 Wednesday, December 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.294 807 Tuesday, December 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.292 4625 Wednesday, November 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.291 1355 Tuesday, November 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.290 2060 Saturday, November 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.289 1207 Friday, November 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.287 1283 Thursday, November 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.286 1734 Wednesday, November 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.284 1539 Tuesday, November 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.283 2201 Saturday, November 16, 2019 Approved
AWS Command Line Interface (Install) 1.16.282 1265 Friday, November 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.281 1527 Thursday, November 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.280 1502 Wednesday, November 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.279 1443 Tuesday, November 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.278 2070 Saturday, November 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.277 2663 Friday, November 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.276 1377 Thursday, November 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.274 1625 Tuesday, November 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.273 1283 Tuesday, November 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.272 2069 Saturday, November 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.271 1004 Friday, November 1, 2019 Approved
AWS Command Line Interface (Install) 1.16.270 1489 Thursday, October 31, 2019 Approved
AWS Command Line Interface (Install) 1.16.269 1537 Wednesday, October 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.268 1604 Tuesday, October 29, 2019 Approved
AWS Command Line Interface (Install) 1.16.266 2876 Friday, October 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.265 1775 Thursday, October 24, 2019 Approved
AWS Command Line Interface (Install) 1.16.264 1544 Wednesday, October 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.263 3550 Friday, October 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.262 711 Friday, October 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.261 2334 Thursday, October 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.260 1555 Wednesday, October 16, 2019 Approved
AWS Command Line Interface (Install) 1.16.259 1496 Tuesday, October 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.258 1949 Saturday, October 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.257 1315 Friday, October 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.256 2050 Thursday, October 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.255 1684 Wednesday, October 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.254 1375 Tuesday, October 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.253 2010 Saturday, October 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.252 1506 Friday, October 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.251 2133 Thursday, October 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.250 1630 Wednesday, October 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.249 1640 Tuesday, October 1, 2019 Approved
AWS Command Line Interface (Install) 1.16.248 2345 Saturday, September 28, 2019 Approved
AWS Command Line Interface (Install) 1.16.247 1128 Friday, September 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.246 1831 Wednesday, September 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.245 1430 Wednesday, September 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.244 1517 Tuesday, September 24, 2019 Approved
AWS Command Line Interface (Install) 1.16.243 1850 Saturday, September 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.242 1226 Friday, September 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.241 2325 Thursday, September 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.240 1493 Wednesday, September 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.239 1146 Tuesday, September 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.238 7154 Friday, September 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.237 1825 Thursday, September 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.236 1379 Wednesday, September 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.235 1312 Tuesday, September 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.234 1789 Saturday, September 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.233 1200 Friday, September 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.232 1833 Thursday, September 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.231 1251 Wednesday, September 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.230 2500 Saturday, August 31, 2019 Approved
AWS Command Line Interface (Install) 1.16.229 1869 Friday, August 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.228 2813 Thursday, August 29, 2019 Approved
AWS Command Line Interface (Install) 1.16.227 2344 Wednesday, August 28, 2019 Approved
AWS Command Line Interface (Install) 1.16.226 1265 Tuesday, August 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.225 2012 Friday, August 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.224 1076 Friday, August 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.223 1128 Thursday, August 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.222 1221 Wednesday, August 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.221 2580 Tuesday, August 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.220 1848 Saturday, August 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.219 1095 Friday, August 16, 2019 Approved
AWS Command Line Interface (Install) 1.16.218 1178 Thursday, August 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.217 1655 Wednesday, August 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.216 1124 Tuesday, August 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.215 1642 Saturday, August 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.214 1012 Friday, August 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.213 2211 Thursday, August 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.212 537 Wednesday, August 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.211 1715 Tuesday, August 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.210 1658 Saturday, August 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.209 5067 Wednesday, July 31, 2019 Approved
AWS Command Line Interface (Install) 1.16.208 1008 Tuesday, July 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.207 1621 Saturday, July 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.206 1179 Friday, July 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.205 1376 Thursday, July 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.204 1186 Tuesday, July 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.203 1185 Tuesday, July 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.202 1148 Monday, July 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.201 823 Saturday, July 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.200 911 Friday, July 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.199 1106 Thursday, July 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.198 3105 Saturday, July 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.197 933 Friday, July 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.196 1015 Thursday, July 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.195 1040 Wednesday, July 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.194 1251 Tuesday, July 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.193 2721 Thursday, July 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.192 967 Wednesday, July 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.191 972 Tuesday, July 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.190 1528 Saturday, June 29, 2019 Approved
AWS Command Line Interface (Install) 1.16.189 860 Friday, June 28, 2019 Approved
AWS Command Line Interface (Install) 1.16.188 975 Thursday, June 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.186 1194 Wednesday, June 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.185 1009 Tuesday, June 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.184 2821 Saturday, June 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.183 975 Friday, June 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.182 851 Thursday, June 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.181 1345 Wednesday, June 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.180 1446 Tuesday, June 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.179 1674 Saturday, June 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.178 884 Friday, June 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.177 2262 Thursday, June 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.176 1572 Wednesday, June 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.175 1479 Tuesday, June 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.174 1875 Saturday, June 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.173 1064 Friday, June 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.172 1257 Thursday, June 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.171 1268 Wednesday, June 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.170 1415 Tuesday, June 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.169 2969 Friday, May 31, 2019 Approved
AWS Command Line Interface (Install) 1.16.168 1158 Thursday, May 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.167 1044 Wednesday, May 29, 2019 Approved
AWS Command Line Interface (Install) 1.16.166 2306 Saturday, May 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.165 1024 Friday, May 24, 2019 Approved
AWS Command Line Interface (Install) 1.16.164 12765 Thursday, May 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.163 1245 Wednesday, May 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.162 1279 Monday, May 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.161 1762 Saturday, May 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.160 1103 Friday, May 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.159 1004 Thursday, May 16, 2019 Approved
AWS Command Line Interface (Install) 1.16.158 1090 Wednesday, May 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.157 1371 Tuesday, May 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.156 1823 Saturday, May 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.155 1668 Thursday, May 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.154 1218 Wednesday, May 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.153 1296 Tuesday, May 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.152 2591 Saturday, May 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.151 1418 Friday, May 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.150 1227 Thursday, May 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.149 1017 Wednesday, May 1, 2019 Approved
AWS Command Line Interface (Install) 1.16.148 1213 Tuesday, April 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.147 1958 Saturday, April 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.146 1190 Friday, April 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.145 1475 Thursday, April 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.144 2956 Saturday, April 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.143 1069 Friday, April 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.142 1035 Thursday, April 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.141 1098 Wednesday, April 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.140 10534 Saturday, April 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.139 1100 Friday, April 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.138 1222 Thursday, April 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.137 758 Wednesday, April 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.136 1459 Tuesday, April 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.135 1994 Saturday, March 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.134 1159 Friday, March 29, 2019 Approved
AWS Command Line Interface (Install) 1.16.133 1686 Thursday, March 28, 2019 Approved
AWS Command Line Interface (Install) 1.16.132 1532 Tuesday, March 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.131 1173 Tuesday, March 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.130 1847 Saturday, March 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.129 956 Friday, March 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.128 1148 Thursday, March 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.127 908 Wednesday, March 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.126 1610 Tuesday, March 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.125 2609 Friday, March 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.124 1192 Thursday, March 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.123 407 Wednesday, March 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.122 1916 Tuesday, March 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.121 1911 Saturday, March 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.120 1029 Friday, March 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.119 1049 Thursday, March 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.118 1158 Wednesday, March 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.117 1552 Tuesday, March 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.116 1653 Saturday, March 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.115 1374 Friday, March 1, 2019 Approved
AWS Command Line Interface (Install) 1.16.114 4665 Thursday, February 28, 2019 Approved
AWS Command Line Interface (Install) 1.16.113 1517 Wednesday, February 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.112 1181 Tuesday, February 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.111 1646 Saturday, February 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.110 937 Friday, February 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.109 1308 Thursday, February 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.108 1189 Wednesday, February 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.107 1217 Tuesday, February 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.106 1904 Saturday, February 16, 2019 Approved
AWS Command Line Interface (Install) 1.16.105 1221 Friday, February 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.104 1163 Thursday, February 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.103 830 Wednesday, February 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.102 1245 Tuesday, February 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.101 1497 Saturday, February 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.99 1689 Thursday, February 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.98 1225 Wednesday, February 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.97 1154 Tuesday, February 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.96 5858 Saturday, January 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.94 1731 Thursday, January 24, 2019 Approved
AWS Command Line Interface (Install) 1.16.93 1766 Tuesday, January 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.92 1695 Saturday, January 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.91 1022 Friday, January 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.90 1208 Thursday, January 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.89 1832 Tuesday, January 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.88 1596 Saturday, January 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.87 923 Friday, January 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.86 951 Thursday, January 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.85 1727 Tuesday, January 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.84 1503 Saturday, January 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.81 5001 Saturday, December 22, 2018 Approved
AWS Command Line Interface (Install) 1.16.80 857 Friday, December 21, 2018 Approved
AWS Command Line Interface (Install) 1.16.79 913 Thursday, December 20, 2018 Approved
AWS Command Line Interface (Install) 1.16.78 1094 Wednesday, December 19, 2018 Approved
AWS Command Line Interface (Install) 1.16.77 924 Tuesday, December 18, 2018 Approved
AWS Command Line Interface (Install) 1.16.76 1456 Saturday, December 15, 2018 Approved
AWS Command Line Interface (Install) 1.16.75 1043 Friday, December 14, 2018 Approved
AWS Command Line Interface (Install) 1.16.74 1159 Thursday, December 13, 2018 Approved
AWS Command Line Interface (Install) 1.16.73 1157 Wednesday, December 12, 2018 Approved
AWS Command Line Interface (Install) 1.16.72 2531 Saturday, December 8, 2018 Approved
AWS Command Line Interface (Install) 1.16.71 1036 Friday, December 7, 2018 Approved
AWS Command Line Interface (Install) 1.16.70 1425 Thursday, December 6, 2018 Approved
AWS Command Line Interface (Install) 1.16.69 1327 Wednesday, December 5, 2018 Approved
AWS Command Line Interface (Install) 1.16.68 2014 Tuesday, December 4, 2018 Approved
AWS Command Line Interface (Install) 1.16.67 2983 Friday, November 30, 2018 Approved
AWS Command Line Interface (Install) 1.16.65 1048 Thursday, November 29, 2018 Approved
AWS Command Line Interface (Install) 1.16.63 1264 Wednesday, November 28, 2018 Approved
AWS Command Line Interface (Install) 1.16.60 3998 Thursday, November 22, 2018 Approved
AWS Command Line Interface (Install) 1.16.59 762 Wednesday, November 21, 2018 Approved
AWS Command Line Interface (Install) 1.16.58 1495 Tuesday, November 20, 2018 Approved
AWS Command Line Interface (Install) 1.16.57 2098 Saturday, November 17, 2018 Approved
AWS Command Line Interface (Install) 1.16.56 1219 Friday, November 16, 2018 Approved
AWS Command Line Interface (Install) 1.16.55 1270 Thursday, November 15, 2018 Approved
AWS Command Line Interface (Install) 1.16.54 1257 Wednesday, November 14, 2018 Approved
AWS Command Line Interface (Install) 1.16.53 1383 Tuesday, November 13, 2018 Approved
AWS Command Line Interface (Install) 1.16.52 1940 Saturday, November 10, 2018 Approved
AWS Command Line Interface (Install) 1.16.51 774 Friday, November 9, 2018 Approved
AWS Command Line Interface (Install) 1.16.50 661 Thursday, November 8, 2018 Approved
AWS Command Line Interface (Install) 1.16.48 2438 Tuesday, November 6, 2018 Approved
AWS Command Line Interface (Install) 1.16.47 1784 Saturday, November 3, 2018 Approved
AWS Command Line Interface (Install) 1.16.46 1023 Friday, November 2, 2018 Approved
AWS Command Line Interface (Install) 1.16.45 1128 Thursday, November 1, 2018 Approved
AWS Command Line Interface (Install) 1.16.44 1123 Wednesday, October 31, 2018 Approved
AWS Command Line Interface (Install) 1.16.43 2268 Sunday, October 28, 2018 Approved
AWS Command Line Interface (Install) 1.16.42 1498 Friday, October 26, 2018 Approved
AWS Command Line Interface (Install) 1.16.41 1046 Thursday, October 25, 2018 Approved
AWS Command Line Interface (Install) 1.16.40 1102 Wednesday, October 24, 2018 Approved
AWS Command Line Interface (Install) 1.16.39 983 Tuesday, October 23, 2018 Approved
AWS Command Line Interface (Install) 1.16.38 1135 Sunday, October 21, 2018 Approved
AWS Command Line Interface (Install) 1.16.37 1547 Friday, October 19, 2018 Approved
AWS Command Line Interface (Install) 1.16.36 1058 Thursday, October 18, 2018 Approved
AWS Command Line Interface (Install) 1.16.35 1256 Wednesday, October 17, 2018 Approved
AWS Command Line Interface (Install) 1.16.34 986 Tuesday, October 16, 2018 Approved
AWS Command Line Interface (Install) 1.16.33 1055 Sunday, October 14, 2018 Approved
AWS Command Line Interface (Install) 1.16.32 1543 Friday, October 12, 2018 Approved
AWS Command Line Interface (Install) 1.16.29 2425 Tuesday, October 9, 2018 Approved
AWS Command Line Interface (Install) 1.16.28 1045 Monday, October 8, 2018 Approved
AWS Command Line Interface (Install) 1.16.27 1537 Friday, October 5, 2018 Approved
AWS Command Line Interface (Install) 1.16.26 1574 Wednesday, October 3, 2018 Approved
AWS Command Line Interface (Install) 1.16.25 1049 Tuesday, October 2, 2018 Approved
AWS Command Line Interface (Install) 1.16.24 1044 Monday, October 1, 2018 Approved
AWS Command Line Interface (Install) 1.16.23 1424 Friday, September 28, 2018 Approved
AWS Command Line Interface (Install) 1.16.22 977 Thursday, September 27, 2018 Approved
AWS Command Line Interface (Install) 1.16.21 1030 Wednesday, September 26, 2018 Approved
AWS Command Line Interface (Install) 1.16.20 1076 Tuesday, September 25, 2018 Approved
AWS Command Line Interface (Install) 1.16.19 1028 Monday, September 24, 2018 Approved
AWS Command Line Interface (Install) 1.16.18 1955 Friday, September 21, 2018 Approved
AWS Command Line Interface (Install) 1.16.17 1314 Thursday, September 20, 2018 Approved
AWS Command Line Interface (Install) 1.16.16 1093 Wednesday, September 19, 2018 Approved
AWS Command Line Interface (Install) 1.16.15 1220 Tuesday, September 18, 2018 Approved
AWS Command Line Interface (Install) 1.16.14 2522 Friday, September 14, 2018 Approved
AWS Command Line Interface (Install) 1.16.13 1173 Thursday, September 13, 2018 Approved
AWS Command Line Interface (Install) 1.16.11 1747 Tuesday, September 11, 2018 Approved
AWS Command Line Interface (Install) 1.16.10 1293 Monday, September 10, 2018 Approved
AWS Command Line Interface (Install) 1.16.9 1744 Friday, September 7, 2018 Approved
AWS Command Line Interface (Install) 1.16.8 1020 Thursday, September 6, 2018 Approved
AWS Command Line Interface (Install) 1.16.7 1027 Wednesday, September 5, 2018 Approved
AWS Command Line Interface (Install) 1.16.6 1784 Monday, September 3, 2018 Approved
AWS Command Line Interface (Install) 1.16.5 1935 Friday, August 31, 2018 Approved
AWS Command Line Interface (Install) 1.16.4 1043 Thursday, August 30, 2018 Approved
AWS Command Line Interface (Install) 1.16.3 685 Wednesday, August 29, 2018 Approved
AWS Command Line Interface (Install) 1.16.2 489 Tuesday, August 28, 2018 Approved
AWS Command Line Interface (Install) 1.16.1 1909 Monday, August 27, 2018 Approved
AWS Command Line Interface (Install) 1.15.85 1627 Friday, August 24, 2018 Approved
AWS Command Line Interface (Install) 1.15.84 1827 Thursday, August 23, 2018 Approved
AWS Command Line Interface (Install) 1.15.83 642 Wednesday, August 22, 2018 Approved
AWS Command Line Interface (Install) 1.15.82 1386 Tuesday, August 21, 2018 Approved
AWS Command Line Interface (Install) 1.15.81 1053 Monday, August 20, 2018 Approved
AWS Command Line Interface (Install) 1.15.80 1595 Friday, August 17, 2018 Approved
AWS Command Line Interface (Install) 1.15.79 924 Thursday, August 16, 2018 Approved
AWS Command Line Interface (Install) 1.15.78 942 Wednesday, August 15, 2018 Approved
AWS Command Line Interface (Install) 1.15.77 861 Tuesday, August 14, 2018 Approved
AWS Command Line Interface (Install) 1.15.76 959 Monday, August 13, 2018 Approved
AWS Command Line Interface (Install) 1.15.75 1582 Friday, August 10, 2018 Approved
AWS Command Line Interface (Install) 1.15.74 970 Thursday, August 9, 2018 Approved
AWS Command Line Interface (Install) 1.15.73 928 Wednesday, August 8, 2018 Approved
AWS Command Line Interface (Install) 1.15.72 949 Tuesday, August 7, 2018 Approved
AWS Command Line Interface (Install) 1.15.71 965 Monday, August 6, 2018 Approved
AWS Command Line Interface (Install) 1.15.70 1412 Friday, August 3, 2018 Approved
AWS Command Line Interface (Install) 1.15.69 963 Thursday, August 2, 2018 Approved
AWS Command Line Interface (Install) 1.15.68 992 Wednesday, August 1, 2018 Approved
AWS Command Line Interface (Install) 1.15.67 986 Tuesday, July 31, 2018 Approved
AWS Command Line Interface (Install) 1.15.66 2246 Friday, July 27, 2018 Approved
AWS Command Line Interface (Install) 1.15.65 1029 Thursday, July 26, 2018 Approved
AWS Command Line Interface (Install) 1.15.64 1007 Wednesday, July 25, 2018 Approved
AWS Command Line Interface (Install) 1.15.63 1997 Monday, July 23, 2018 Approved
AWS Command Line Interface (Install) 1.15.62 1523 Friday, July 20, 2018 Approved
AWS Command Line Interface (Install) 1.15.61 1088 Thursday, July 19, 2018 Approved
AWS Command Line Interface (Install) 1.15.60 1041 Wednesday, July 18, 2018 Approved
AWS Command Line Interface (Install) 1.15.59 1493 Monday, July 16, 2018 Approved
AWS Command Line Interface (Install) 1.15.58 1380 Friday, July 13, 2018 Approved
AWS Command Line Interface (Install) 1.15.57 964 Thursday, July 12, 2018 Approved
AWS Command Line Interface (Install) 1.15.56 966 Wednesday, July 11, 2018 Approved
AWS Command Line Interface (Install) 1.15.55 899 Tuesday, July 10, 2018 Approved
AWS Command Line Interface (Install) 1.15.53 988 Sunday, July 8, 2018 Approved
AWS Command Line Interface (Install) 1.15.52 1274 Friday, July 6, 2018 Approved
AWS Command Line Interface 1.15.51 1555 Tuesday, July 3, 2018 Approved
AWS Command Line Interface 1.15.50 909 Monday, July 2, 2018 Approved
AWS Command Line Interface (Install) 1.15.49 1908 Friday, June 29, 2018 Approved
AWS Command Line Interface (Install) 1.15.47 903 Thursday, June 28, 2018 Approved
AWS Command Line Interface (Install) 1.15.46 486 Wednesday, June 27, 2018 Approved
AWS Command Line Interface (Install) 1.15.45 463 Monday, June 25, 2018 Approved
AWS Command Line Interface (Install) 1.15.44 712 Friday, June 22, 2018 Approved
AWS Command Line Interface (Install) 1.15.42 3028 Thursday, June 21, 2018 Approved
AWS Command Line Interface (Install) 1.15.41 961 Wednesday, June 20, 2018 Approved
AWS Command Line Interface (Install) 1.15.40 1428 Monday, June 18, 2018 Approved
AWS Command Line Interface (Install) 1.15.39 1425 Friday, June 15, 2018 Approved
AWS Command Line Interface (Install) 1.15.37 1513 Wednesday, June 13, 2018 Approved
AWS Command Line Interface (Install) 1.15.35 1475 Monday, June 11, 2018 Approved
AWS Command Line Interface (Install) 1.15.34 1565 Friday, June 8, 2018 Approved
AWS Command Line Interface (Install) 1.15.33 1825 Wednesday, June 6, 2018 Approved
AWS Command Line Interface ((Install) 1.15.31 2161 Saturday, June 2, 2018 Approved
AWS Command Line Interface 1.15.20 6954 Tuesday, May 15, 2018 Approved
AWS Command Line Interface 1.15.2 15347 Friday, April 6, 2018 Approved
AWS Command Line Interface 1.15.1 745 Thursday, April 5, 2018 Approved
AWS Command Line Interface 1.15.0 695 Wednesday, April 4, 2018 Approved
AWS Command Line Interface 1.14.70 795 Tuesday, April 3, 2018 Approved
AWS Command Line Interface 1.14.69 290 Tuesday, April 3, 2018 Approved
AWS Command Line Interface 1.14.68 268 Friday, March 30, 2018 Approved
AWS Command Line Interface 1.14.67 1537 Friday, March 30, 2018 Approved
AWS Command Line Interface 1.14.43 11560 Tuesday, February 20, 2018 Approved
AWS Command Line Interface 1.14.42 837 Monday, February 19, 2018 Approved
AWS Command Line Interface 1.14.41 804 Sunday, February 18, 2018 Approved
AWS Command Line Interface 1.14.40 867 Thursday, February 15, 2018 Approved
AWS Command Line Interface 1.14.39 682 Thursday, February 15, 2018 Approved
AWS Command Line Interface 1.14.37 1187 Tuesday, February 13, 2018 Approved
AWS Command Line Interface 1.14.36 1129 Saturday, February 10, 2018 Approved
AWS Command Line Interface 1.14.35 730 Thursday, February 8, 2018 Approved
AWS Command Line Interface 1.14.34 989 Wednesday, February 7, 2018 Approved
AWS Command Line Interface 1.14.32 2718 Tuesday, January 30, 2018 Approved
AWS Command Line Interface 1.14.30 2456 Tuesday, January 23, 2018 Approved
AWS Command Line Interface 1.14.29 417 Monday, January 22, 2018 Approved
AWS Command Line Interface 1.14.24 3016 Saturday, January 13, 2018 Approved
AWS Command Line Interface 1.14.23 818 Thursday, January 11, 2018 Approved
AWS Command Line Interface 1.14.22 757 Thursday, January 11, 2018 Approved
AWS Command Line Interface 1.14.19 2203 Saturday, January 6, 2018 Approved
AWS Command Line Interface 1.14.18 1455 Wednesday, January 3, 2018 Approved
AWS Command Line Interface 1.14.16 1499 Friday, December 22, 2017 Approved
AWS Command Line Interface 1.14.15 564 Friday, December 22, 2017 Approved
AWS Command Line Interface 1.14.12 1092 Tuesday, December 19, 2017 Approved
AWS Command Line Interface 1.14.11 836 Saturday, December 16, 2017 Approved
AWS Command Line Interface 1.14.10 709 Thursday, December 14, 2017 Approved
AWS Command Line Interface 1.14.9 960 Tuesday, December 12, 2017 Approved
AWS Command Line Interface 1.14.8 624 Tuesday, December 12, 2017 Approved
AWS Command Line Interface 1.14.7 881 Saturday, December 9, 2017 Approved
AWS Command Line Interface 1.14.6 639 Thursday, December 7, 2017 Approved
AWS Command Line Interface 1.14.5 470 Thursday, December 7, 2017 Approved
AWS Command Line Interface 1.14.3 1102 Monday, December 4, 2017 Approved
AWS Command Line Interface 1.14.2 1015 Thursday, November 30, 2017 Approved
AWS Command Line Interface 1.14.1 537 Thursday, November 30, 2017 Approved
AWS Command Line Interface 1.14.0 432 Wednesday, November 29, 2017 Approved
AWS Command Line Interface 1.13.0 565 Wednesday, November 29, 2017 Approved
AWS Command Line Interface 1.12.2 918 Monday, November 27, 2017 Approved
AWS Command Line Interface 1.12.1 903 Thursday, November 23, 2017 Approved
AWS Command Line Interface 1.12.0 573 Wednesday, November 22, 2017 Approved
AWS Command Line Interface 1.11.190 710 Tuesday, November 21, 2017 Approved
AWS Command Line Interface 1.11.189 820 Saturday, November 18, 2017 Approved
AWS Command Line Interface 1.11.188 640 Friday, November 17, 2017 Approved
AWS Command Line Interface 1.11.187 630 Wednesday, November 15, 2017 Approved
AWS Command Line Interface 1.11.186 612 Wednesday, November 15, 2017 Approved
AWS Command Line Interface 1.11.185 1165 Thursday, November 9, 2017 Approved
AWS Command Line Interface 1.11.184 790 Thursday, November 9, 2017 Approved
AWS Command Line Interface 1.11.183 672 Tuesday, November 7, 2017 Approved
AWS Command Line Interface 1.11.181 1036 Saturday, November 4, 2017 Approved
AWS Command Line Interface 1.11.180 632 Friday, November 3, 2017 Approved
AWS Command Line Interface 1.11.179 637 Thursday, November 2, 2017 Approved
AWS Command Line Interface 1.11.178 1521 Friday, October 27, 2017 Approved
AWS Command Line Interface 1.11.177 819 Wednesday, October 25, 2017 Approved
AWS Command Line Interface 1.11.176 657 Tuesday, October 24, 2017 Approved
AWS Command Line Interface 1.11.175 861 Friday, October 20, 2017 Approved
AWS Command Line Interface 1.11.174 668 Thursday, October 19, 2017 Approved
AWS Command Line Interface 1.11.173 668 Wednesday, October 18, 2017 Approved
AWS Command Line Interface 1.11.172 780 Tuesday, October 17, 2017 Approved
AWS Command Line Interface 1.11.171 723 Monday, October 16, 2017 Approved
AWS Command Line Interface 1.11.170 1062 Thursday, October 12, 2017 Approved
AWS Command Line Interface 1.11.169 732 Wednesday, October 11, 2017 Approved
AWS Command Line Interface 1.11.167 1523 Saturday, October 7, 2017 Approved
AWS Command Line Interface 1.11.166 587 Thursday, October 5, 2017 Approved
AWS Command Line Interface 1.11.165 579 Thursday, October 5, 2017 Approved
AWS Command Line Interface 1.11.164 703 Tuesday, October 3, 2017 Approved
AWS Command Line Interface 1.11.163 672 Monday, October 2, 2017 Approved
AWS Command Line Interface 1.11.162 744 Saturday, September 30, 2017 Approved
AWS Command Line Interface 1.11.160 1887 Tuesday, September 26, 2017 Approved
AWS Command Line Interface 1.11.159 15484 Monday, September 25, 2017 Approved
AWS Command Line Interface 1.11.158 1401 Thursday, September 21, 2017 Approved
AWS Command Line Interface 1.11.157 449 Thursday, September 21, 2017 Approved
AWS Command Line Interface 1.11.156 973 Wednesday, September 20, 2017 Approved
AWS Command Line Interface 1.11.155 756 Tuesday, September 19, 2017 Approved
AWS Command Line Interface 1.11.154 978 Friday, September 15, 2017 Approved
AWS Command Line Interface 1.11.152 904 Wednesday, September 13, 2017 Approved
AWS Command Line Interface 1.11.151 743 Tuesday, September 12, 2017 Approved
AWS Command Line Interface 1.11.150 734 Tuesday, September 12, 2017 Approved
AWS Command Line Interface 1.11.148 1281 Friday, September 8, 2017 Approved
AWS Command Line Interface 1.11.146 1110 Tuesday, September 5, 2017 Approved
AWS Command Line Interface 1.11.145 1714 Saturday, September 2, 2017 Approved
AWS Command Line Interface 1.11.144 13598 Friday, September 1, 2017 Approved
AWS Command Line Interface 1.11.143 708 Thursday, August 31, 2017 Approved
AWS Command Line Interface 1.11.142 913 Tuesday, August 29, 2017 Approved
AWS Command Line Interface 1.11.141 1844 Saturday, August 26, 2017 Approved
AWS Command Line Interface 1.11.140 1119 Thursday, August 24, 2017 Approved
AWS Command Line Interface 1.11.139 958 Wednesday, August 23, 2017 Approved
AWS Command Line Interface 1.11.137 1525 Tuesday, August 22, 2017 Approved
AWS Command Line Interface 1.11.133 4182 Saturday, August 12, 2017 Approved
AWS Command Line Interface 1.11.132 1005 Friday, August 11, 2017 Approved
AWS Command Line Interface 1.11.131 1212 Wednesday, August 9, 2017 Approved
AWS Command Line Interface 1.11.129 7075 Wednesday, August 2, 2017 Approved
AWS Command Line Interface 1.11.128 1120 Tuesday, August 1, 2017 Approved
AWS Command Line Interface 1.11.127 2208 Friday, July 28, 2017 Approved
AWS Command Line Interface 1.11.126 1120 Thursday, July 27, 2017 Approved
AWS Command Line Interface 1.11.125 593 Wednesday, July 26, 2017 Approved
AWS Command Line Interface 1.11.124 1680 Monday, July 24, 2017 Approved
AWS Command Line Interface 1.11.123 2214 Friday, July 21, 2017 Approved
AWS Command Line Interface 1.11.122 1040 Wednesday, July 19, 2017 Approved
AWS Command Line Interface 1.11.121 1546 Tuesday, July 18, 2017 Approved
AWS Command Line Interface 1.11.120 2050 Saturday, July 15, 2017 Approved
AWS Command Line Interface 1.11.118 1827 Thursday, July 13, 2017 Approved
AWS Command Line Interface 1.11.115 8449 Friday, June 30, 2017 Approved
AWS Command Line Interface 1.11.114 1281 Thursday, June 29, 2017 Approved
AWS Command Line Interface 1.11.113 1250 Wednesday, June 28, 2017 Approved
AWS Command Line Interface 1.11.112 3413 Friday, June 23, 2017 Approved
AWS Command Line Interface 1.11.111 814 Friday, June 23, 2017 Approved
AWS Command Line Interface 1.11.110 1241 Thursday, June 22, 2017 Approved
AWS Command Line Interface 1.11.109 876 Wednesday, June 21, 2017 Approved
AWS Command Line Interface 1.11.108 1396 Monday, June 19, 2017 Approved
AWS Command Line Interface 1.11.107 1555 Sunday, June 18, 2017 Approved
AWS Command Line Interface 1.11.101 7195 Thursday, June 8, 2017 Approved
AWS Command Line Interface 1.11.100 1484 Wednesday, June 7, 2017 Approved
AWS Command Line Interface 1.11.99 629 Wednesday, June 7, 2017 Approved
AWS Command Line Interface 1.11.98 756 Monday, June 5, 2017 Approved
AWS Command Line Interface 1.11.97 3073 Saturday, June 3, 2017 Approved
AWS Command Line Interface 1.11.96 1179 Friday, June 2, 2017 Approved
AWS Command Line Interface 1.11.95 1189 Wednesday, May 31, 2017 Approved
AWS Command Line Interface 1.11.94 1128 Wednesday, May 31, 2017 Approved
AWS Command Line Interface 1.11.91 4666 Wednesday, May 24, 2017 Approved
AWS Command Line Interface 1.11.90 723 Tuesday, May 23, 2017 Approved
AWS Command Line Interface 1.11.89 3201 Friday, May 19, 2017 Approved
AWS Command Line Interface 1.11.88 999 Thursday, May 18, 2017 Approved
AWS Command Line Interface 1.11.87 1219 Wednesday, May 17, 2017 Approved
AWS Command Line Interface 1.11.86 1133 Tuesday, May 16, 2017 Approved
AWS Command Line Interface 1.11.85 2356 Friday, May 12, 2017 Approved
AWS Command Line Interface 1.11.83 3899 Friday, May 5, 2017 Approved
AWS Command Line Interface 1.11.82 3591 Saturday, April 29, 2017 Approved
AWS Command Line Interface 1.11.81 1852 Wednesday, April 26, 2017 Approved
AWS Command Line Interface 1.11.80 1405 Saturday, April 22, 2017 Approved
AWS Command Line Interface 1.11.79 590 Friday, April 21, 2017 Approved
AWS Command Line Interface 1.11.78 878 Wednesday, April 19, 2017 Approved
AWS Command Line Interface 1.11.77 1473 Tuesday, April 18, 2017 Approved
AWS Command Line Interface 1.11.76 7943 Tuesday, April 11, 2017 Approved
AWS Command Line Interface 1.11.75 1436 Saturday, April 8, 2017 Approved
AWS Command Line Interface 1.11.74 849 Thursday, April 6, 2017 Approved
AWS Command Line Interface 1.11.73 882 Thursday, April 6, 2017 Approved
AWS Command Line Interface 1.11.72 739 Tuesday, April 4, 2017 Approved
AWS Command Line Interface 1.11.71 663 Tuesday, April 4, 2017 Approved
AWS Command Line Interface 1.11.70 905 Friday, March 31, 2017 Approved
AWS Command Line Interface 1.11.69 571 Friday, March 31, 2017 Approved
AWS Command Line Interface 1.11.68 1051 Wednesday, March 29, 2017 Approved
AWS Command Line Interface 1.11.67 679 Tuesday, March 28, 2017 Approved
AWS Command Line Interface 1.11.66 996 Thursday, March 23, 2017 Approved
AWS Command Line Interface 1.11.65 809 Thursday, March 23, 2017 Approved
AWS Command Line Interface 1.11.64 653 Wednesday, March 22, 2017 Approved
AWS Command Line Interface 1.11.63 1771 Tuesday, March 14, 2017 Approved
AWS Command Line Interface 1.11.61 852 Friday, March 10, 2017 Approved
AWS Command Line Interface 1.11.60 727 Friday, March 10, 2017 Approved
AWS Command Line Interface 1.11.59 662 Thursday, March 9, 2017 Approved
AWS Command Line Interface 1.11.58 669 Wednesday, March 8, 2017 Approved
AWS Command Line Interface 1.11.57 617 Tuesday, March 7, 2017 Approved
AWS Command Line Interface 1.11.56 1808 Tuesday, February 28, 2017 Approved
AWS Command Line Interface 1.11.55 761 Sunday, February 26, 2017 Approved
AWS Command Line Interface 1.11.54 745 Friday, February 24, 2017 Approved
AWS Command Line Interface 1.11.52 1080 Wednesday, February 22, 2017 Approved
AWS Command Line Interface 1.11.51 42630 Sunday, February 19, 2017 Approved
AWS Command Line Interface 1.11.50 765 Friday, February 17, 2017 Approved
AWS Command Line Interface 1.11.49 732 Thursday, February 16, 2017 Approved
AWS Command Line Interface 1.11.48 777 Wednesday, February 15, 2017 Approved
AWS Command Line Interface 1.11.47 525 Tuesday, February 14, 2017 Approved
AWS Command Line Interface 1.11.46 1385 Friday, February 10, 2017 Approved
AWS Command Line Interface 1.11.45 962 Wednesday, February 8, 2017 Approved
AWS Command Line Interface 1.11.43 2427 Thursday, January 26, 2017 Approved
AWS Command Line Interface 1.11.42 702 Wednesday, January 25, 2017 Approved
AWS Command Line Interface 1.11.41 3186 Friday, January 20, 2017 Approved
AWS Command Line Interface 1.11.40 496 Friday, January 20, 2017 Approved
AWS Command Line Interface 1.11.39 741 Thursday, January 19, 2017 Approved
AWS Command Line Interface 1.11.38 686 Tuesday, January 17, 2017 Approved
AWS Command Line Interface 1.11.37 520 Tuesday, January 17, 2017 Approved
AWS Command Line Interface 1.11.36 1857 Wednesday, January 4, 2017 Approved
AWS Command Line Interface 1.11.34 1656 Friday, December 23, 2016 Approved
AWS Command Line Interface 1.11.33 936 Thursday, December 22, 2016 Approved
AWS Command Line Interface 1.11.32 632 Wednesday, December 21, 2016 Approved
AWS Command Line Interface 1.11.31 695 Tuesday, December 20, 2016 Approved
AWS Command Line Interface 1.11.30 847 Friday, December 16, 2016 Approved
AWS Command Line Interface 1.11.24 1944 Saturday, December 3, 2016 Approved
AWS Command Line Interface 1.11.22 1463 Wednesday, November 30, 2016 Approved
AWS Command Line Interface 1.10.38 10411 Wednesday, June 15, 2016 Approved
AWS Command Line Interface 1.10.35 471 Friday, June 3, 2016 Approved
AWS Command Line Interface 1.10.33 402 Friday, May 27, 2016 Approved
AWS Command Line Interface 1.10.30 409 Wednesday, May 18, 2016 Approved
AWS Command Line Interface 1.10.27 450 Wednesday, May 11, 2016 Approved
AWS Command Line Interface 1.10.26 412 Friday, May 6, 2016 Approved
AWS Command Line Interface 1.10.25 392 Wednesday, May 4, 2016 Approved
AWS Command Line Interface 1.10.24 452 Friday, April 29, 2016 Approved
AWS Command Line Interface 1.10.23 494 Thursday, April 28, 2016 Approved
AWS Command Line Interface 1.10.22 610 Friday, April 22, 2016 Approved
AWS Command Line Interface 1.10.21 513 Tuesday, April 19, 2016 Approved
AWS Command Line Interface 1.10.20 653 Tuesday, April 12, 2016 Approved
AWS Command Line Interface 1.10.18 529 Monday, April 11, 2016 Approved
AWS Command Line Interface 1.10.16 826 Friday, March 25, 2016 Approved
AWS Command Line Interface 1.10.15 537 Wednesday, March 23, 2016 Approved
AWS Command Line Interface 1.10.14 522 Friday, March 18, 2016 Approved
AWS Command Line Interface 1.10.13 469 Wednesday, March 16, 2016 Approved
AWS Command Line Interface 1.10.12 522 Friday, March 11, 2016 Approved
AWS Command Line Interface 1.10.11 539 Wednesday, March 9, 2016 Approved
AWS Command Line Interface 1.10.10 530 Friday, March 4, 2016 Approved
AWS Command Line Interface 1.10.9 505 Wednesday, March 2, 2016 Approved
AWS Command Line Interface 1.10.8 517 Monday, February 29, 2016 Approved
AWS Command Line Interface 1.10.7 618 Wednesday, February 24, 2016 Approved
awscli 1.0.4 13358 Saturday, February 22, 2014 Approved
awscli 1.0.3 551 Saturday, December 7, 2013 Approved
awscli 1.0.2 490 Saturday, December 7, 2013 Approved
awscli 1.0.1 673 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