Chocolatey Community Coffee Break

Join the Chocolatey Team on our regular monthly stream where we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

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

Announcing Chocolatey Central Management 0.10.0

Livestream from
Thursday, 06 October 2022

We recently released our largest update to Chocolatey Central Management so far. Join Gary and Steph to find out more about Chocolatey Central Management and the new features and fixes we've added to this release.

Watch On-Demand
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
Chocolatey Product Spotlight: Chocolatey 1.2.0 and Chocolatey Licensed Extension 5.0.0

Livestream from
Thursday, 03 November 2022

Join Paul and Gary for this months Chocolatey product livestream where we look at the latest release of Chocolatey 1.2.0, Chocolatey Licensed Extension 5.0.0 and shine a spotlight on the new hook scripts functionality. This opens up so many possibilities for Chocolatey CLI users!

Watch On-Demand
Chocolatey Coding Livestream

Livestream from
Tuesday, 29 November 2022

Join Josh as he adds the ability to manage Chocolatey GUI config and features with the Chocolatey Ansible Collection.

Watch On-Demand
Introduction into Chocolatey with Veeam

Webinar from
Tuesday, 13 December 2022

Join Gary, Paul, and Maurice as they introduce and demonstrate how to use Chocolatey! Questions will be answered live in an Ask Me Anything format.

Watch On-Demand

Downloads:

3,651,703

Downloads of v 1.19.92:

65

Last Update:

10 Jun 2021

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.19.92 | Updated: 10 Jun 2021

Downloads:

3,651,703

Downloads of v 1.19.92:

65

Maintainer(s):

Software Author(s):

  • Amazon Web Services

AWS Command Line Interface (Install) 1.19.92

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

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


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

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


package { 'awscli':
  ensure   => '1.19.92',
  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 11 Jun 2021.

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\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)"}
}
tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop';

$toolsDir   = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url        = 'https://s3.amazonaws.com/aws-cli/AWSCLI32PY3-1.19.92.msi'
$checksum   = '4bf975aabeaa014ba0155368926b9e739c2e8fa447d1037d9d68c7b9e47bbbb9'
$url64      = 'https://s3.amazonaws.com/aws-cli/AWSCLI64PY3-1.19.92.msi'
$checksum64 = '9157c1f49758f9d44043c14c7c9d458f63938723157437c7ffd891979def12c9'
 
$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

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.13.21 98 Saturday, September 23, 2023
Waiting for Maintainer
AWS Command Line Interface v2 (Install) 2.13.20 23507 Thursday, September 21, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.19 12519 Saturday, September 16, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.18 6982 Thursday, September 14, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.17 53 Saturday, September 9, 2023
Waiting for Maintainer
AWS Command Line Interface v2 (Install) 2.13.16 17587 Thursday, September 7, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.15 12046 Saturday, September 2, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.14 7880 Thursday, August 31, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.13 13123 Saturday, August 26, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.12 6963 Thursday, August 24, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.11 1603 Saturday, August 19, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.9 27164 Saturday, August 12, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.8 7219 Thursday, August 10, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.7 12872 Saturday, August 5, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.6 7553 Thursday, August 3, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.5 44 Saturday, July 29, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.4 15619 Thursday, July 27, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.3 14364 Saturday, July 22, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.2 14322 Thursday, July 20, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.1 23062 Friday, July 14, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.0 26632 Saturday, July 8, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.7 10984 Thursday, July 6, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.6 17511 Saturday, July 1, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.5 7314 Friday, June 30, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.4 8085 Thursday, June 29, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.3 17443 Saturday, June 24, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.2 10852 Thursday, June 22, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.1 18027 Saturday, June 17, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.0 11830 Thursday, June 15, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.27 12955 Saturday, June 10, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.26 6948 Thursday, June 8, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.25 12490 Saturday, June 3, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.24 7199 Thursday, June 1, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.23 12633 Saturday, May 27, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.22 7781 Thursday, May 25, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.21 13185 Saturday, May 20, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.20 25123 Saturday, May 13, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.19 9757 Thursday, May 11, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.17 17131 Thursday, May 4, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.16 14469 Saturday, April 29, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.13 24432 Saturday, April 15, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.11 21860 Monday, April 10, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.10 8941 Thursday, April 6, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.9 8696 Tuesday, April 4, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.8 9223 Saturday, April 1, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.6 17460 Saturday, March 25, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.5 6813 Thursday, March 23, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.4 17078 Saturday, March 18, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.2 17633 Saturday, March 11, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.1 7518 Thursday, March 9, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.0 14253 Friday, March 3, 2023 Approved
AWS Command Line Interface v2 (Install) 2.10.4 5913 Thursday, March 2, 2023 Approved
AWS Command Line Interface v2 (Install) 2.10.3 11533 Saturday, February 25, 2023 Approved
AWS Command Line Interface v2 (Install) 2.10.2 8177 Thursday, February 23, 2023 Approved
AWS Command Line Interface v2 (Install) 2.10.1 12411 Saturday, February 18, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.23 17543 Saturday, February 11, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.22 7316 Thursday, February 9, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.21 11254 Monday, February 6, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.20 11402 Thursday, February 2, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.19 11383 Monday, January 30, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.18 11702 Thursday, January 26, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.17 13345 Saturday, January 21, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.16 8490 Thursday, January 19, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.15 12746 Saturday, January 14, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.14 7468 Thursday, January 12, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.13 15751 Friday, January 6, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.12 14385 Saturday, December 31, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.11 6950 Thursday, December 29, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.10 11123 Friday, December 23, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.9 7340 Thursday, December 22, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.8 12814 Saturday, December 17, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.7 8450 Thursday, December 15, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.6 13888 Saturday, December 10, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.5 7381 Thursday, December 8, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.4 12263 Saturday, December 3, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.3 6301 Thursday, December 1, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.2 5389 Wednesday, November 30, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.1 13251 Thursday, November 24, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.0 15030 Saturday, November 19, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.13 6733 Thursday, November 17, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.12 9552 Saturday, November 12, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.11 11485 Thursday, November 10, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.9 13101 Saturday, November 5, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.8 7456 Thursday, November 3, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.7 15596 Friday, October 28, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.6 7350 Thursday, October 27, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.5 10745 Saturday, October 22, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.3 17619 Friday, October 14, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.2 15489 Saturday, October 8, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.1 6552 Thursday, October 6, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.0 10722 Saturday, October 1, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.35 13601 Saturday, September 24, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.34 6681 Thursday, September 22, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.33 11559 Saturday, September 17, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.32 6882 Thursday, September 15, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.31 14030 Saturday, September 10, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.30 7620 Thursday, September 8, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.29 13845 Monday, September 5, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.28 19819 Thursday, September 1, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.26 23100 Thursday, August 25, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.25 16524 Saturday, August 20, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.24 11559 Wednesday, August 17, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.22 15243 Friday, August 12, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.21 32297 Thursday, August 4, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.20 16059 Saturday, July 30, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.19 7893 Thursday, July 28, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.18 13980 Saturday, July 23, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.17 8167 Thursday, July 21, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.16 13955 Saturday, July 16, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.15 7234 Thursday, July 14, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.14 13279 Saturday, July 9, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.13 6197 Thursday, July 7, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.11 27702 Saturday, June 25, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.9 18236 Saturday, June 18, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.8 4828 Friday, June 17, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.7 21221 Thursday, June 9, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.6 11500 Saturday, June 4, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.5 6909 Thursday, June 2, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.4 11501 Friday, May 27, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.3 6086 Thursday, May 26, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.2 12254 Saturday, May 21, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.1 7865 Wednesday, May 18, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.0 11169 Saturday, May 14, 2022 Approved
AWS Command Line Interface v2 (Install) 2.6.4 6779 Wednesday, May 11, 2022 Approved
AWS Command Line Interface v2 (Install) 2.6.3 8171 Sunday, May 8, 2022 Approved
AWS Command Line Interface v2 (Install) 2.6.2 6826 Thursday, May 5, 2022 Approved
AWS Command Line Interface v2 (Install) 2.6.1 9317 Friday, April 29, 2022 Approved
AWS Command Line Interface v2 (Install) 2.6.0 5225 Thursday, April 28, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.8 10671 Friday, April 22, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.7 3669 Thursday, April 21, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.6 10492 Saturday, April 16, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.4 11198 Saturday, April 9, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.3 5767 Thursday, April 7, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.2 8534 Saturday, April 2, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.1 5802 Thursday, March 31, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.0 6657 Monday, March 28, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.29 7509 Saturday, March 26, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.28 5451 Thursday, March 24, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.27 10359 Friday, March 18, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.25 12116 Friday, March 11, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.24 5894 Wednesday, March 9, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.23 8695 Friday, March 4, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.22 5994 Wednesday, March 2, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.21 10926 Friday, February 25, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.20 6015 Wednesday, February 23, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.19 8048 Friday, February 18, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.18 10483 Friday, February 11, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.17 6717 Wednesday, February 9, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.16 8250 Friday, February 4, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.15 10451 Friday, January 28, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.13 10761 Friday, January 21, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.12 14726 Wednesday, January 19, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.11 6703 Friday, January 14, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.10 4088 Wednesday, January 12, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.9 6753 Friday, January 7, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.7 13144 Wednesday, December 22, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.6 16250 Friday, December 10, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.5 8435 Saturday, December 4, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.4 2580 Friday, December 3, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.3 4922 Tuesday, November 30, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.2 6536 Saturday, November 27, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.1 5987 Wednesday, November 24, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.0 6746 Friday, November 19, 2021 Approved
AWS Command Line Interface v2 (Install) 2.3.7 5127 Wednesday, November 17, 2021 Approved
AWS Command Line Interface v2 (Install) 2.3.6 7319 Friday, November 12, 2021 Approved
AWS Command Line Interface v2 (Install) 2.3.5 5048 Wednesday, November 10, 2021 Approved
AWS Command Line Interface v2 (Install) 2.3.4 6847 Friday, November 5, 2021 Approved
AWS Command Line Interface v2 (Install) 2.3.0 16148 Friday, October 22, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.47 4782 Wednesday, October 20, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.46 6605 Friday, October 15, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.45 5660 Tuesday, October 12, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.43 12368 Friday, October 1, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.42 4495 Wednesday, September 29, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.41 6472 Friday, September 24, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.40 3911 Wednesday, September 22, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.39 6006 Friday, September 17, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.38 4358 Wednesday, September 15, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.37 7384 Friday, September 10, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.36 4083 Wednesday, September 8, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.35 5704 Friday, September 3, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.33 7905 Friday, August 27, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.32 3574 Wednesday, August 25, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.31 6340 Friday, August 20, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.30 4102 Wednesday, August 18, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.29 5714 Friday, August 13, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.28 3785 Wednesday, August 11, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.27 6308 Friday, August 6, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.26 3265 Wednesday, August 4, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.25 7403 Saturday, July 31, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.24 1967 Friday, July 30, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.23 2330 Wednesday, July 28, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.22 6862 Friday, July 23, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.21 4456 Wednesday, July 21, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.20 5113 Friday, July 16, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.19 3263 Thursday, July 15, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.18 7000 Friday, July 9, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.17 3823 Wednesday, July 7, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.16 6967 Friday, July 2, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.15 5917 Wednesday, June 30, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.14 5401 Friday, June 25, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.13 7735 Thursday, June 17, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.12 6026 Wednesday, June 16, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.11 5477 Friday, June 11, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.10 4675 Wednesday, June 9, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.9 5873 Friday, June 4, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.8 3318 Wednesday, June 2, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.7 6389 Friday, May 28, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.6 4315 Wednesday, May 26, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.5 13254 Saturday, May 15, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.4 5517 Wednesday, May 12, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.3 5693 Friday, May 7, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.2 3883 Wednesday, May 5, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.1 4965 Friday, April 30, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.0 3066 Wednesday, April 28, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.39 70 Thursday, April 22, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.38 12242 Friday, April 16, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.37 4017 Wednesday, April 14, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.36 5597 Friday, April 9, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.35 379 Wednesday, April 7, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.34 8383 Friday, April 2, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.33 3263 Wednesday, March 31, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.32 510 Tuesday, March 30, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.29 51933 Tuesday, March 16, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.28 18453 Tuesday, February 23, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.27 32129 Wednesday, February 17, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.26 5843 Friday, February 12, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.25 3034 Wednesday, February 10, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.24 6566 Friday, February 5, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.23 3483 Wednesday, February 3, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.22 9863 Friday, January 29, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.21 7629 Friday, January 22, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.20 4288 Wednesday, January 20, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.19 5565 Friday, January 15, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.18 2732 Wednesday, January 13, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.17 4931 Friday, January 8, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.16 1859 Wednesday, January 6, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.15 5528 Wednesday, December 30, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.14 4021 Wednesday, December 23, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.13 4494 Friday, December 18, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.12 1874 Thursday, December 17, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.11 1643 Wednesday, December 16, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.10 5167 Friday, December 11, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.9 1629 Thursday, December 10, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.8 3055 Wednesday, December 9, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.7 4636 Friday, December 4, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.6 2414 Wednesday, December 2, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.4 6739 Wednesday, November 25, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.3 4202 Friday, November 20, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.2 2119 Wednesday, November 18, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.1 4392 Friday, November 13, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.0 3990 Wednesday, November 11, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.63 4623 Tuesday, November 10, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.62 2806 Friday, November 6, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.61 7079 Friday, October 30, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.60 3991 Wednesday, October 28, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.59 7153 Friday, October 23, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.58 3217 Wednesday, October 21, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.57 3670 Friday, October 16, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.56 8988 Friday, October 9, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.55 5519 Wednesday, October 7, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.54 4931 Friday, October 2, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.53 5853 Wednesday, September 30, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.52 4314 Friday, September 25, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.51 2352 Thursday, September 24, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.50 6514 Friday, September 18, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.49 2913 Wednesday, September 16, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.48 5175 Friday, September 11, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.47 3270 Wednesday, September 9, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.46 3824 Friday, September 4, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.45 2669 Wednesday, September 2, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.44 3171 Friday, August 28, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.43 4755 Wednesday, August 26, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.42 5695 Friday, August 21, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.41 3121 Wednesday, August 19, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.40 3582 Friday, August 14, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.39 3749 Wednesday, August 12, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.38 4187 Friday, August 7, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.37 3047 Wednesday, August 5, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.36 3986 Friday, July 31, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.35 2956 Wednesday, July 29, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.34 4473 Friday, July 24, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.33 3314 Wednesday, July 22, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.31 5518 Thursday, July 16, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.30 7905 Friday, July 10, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.29 2734 Wednesday, July 8, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.28 3921 Friday, July 3, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.27 2784 Wednesday, July 1, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.26 4287 Friday, June 26, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.25 2869 Wednesday, June 24, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.24 4354 Friday, June 19, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.23 2698 Wednesday, June 17, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.22 5482 Friday, June 12, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.21 1198 Thursday, June 11, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.20 1826 Wednesday, June 10, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.19 3585 Friday, June 5, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.18 2090 Wednesday, June 3, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.17 4552 Wednesday, May 27, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.15 3452 Thursday, May 21, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.14 5593 Friday, May 15, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.13 2484 Wednesday, May 13, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.12 3972 Friday, May 8, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.11 3181 Wednesday, May 6, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.10 6367 Tuesday, April 28, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.9 3357 Thursday, April 23, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.8 4701 Friday, April 17, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.7 6180 Tuesday, April 7, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.6 5771 Tuesday, March 31, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.5 5078 Tuesday, March 24, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.4 5268 Wednesday, March 18, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.3 5646 Tuesday, March 10, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.2 4271 Tuesday, March 3, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.1 5717 Wednesday, February 26, 2020 Approved
AWS Command Line Interface (Install) 1.29.57 6 Saturday, September 30, 2023 Approved
AWS Command Line Interface (Install) 1.29.55 5 Wednesday, September 27, 2023 Approved
AWS Command Line Interface (Install) 1.29.54 6 Tuesday, September 26, 2023 Approved
AWS Command Line Interface (Install) 1.29.51 11 Wednesday, September 20, 2023 Approved
AWS Command Line Interface (Install) 1.29.50 10 Tuesday, September 19, 2023 Approved
AWS Command Line Interface (Install) 1.29.48 10 Friday, September 15, 2023 Approved
AWS Command Line Interface (Install) 1.29.45 10 Tuesday, September 12, 2023 Approved
AWS Command Line Interface (Install) 1.29.43 8 Friday, September 8, 2023 Approved
AWS Command Line Interface (Install) 1.29.41 10 Wednesday, September 6, 2023 Approved
AWS Command Line Interface (Install) 1.29.36 19 Tuesday, August 29, 2023 Approved
AWS Command Line Interface (Install) 1.29.34 11 Friday, August 25, 2023 Approved
AWS Command Line Interface (Install) 1.29.32 9 Wednesday, August 23, 2023 Approved
AWS Command Line Interface (Install) 1.29.31 15 Tuesday, August 22, 2023 Approved
AWS Command Line Interface (Install) 1.29.29 16 Friday, August 18, 2023 Approved
AWS Command Line Interface (Install) 1.29.26 15 Tuesday, August 15, 2023 Approved
AWS Command Line Interface (Install) 1.29.24 12 Friday, August 11, 2023 Approved
AWS Command Line Interface (Install) 1.29.22 27 Wednesday, August 9, 2023 Approved
AWS Command Line Interface (Install) 1.29.16 15 Tuesday, August 1, 2023 Approved
AWS Command Line Interface (Install) 1.29.14 15 Friday, July 28, 2023 Approved
AWS Command Line Interface (Install) 1.29.11 13 Wednesday, July 26, 2023 Approved
AWS Command Line Interface (Install) 1.29.5 10 Wednesday, July 19, 2023 Approved
AWS Command Line Interface (Install) 1.29.4 11 Tuesday, July 18, 2023 Approved
AWS Command Line Interface (Install) 1.29.2 17 Wednesday, July 12, 2023 Approved
AWS Command Line Interface (Install) 1.29.0 39 Friday, July 7, 2023 Approved
AWS Command Line Interface (Install) 1.28.0 13 Tuesday, July 4, 2023 Approved
AWS Command Line Interface (Install) 1.27.162 14 Wednesday, June 28, 2023 Approved
AWS Command Line Interface (Install) 1.27.161 13 Tuesday, June 27, 2023 Approved
AWS Command Line Interface (Install) 1.27.159 12 Friday, June 23, 2023 Approved
AWS Command Line Interface (Install) 1.27.157 11 Wednesday, June 21, 2023 Approved
AWS Command Line Interface (Install) 1.27.156 12 Tuesday, June 20, 2023 Approved
AWS Command Line Interface (Install) 1.27.153 11 Wednesday, June 14, 2023 Approved
AWS Command Line Interface (Install) 1.27.152 9 Tuesday, June 13, 2023 Approved
AWS Command Line Interface (Install) 1.27.150 14 Friday, June 9, 2023 Approved
AWS Command Line Interface (Install) 1.27.148 14 Wednesday, June 7, 2023 Approved
AWS Command Line Interface (Install) 1.27.145 12 Friday, June 2, 2023 Approved
AWS Command Line Interface (Install) 1.27.143 13 Wednesday, May 31, 2023 Approved
AWS Command Line Interface (Install) 1.27.141 12 Friday, May 26, 2023 Approved
AWS Command Line Interface (Install) 1.27.139 11 Wednesday, May 24, 2023 Approved
AWS Command Line Interface (Install) 1.27.138 12 Tuesday, May 23, 2023 Approved
AWS Command Line Interface (Install) 1.27.135 12 Thursday, May 18, 2023 Approved
AWS Command Line Interface (Install) 1.27.134 25 Tuesday, May 16, 2023 Approved
AWS Command Line Interface (Install) 1.27.133 12 Friday, May 12, 2023 Approved
AWS Command Line Interface (Install) 1.27.131 15 Wednesday, May 10, 2023 Approved
AWS Command Line Interface (Install) 1.27.130 18 Tuesday, May 9, 2023 Approved
AWS Command Line Interface (Install) 1.27.127 14 Friday, May 5, 2023 Approved
AWS Command Line Interface (Install) 1.27.125 11 Wednesday, May 3, 2023 Approved
AWS Command Line Interface (Install) 1.27.124 13 Tuesday, May 2, 2023 Approved
AWS Command Line Interface (Install) 1.27.122 12 Friday, April 28, 2023 Approved
AWS Command Line Interface (Install) 1.27.120 12 Wednesday, April 26, 2023 Approved
AWS Command Line Interface (Install) 1.27.119 13 Tuesday, April 25, 2023 Approved
AWS Command Line Interface (Install) 1.27.113 14 Friday, April 14, 2023 Approved
AWS Command Line Interface (Install) 1.27.110 16 Tuesday, April 11, 2023 Approved
AWS Command Line Interface (Install) 1.27.106 18 Wednesday, April 5, 2023 Approved
AWS Command Line Interface (Install) 1.27.101 19 Wednesday, March 29, 2023 Approved
AWS Command Line Interface (Install) 1.27.100 16 Tuesday, March 28, 2023 Approved
AWS Command Line Interface (Install) 1.27.98 15 Friday, March 24, 2023 Approved
AWS Command Line Interface (Install) 1.27.93 16 Friday, March 17, 2023 Approved
AWS Command Line Interface (Install) 1.27.90 15 Tuesday, March 14, 2023 Approved
AWS Command Line Interface (Install) 1.27.88 14 Friday, March 10, 2023 Approved
AWS Command Line Interface (Install) 1.27.86 15 Wednesday, March 8, 2023 Approved
AWS Command Line Interface (Install) 1.27.85 16 Tuesday, March 7, 2023 Approved
AWS Command Line Interface (Install) 1.27.81 14 Wednesday, March 1, 2023 Approved
AWS Command Line Interface (Install) 1.27.80 13 Tuesday, February 28, 2023 Approved
AWS Command Line Interface (Install) 1.27.78 15 Friday, February 24, 2023 Approved
AWS Command Line Interface (Install) 1.27.75 16 Tuesday, February 21, 2023 Approved
AWS Command Line Interface (Install) 1.27.73 16 Friday, February 17, 2023 Approved
AWS Command Line Interface (Install) 1.27.71 15 Wednesday, February 15, 2023 Approved
AWS Command Line Interface (Install) 1.27.70 17 Tuesday, February 14, 2023 Approved
AWS Command Line Interface (Install) 1.27.68 15 Friday, February 10, 2023 Approved
AWS Command Line Interface (Install) 1.27.66 15 Wednesday, February 8, 2023 Approved
AWS Command Line Interface (Install) 1.27.65 18 Tuesday, February 7, 2023 Approved
AWS Command Line Interface (Install) 1.27.63 16 Friday, February 3, 2023 Approved
AWS Command Line Interface (Install) 1.27.61 17 Wednesday, February 1, 2023 Approved
AWS Command Line Interface (Install) 1.27.60 20 Tuesday, January 31, 2023 Approved
AWS Command Line Interface (Install) 1.27.58 15 Friday, January 27, 2023 Approved
AWS Command Line Interface (Install) 1.27.56 18 Wednesday, January 25, 2023 Approved
AWS Command Line Interface (Install) 1.27.53 18 Friday, January 20, 2023 Approved
AWS Command Line Interface (Install) 1.27.51 17 Wednesday, January 18, 2023 Approved
AWS Command Line Interface (Install) 1.27.49 21 Friday, January 13, 2023 Approved
AWS Command Line Interface (Install) 1.27.47 16 Wednesday, January 11, 2023 Approved
AWS Command Line Interface (Install) 1.27.46 17 Tuesday, January 10, 2023 Approved
AWS Command Line Interface (Install) 1.27.43 16 Thursday, January 5, 2023 Approved
AWS Command Line Interface (Install) 1.27.40 21 Friday, December 30, 2022 Approved
AWS Command Line Interface (Install) 1.27.38 25 Wednesday, December 28, 2022 Approved
AWS Command Line Interface (Install) 1.27.36 18 Friday, December 23, 2022 Approved
AWS Command Line Interface (Install) 1.27.33 18 Tuesday, December 20, 2022 Approved
AWS Command Line Interface (Install) 1.27.31 16 Friday, December 16, 2022 Approved
AWS Command Line Interface (Install) 1.27.29 18 Wednesday, December 14, 2022 Approved
AWS Command Line Interface (Install) 1.27.26 20 Friday, December 9, 2022 Approved
AWS Command Line Interface (Install) 1.27.24 20 Wednesday, December 7, 2022 Approved
AWS Command Line Interface (Install) 1.27.23 20 Tuesday, December 6, 2022 Approved
AWS Command Line Interface (Install) 1.27.15 25 Wednesday, November 23, 2022 Approved
AWS Command Line Interface (Install) 1.27.14 20 Tuesday, November 22, 2022 Approved
AWS Command Line Interface (Install) 1.27.12 22 Friday, November 18, 2022 Approved
AWS Command Line Interface (Install) 1.27.10 22 Wednesday, November 16, 2022 Approved
AWS Command Line Interface (Install) 1.27.9 24 Tuesday, November 15, 2022 Approved
AWS Command Line Interface (Install) 1.27.7 27 Friday, November 11, 2022 Approved
AWS Command Line Interface (Install) 1.27.4 21 Tuesday, November 8, 2022 Approved
AWS Command Line Interface (Install) 1.27.3 21 Saturday, November 5, 2022 Approved
AWS Command Line Interface (Install) 1.27.2 23 Friday, November 4, 2022 Approved
AWS Command Line Interface (Install) 1.27.0 29 Wednesday, November 2, 2022 Approved
AWS Command Line Interface (Install) 1.26.5 27 Tuesday, November 1, 2022 Approved
AWS Command Line Interface (Install) 1.26.3 24 Friday, October 28, 2022 Approved
AWS Command Line Interface (Install) 1.26.1 21 Wednesday, October 26, 2022 Approved
AWS Command Line Interface (Install) 1.26.0 30 Tuesday, October 25, 2022 Approved
AWS Command Line Interface (Install) 1.25.96 20 Friday, October 21, 2022 Approved
AWS Command Line Interface (Install) 1.25.94 25 Wednesday, October 19, 2022 Approved
AWS Command Line Interface (Install) 1.25.93 25 Tuesday, October 18, 2022 Approved
AWS Command Line Interface (Install) 1.25.92 27 Saturday, October 15, 2022 Approved
AWS Command Line Interface (Install) 1.25.89 31 Friday, October 7, 2022 Approved
AWS Command Line Interface (Install) 1.25.87 24 Wednesday, October 5, 2022 Approved
AWS Command Line Interface (Install) 1.25.83 24 Wednesday, September 28, 2022 Approved
AWS Command Line Interface (Install) 1.25.82 21 Tuesday, September 27, 2022 Approved
AWS Command Line Interface (Install) 1.25.78 29 Wednesday, September 21, 2022 Approved
AWS Command Line Interface (Install) 1.25.77 31 Monday, September 19, 2022 Approved
AWS Command Line Interface (Install) 1.25.75 32 Friday, September 16, 2022 Approved
AWS Command Line Interface (Install) 1.25.73 27 Wednesday, September 14, 2022 Approved
AWS Command Line Interface (Install) 1.25.68 28 Wednesday, September 7, 2022 Approved
AWS Command Line Interface (Install) 1.25.66 31 Friday, September 2, 2022 Approved
AWS Command Line Interface (Install) 1.25.64 33 Wednesday, August 31, 2022 Approved
AWS Command Line Interface (Install) 1.25.63 29 Tuesday, August 30, 2022 Approved
AWS Command Line Interface (Install) 1.25.62 27 Saturday, August 27, 2022 Approved
AWS Command Line Interface (Install) 1.25.59 33 Wednesday, August 24, 2022 Approved
AWS Command Line Interface (Install) 1.25.58 33 Tuesday, August 23, 2022 Approved
AWS Command Line Interface (Install) 1.25.56 32 Friday, August 19, 2022 Approved
AWS Command Line Interface (Install) 1.25.55 32 Thursday, August 18, 2022 Approved
AWS Command Line Interface (Install) 1.25.51 33 Saturday, August 13, 2022 Approved
AWS Command Line Interface (Install) 1.25.49 28 Thursday, August 11, 2022 Approved
AWS Command Line Interface (Install) 1.25.48 34 Wednesday, August 10, 2022 Approved
AWS Command Line Interface (Install) 1.25.46 33 Friday, August 5, 2022 Approved
AWS Command Line Interface (Install) 1.25.43 32 Tuesday, August 2, 2022 Approved
AWS Command Line Interface (Install) 1.25.42 31 Monday, August 1, 2022 Approved
AWS Command Line Interface (Install) 1.25.40 31 Friday, July 29, 2022 Approved
AWS Command Line Interface (Install) 1.25.38 30 Wednesday, July 27, 2022 Approved
AWS Command Line Interface (Install) 1.25.37 29 Tuesday, July 26, 2022 Approved
AWS Command Line Interface (Install) 1.25.35 29 Friday, July 22, 2022 Approved
AWS Command Line Interface (Install) 1.25.32 29 Tuesday, July 19, 2022 Approved
AWS Command Line Interface (Install) 1.25.28 33 Wednesday, July 13, 2022 Approved
AWS Command Line Interface (Install) 1.25.25 33 Friday, July 8, 2022 Approved
AWS Command Line Interface (Install) 1.25.23 31 Wednesday, July 6, 2022 Approved
AWS Command Line Interface (Install) 1.25.22 34 Saturday, July 2, 2022 Approved
AWS Command Line Interface (Install) 1.25.21 34 Friday, July 1, 2022 Approved
AWS Command Line Interface (Install) 1.25.19 29 Wednesday, June 29, 2022 Approved
AWS Command Line Interface (Install) 1.25.18 29 Tuesday, June 28, 2022 Approved
AWS Command Line Interface (Install) 1.25.16 30 Friday, June 24, 2022 Approved
AWS Command Line Interface (Install) 1.25.14 31 Wednesday, June 22, 2022 Approved
AWS Command Line Interface (Install) 1.25.13 37 Tuesday, June 21, 2022 Approved
AWS Command Line Interface (Install) 1.25.10 39 Thursday, June 16, 2022 Approved
AWS Command Line Interface (Install) 1.25.9 30 Wednesday, June 15, 2022 Approved
AWS Command Line Interface (Install) 1.25.8 50 Tuesday, June 14, 2022 Approved
AWS Command Line Interface (Install) 1.25.7 36 Saturday, June 11, 2022 Approved
AWS Command Line Interface (Install) 1.25.6 35 Friday, June 10, 2022 Approved
AWS Command Line Interface (Install) 1.25.4 27 Wednesday, June 8, 2022 Approved
AWS Command Line Interface (Install) 1.25.3 33 Tuesday, June 7, 2022 Approved
AWS Command Line Interface (Install) 1.25.2 37 Friday, June 3, 2022 Approved
AWS Command Line Interface (Install) 1.25.0 36 Wednesday, June 1, 2022 Approved
AWS Command Line Interface (Install) 1.24.9 32 Friday, May 27, 2022 Approved
AWS Command Line Interface (Install) 1.24.7 37 Wednesday, May 25, 2022 Approved
AWS Command Line Interface (Install) 1.24.6 32 Tuesday, May 24, 2022 Approved
AWS Command Line Interface (Install) 1.24.4 40 Friday, May 20, 2022 Approved
AWS Command Line Interface (Install) 1.24.2 39 Wednesday, May 18, 2022 Approved
AWS Command Line Interface (Install) 1.24.1 39 Tuesday, May 17, 2022 Approved
AWS Command Line Interface (Install) 1.23.13 38 Friday, May 13, 2022 Approved
AWS Command Line Interface (Install) 1.23.11 43 Wednesday, May 11, 2022 Approved
AWS Command Line Interface (Install) 1.23.6 70 Wednesday, May 4, 2022 Approved
AWS Command Line Interface (Install) 1.23.5 43 Tuesday, May 3, 2022 Approved
AWS Command Line Interface (Install) 1.23.3 34 Thursday, April 28, 2022 Approved
AWS Command Line Interface (Install) 1.23.1 33 Wednesday, April 27, 2022 Approved
AWS Command Line Interface (Install) 1.23.0 41 Tuesday, April 26, 2022 Approved
AWS Command Line Interface (Install) 1.22.101 36 Saturday, April 23, 2022 Approved
AWS Command Line Interface (Install) 1.22.98 32 Wednesday, April 20, 2022 Approved
AWS Command Line Interface (Install) 1.22.96 37 Friday, April 15, 2022 Approved
AWS Command Line Interface (Install) 1.22.94 47 Wednesday, April 13, 2022 Approved
AWS Command Line Interface (Install) 1.22.93 44 Tuesday, April 12, 2022 Approved
AWS Command Line Interface (Install) 1.22.89 43 Wednesday, April 6, 2022 Approved
AWS Command Line Interface (Install) 1.22.88 40 Tuesday, April 5, 2022 Approved
AWS Command Line Interface (Install) 1.22.86 38 Friday, April 1, 2022 Approved
AWS Command Line Interface (Install) 1.22.84 38 Wednesday, March 30, 2022 Approved
AWS Command Line Interface (Install) 1.22.81 41 Friday, March 25, 2022 Approved
AWS Command Line Interface (Install) 1.22.79 35 Wednesday, March 23, 2022 Approved
AWS Command Line Interface (Install) 1.22.78 43 Tuesday, March 22, 2022 Approved
AWS Command Line Interface (Install) 1.22.77 41 Saturday, March 19, 2022 Approved
AWS Command Line Interface (Install) 1.22.74 38 Tuesday, March 15, 2022 Approved
AWS Command Line Interface (Install) 1.22.71 42 Thursday, March 10, 2022 Approved
AWS Command Line Interface (Install) 1.22.69 42 Tuesday, March 8, 2022 Approved
AWS Command Line Interface (Install) 1.22.68 41 Saturday, March 5, 2022 Approved
AWS Command Line Interface (Install) 1.22.66 43 Thursday, March 3, 2022 Approved
AWS Command Line Interface (Install) 1.22.64 41 Tuesday, March 1, 2022 Approved
AWS Command Line Interface (Install) 1.22.63 36 Saturday, February 26, 2022 Approved
AWS Command Line Interface (Install) 1.22.61 42 Thursday, February 24, 2022 Approved
AWS Command Line Interface (Install) 1.22.59 44 Tuesday, February 22, 2022 Approved
AWS Command Line Interface (Install) 1.22.58 38 Saturday, February 19, 2022 Approved
AWS Command Line Interface (Install) 1.22.56 42 Thursday, February 17, 2022 Approved
AWS Command Line Interface (Install) 1.22.55 43 Tuesday, February 15, 2022 Approved
AWS Command Line Interface (Install) 1.22.54 87 Saturday, February 12, 2022 Approved
AWS Command Line Interface (Install) 1.22.52 54 Thursday, February 10, 2022 Approved
AWS Command Line Interface (Install) 1.22.50 40 Tuesday, February 8, 2022 Approved
AWS Command Line Interface (Install) 1.22.49 41 Saturday, February 5, 2022 Approved
AWS Command Line Interface (Install) 1.22.47 45 Thursday, February 3, 2022 Approved
AWS Command Line Interface (Install) 1.22.46 52 Saturday, January 29, 2022 Approved
AWS Command Line Interface (Install) 1.22.44 47 Thursday, January 27, 2022 Approved
AWS Command Line Interface (Install) 1.22.42 49 Monday, January 24, 2022 Approved
AWS Command Line Interface (Install) 1.22.39 50 Thursday, January 20, 2022 Approved
AWS Command Line Interface (Install) 1.22.37 49 Saturday, January 15, 2022 Approved
AWS Command Line Interface (Install) 1.22.34 54 Thursday, January 13, 2022 Approved
AWS Command Line Interface (Install) 1.22.32 43 Monday, January 10, 2022 Approved
AWS Command Line Interface (Install) 1.22.31 48 Saturday, January 8, 2022 Approved
AWS Command Line Interface (Install) 1.22.29 43 Thursday, January 6, 2022 Approved
AWS Command Line Interface (Install) 1.22.25 127 Tuesday, December 21, 2021 Approved
AWS Command Line Interface (Install) 1.22.24 44 Tuesday, December 14, 2021 Approved
AWS Command Line Interface (Install) 1.22.22 43 Thursday, December 9, 2021 Approved
AWS Command Line Interface (Install) 1.22.21 39 Tuesday, December 7, 2021 Approved
AWS Command Line Interface (Install) 1.22.13 68 Thursday, November 25, 2021 Approved
AWS Command Line Interface (Install) 1.22.11 53 Tuesday, November 23, 2021 Approved
AWS Command Line Interface (Install) 1.22.10 43 Saturday, November 20, 2021 Approved
AWS Command Line Interface (Install) 1.22.8 55 Thursday, November 18, 2021 Approved
AWS Command Line Interface (Install) 1.22.6 56 Tuesday, November 16, 2021 Approved
AWS Command Line Interface (Install) 1.22.5 48 Saturday, November 13, 2021 Approved
AWS Command Line Interface (Install) 1.22.3 86 Thursday, November 11, 2021 Approved
AWS Command Line Interface (Install) 1.22.1 50 Tuesday, November 9, 2021 Approved
AWS Command Line Interface (Install) 1.21.12 118 Saturday, November 6, 2021 Approved
AWS Command Line Interface (Install) 1.21.0 52 Thursday, October 21, 2021 Approved
AWS Command Line Interface (Install) 1.20.64 48 Tuesday, October 19, 2021 Approved
AWS Command Line Interface (Install) 1.20.63 54 Saturday, October 16, 2021 Approved
AWS Command Line Interface (Install) 1.20.61 50 Thursday, October 14, 2021 Approved
AWS Command Line Interface (Install) 1.20.58 147 Saturday, October 9, 2021 Approved
AWS Command Line Interface (Install) 1.20.57 56 Friday, October 8, 2021 Approved
AWS Command Line Interface (Install) 1.20.56 50 Thursday, October 7, 2021 Approved
AWS Command Line Interface (Install) 1.20.54 45 Tuesday, October 5, 2021 Approved
AWS Command Line Interface (Install) 1.20.53 47 Saturday, October 2, 2021 Approved
AWS Command Line Interface (Install) 1.20.51 54 Thursday, September 30, 2021 Approved
AWS Command Line Interface (Install) 1.20.49 60 Tuesday, September 28, 2021 Approved
AWS Command Line Interface (Install) 1.20.48 58 Saturday, September 25, 2021 Approved
AWS Command Line Interface (Install) 1.20.46 47 Thursday, September 23, 2021 Approved
AWS Command Line Interface (Install) 1.20.44 62 Saturday, September 18, 2021 Approved
AWS Command Line Interface (Install) 1.20.40 82 Saturday, September 11, 2021 Approved
AWS Command Line Interface (Install) 1.20.38 60 Thursday, September 9, 2021 Approved
AWS Command Line Interface (Install) 1.20.36 51 Saturday, September 4, 2021 Approved
AWS Command Line Interface (Install) 1.20.34 61 Thursday, September 2, 2021 Approved
AWS Command Line Interface (Install) 1.20.32 56 Tuesday, August 31, 2021 Approved
AWS Command Line Interface (Install) 1.20.31 47 Saturday, August 28, 2021 Approved
AWS Command Line Interface (Install) 1.20.29 48 Thursday, August 26, 2021 Approved
AWS Command Line Interface (Install) 1.20.27 49 Tuesday, August 24, 2021 Approved
AWS Command Line Interface (Install) 1.20.26 77 Saturday, August 21, 2021 Approved
AWS Command Line Interface (Install) 1.20.24 51 Thursday, August 19, 2021 Approved
AWS Command Line Interface (Install) 1.20.23 71 Tuesday, August 17, 2021 Approved
AWS Command Line Interface (Install) 1.20.22 51 Tuesday, August 17, 2021 Approved
AWS Command Line Interface (Install) 1.20.21 55 Saturday, August 14, 2021 Approved
AWS Command Line Interface (Install) 1.20.19 51 Thursday, August 12, 2021 Approved
AWS Command Line Interface (Install) 1.20.17 59 Tuesday, August 10, 2021 Approved
AWS Command Line Interface (Install) 1.20.16 54 Saturday, August 7, 2021 Approved
AWS Command Line Interface (Install) 1.20.15 64 Thursday, August 5, 2021 Approved
AWS Command Line Interface (Install) 1.20.14 57 Thursday, August 5, 2021 Approved
AWS Command Line Interface (Install) 1.20.12 45 Tuesday, August 3, 2021 Approved
AWS Command Line Interface (Install) 1.20.9 46 Thursday, July 29, 2021 Approved
AWS Command Line Interface (Install) 1.20.7 64 Tuesday, July 27, 2021 Approved
AWS Command Line Interface (Install) 1.20.6 55 Saturday, July 24, 2021 Approved
AWS Command Line Interface (Install) 1.20.4 50 Thursday, July 22, 2021 Approved
AWS Command Line Interface (Install) 1.20.2 58 Monday, July 19, 2021 Approved
AWS Command Line Interface (Install) 1.20.1 55 Saturday, July 17, 2021 Approved
AWS Command Line Interface (Install) 1.19.111 52 Wednesday, July 14, 2021 Approved
AWS Command Line Interface (Install) 1.19.110 54 Tuesday, July 13, 2021 Approved
AWS Command Line Interface (Install) 1.19.109 61 Saturday, July 10, 2021 Approved
AWS Command Line Interface (Install) 1.19.107 52 Thursday, July 8, 2021 Approved
AWS Command Line Interface (Install) 1.19.105 54 Friday, July 2, 2021 Approved
AWS Command Line Interface (Install) 1.19.103 1077 Thursday, July 1, 2021 Approved
AWS Command Line Interface (Install) 1.19.102 55 Tuesday, June 29, 2021 Approved
AWS Command Line Interface (Install) 1.19.101 48 Saturday, June 26, 2021 Approved
AWS Command Line Interface (Install) 1.19.99 59 Thursday, June 24, 2021 Approved
AWS Command Line Interface (Install) 1.19.98 48 Tuesday, June 22, 2021 Approved
AWS Command Line Interface (Install) 1.19.96 54 Thursday, June 17, 2021 Approved
AWS Command Line Interface (Install) 1.19.94 59 Tuesday, June 15, 2021 Approved
AWS Command Line Interface (Install) 1.19.93 54 Saturday, June 12, 2021 Approved
AWS Command Line Interface (Install) 1.19.92 65 Thursday, June 10, 2021 Approved
AWS Command Line Interface (Install) 1.19.91 63 Thursday, June 10, 2021 Approved
AWS Command Line Interface (Install) 1.19.89 61 Tuesday, June 8, 2021 Approved
AWS Command Line Interface (Install) 1.19.88 54 Saturday, June 5, 2021 Approved
AWS Command Line Interface (Install) 1.19.86 55 Thursday, June 3, 2021 Approved
AWS Command Line Interface (Install) 1.19.84 58 Saturday, May 29, 2021 Approved
AWS Command Line Interface (Install) 1.19.82 55 Thursday, May 27, 2021 Approved
AWS Command Line Interface (Install) 1.19.79 64 Tuesday, May 25, 2021 Approved
AWS Command Line Interface (Install) 1.19.78 56 Saturday, May 22, 2021 Approved
AWS Command Line Interface (Install) 1.19.77 50 Friday, May 21, 2021 Approved
AWS Command Line Interface (Install) 1.19.76 48 Thursday, May 20, 2021 Approved
AWS Command Line Interface (Install) 1.19.75 58 Wednesday, May 19, 2021 Approved
AWS Command Line Interface (Install) 1.19.74 60 Tuesday, May 18, 2021 Approved
AWS Command Line Interface (Install) 1.19.72 48 Friday, May 14, 2021 Approved
AWS Command Line Interface (Install) 1.19.70 69 Tuesday, May 11, 2021 Approved
AWS Command Line Interface (Install) 1.19.69 59 Saturday, May 8, 2021 Approved
AWS Command Line Interface (Install) 1.19.67 60 Thursday, May 6, 2021 Approved
AWS Command Line Interface (Install) 1.19.64 58 Monday, May 3, 2021 Approved
AWS Command Line Interface (Install) 1.19.62 62 Saturday, May 1, 2021 Approved
AWS Command Line Interface (Install) 1.19.60 44 Thursday, April 29, 2021 Approved
AWS Command Line Interface (Install) 1.19.58 57 Tuesday, April 27, 2021 Approved
AWS Command Line Interface (Install) 1.19.57 52 Saturday, April 24, 2021 Approved
AWS Command Line Interface (Install) 1.19.56 52 Friday, April 23, 2021 Approved
AWS Command Line Interface (Install) 1.19.54 62 Tuesday, April 20, 2021 Approved
AWS Command Line Interface (Install) 1.19.52 51 Thursday, April 15, 2021 Approved
AWS Command Line Interface (Install) 1.19.50 48 Tuesday, April 13, 2021 Approved
AWS Command Line Interface (Install) 1.19.49 55 Saturday, April 10, 2021 Approved
AWS Command Line Interface (Install) 1.19.45 54 Tuesday, April 6, 2021 Approved
AWS Command Line Interface (Install) 1.19.44 50 Saturday, April 3, 2021 Approved
AWS Command Line Interface (Install) 1.19.42 46 Thursday, April 1, 2021 Approved
AWS Command Line Interface (Install) 1.19.40 52 Monday, March 29, 2021 Approved
AWS Command Line Interface (Install) 1.19.39 71 Saturday, March 27, 2021 Approved
AWS Command Line Interface (Install) 1.19.37 65 Thursday, March 25, 2021 Approved
AWS Command Line Interface (Install) 1.19.35 72 Wednesday, March 24, 2021 Approved
AWS Command Line Interface (Install) 1.19.34 62 Tuesday, March 23, 2021 Approved
AWS Command Line Interface (Install) 1.19.32 60 Friday, March 19, 2021 Approved
AWS Command Line Interface (Install) 1.19.30 58 Thursday, March 18, 2021 Approved
AWS Command Line Interface (Install) 1.19.29 59 Wednesday, March 17, 2021 Approved
AWS Command Line Interface (Install) 1.19.28 70 Tuesday, March 16, 2021 Approved
AWS Command Line Interface (Install) 1.19.27 61 Saturday, March 13, 2021 Approved
AWS Command Line Interface (Install) 1.19.26 3488 Thursday, March 11, 2021 Approved
AWS Command Line Interface (Install) 1.19.25 66 Thursday, March 11, 2021 Approved
AWS Command Line Interface (Install) 1.19.23 64 Tuesday, March 9, 2021 Approved
AWS Command Line Interface (Install) 1.19.22 63 Saturday, March 6, 2021 Approved
AWS Command Line Interface (Install) 1.19.21 57 Friday, March 5, 2021 Approved
AWS Command Line Interface (Install) 1.19.20 71 Thursday, March 4, 2021 Approved
AWS Command Line Interface (Install) 1.19.19 57 Wednesday, March 3, 2021 Approved
AWS Command Line Interface (Install) 1.19.17 72 Saturday, February 27, 2021 Approved
AWS Command Line Interface (Install) 1.19.16 58 Friday, February 26, 2021 Approved
AWS Command Line Interface (Install) 1.19.15 56 Thursday, February 25, 2021 Approved
AWS Command Line Interface (Install) 1.19.13 51 Tuesday, February 23, 2021 Approved
AWS Command Line Interface (Install) 1.19.12 56 Saturday, February 20, 2021 Approved
AWS Command Line Interface (Install) 1.19.11 51 Friday, February 19, 2021 Approved
AWS Command Line Interface (Install) 1.19.10 69 Thursday, February 18, 2021 Approved
AWS Command Line Interface (Install) 1.19.8 62 Tuesday, February 16, 2021 Approved
AWS Command Line Interface (Install) 1.19.7 65 Saturday, February 13, 2021 Approved
AWS Command Line Interface (Install) 1.19.4 72 Tuesday, February 9, 2021 Approved
AWS Command Line Interface (Install) 1.19.3 161 Saturday, February 6, 2021 Approved
AWS Command Line Interface (Install) 1.19.1 72 Thursday, February 4, 2021 Approved
AWS Command Line Interface (Install) 1.18.223 63 Saturday, January 30, 2021 Approved
AWS Command Line Interface (Install) 1.18.221 71 Thursday, January 28, 2021 Approved
AWS Command Line Interface (Install) 1.18.220 76 Wednesday, January 27, 2021 Approved
AWS Command Line Interface (Install) 1.18.219 90 Saturday, January 23, 2021 Approved
AWS Command Line Interface (Install) 1.18.216 61 Saturday, January 16, 2021 Approved
AWS Command Line Interface (Install) 1.18.214 78 Thursday, January 14, 2021 Approved
AWS Command Line Interface (Install) 1.18.212 71 Tuesday, January 12, 2021 Approved
AWS Command Line Interface (Install) 1.18.210 73 Thursday, January 7, 2021 Approved
AWS Command Line Interface (Install) 1.18.208 82 Tuesday, January 5, 2021 Approved
AWS Command Line Interface (Install) 1.18.207 66 Friday, January 1, 2021 Approved
AWS Command Line Interface (Install) 1.18.206 69 Thursday, December 31, 2020 Approved
AWS Command Line Interface (Install) 1.18.205 66 Tuesday, December 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.204 57 Monday, December 28, 2020 Approved
AWS Command Line Interface (Install) 1.18.201 63 Tuesday, December 22, 2020 Approved
AWS Command Line Interface (Install) 1.18.200 69 Friday, December 18, 2020 Approved
AWS Command Line Interface (Install) 1.18.197 65 Tuesday, December 15, 2020 Approved
AWS Command Line Interface (Install) 1.18.196 61 Tuesday, December 15, 2020 Approved
AWS Command Line Interface (Install) 1.18.195 1045 Saturday, December 12, 2020 Approved
AWS Command Line Interface (Install) 1.18.193 67 Wednesday, December 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.191 57 Tuesday, December 8, 2020 Approved
AWS Command Line Interface (Install) 1.18.190 65 Saturday, December 5, 2020 Approved
AWS Command Line Interface (Install) 1.18.184 78 Tuesday, November 24, 2020 Approved
AWS Command Line Interface (Install) 1.18.183 73 Saturday, November 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.181 90 Thursday, November 19, 2020 Approved
AWS Command Line Interface (Install) 1.18.179 80 Tuesday, November 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.178 90 Saturday, November 14, 2020 Approved
AWS Command Line Interface (Install) 1.18.176 66 Thursday, November 12, 2020 Approved
AWS Command Line Interface (Install) 1.18.174 67 Monday, November 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.173 69 Saturday, November 7, 2020 Approved
AWS Command Line Interface (Install) 1.18.171 139 Thursday, November 5, 2020 Approved
AWS Command Line Interface (Install) 1.18.170 77 Tuesday, November 3, 2020 Approved
AWS Command Line Interface (Install) 1.18.167 82 Thursday, October 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.165 200 Tuesday, October 27, 2020 Approved
AWS Command Line Interface (Install) 1.18.164 81 Saturday, October 24, 2020 Approved
AWS Command Line Interface (Install) 1.18.162 74 Thursday, October 22, 2020 Approved
AWS Command Line Interface (Install) 1.18.160 86 Tuesday, October 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.159 67 Saturday, October 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.157 139 Saturday, October 10, 2020 Approved
AWS Command Line Interface (Install) 1.18.153 80 Tuesday, October 6, 2020 Approved
AWS Command Line Interface (Install) 1.18.152 89 Saturday, October 3, 2020 Approved
AWS Command Line Interface (Install) 1.18.150 75 Thursday, October 1, 2020 Approved
AWS Command Line Interface (Install) 1.18.148 82 Tuesday, September 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.147 107 Saturday, September 26, 2020 Approved
AWS Command Line Interface (Install) 1.18.146 69 Thursday, September 24, 2020 Approved
AWS Command Line Interface (Install) 1.18.144 67 Wednesday, September 23, 2020 Approved
AWS Command Line Interface (Install) 1.18.143 76 Tuesday, September 22, 2020 Approved
AWS Command Line Interface (Install) 1.18.142 81 Saturday, September 19, 2020 Approved
AWS Command Line Interface (Install) 1.18.141 363 Thursday, September 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.140 85 Thursday, September 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.138 71 Tuesday, September 15, 2020 Approved
AWS Command Line Interface (Install) 1.18.137 78 Saturday, September 12, 2020 Approved
AWS Command Line Interface (Install) 1.18.133 134 Saturday, September 5, 2020 Approved
AWS Command Line Interface (Install) 1.18.131 76 Thursday, September 3, 2020 Approved
AWS Command Line Interface (Install) 1.18.129 87 Tuesday, September 1, 2020 Approved
AWS Command Line Interface (Install) 1.18.128 89 Saturday, August 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.126 106 Thursday, August 27, 2020 Approved
AWS Command Line Interface (Install) 1.18.125 98 Tuesday, August 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.123 106 Thursday, August 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.121 135 Tuesday, August 18, 2020 Approved
AWS Command Line Interface (Install) 1.18.120 90 Saturday, August 15, 2020 Approved
AWS Command Line Interface (Install) 1.18.119 83 Thursday, August 13, 2020 Approved
AWS Command Line Interface (Install) 1.18.116 4106 Monday, August 10, 2020 Approved
AWS Command Line Interface (Install) 1.18.115 106 Saturday, August 8, 2020 Approved
AWS Command Line Interface (Install) 1.18.113 131 Thursday, August 6, 2020 Approved
AWS Command Line Interface (Install) 1.18.111 122 Tuesday, August 4, 2020 Approved
AWS Command Line Interface (Install) 1.18.110 125 Saturday, August 1, 2020 Approved
AWS Command Line Interface (Install) 1.18.108 117 Thursday, July 30, 2020 Approved
AWS Command Line Interface (Install) 1.18.106 140 Tuesday, July 28, 2020 Approved
AWS Command Line Interface (Install) 1.18.105 129 Saturday, July 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.103 145 Thursday, July 23, 2020 Approved
AWS Command Line Interface (Install) 1.18.101 1228 Tuesday, July 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.100 131 Saturday, July 18, 2020 Approved
AWS Command Line Interface (Install) 1.18.96 158 Thursday, July 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.94 181 Tuesday, July 7, 2020 Approved
AWS Command Line Interface (Install) 1.18.92 163 Thursday, July 2, 2020 Approved
AWS Command Line Interface (Install) 1.18.90 156 Tuesday, June 30, 2020 Approved
AWS Command Line Interface (Install) 1.18.89 204 Saturday, June 27, 2020 Approved
AWS Command Line Interface (Install) 1.18.87 157 Thursday, June 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.85 164 Tuesday, June 23, 2020 Approved
AWS Command Line Interface (Install) 1.18.84 187 Saturday, June 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.82 158 Thursday, June 18, 2020 Approved
AWS Command Line Interface (Install) 1.18.80 196 Tuesday, June 16, 2020 Approved
AWS Command Line Interface (Install) 1.18.79 181 Saturday, June 13, 2020 Approved
AWS Command Line Interface (Install) 1.18.75 153 Tuesday, June 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.74 177 Saturday, June 6, 2020 Approved
AWS Command Line Interface (Install) 1.18.72 175 Thursday, June 4, 2020 Approved
AWS Command Line Interface (Install) 1.18.70 163 Tuesday, June 2, 2020 Approved
AWS Command Line Interface (Install) 1.18.69 5633 Friday, May 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.68 200 Thursday, May 28, 2020 Approved
AWS Command Line Interface (Install) 1.18.65 11276 Thursday, May 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.63 148 Wednesday, May 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.62 189 Tuesday, May 19, 2020 Approved
AWS Command Line Interface (Install) 1.18.61 167 Saturday, May 16, 2020 Approved
AWS Command Line Interface (Install) 1.18.57 149 Tuesday, May 12, 2020 Approved
AWS Command Line Interface (Install) 1.18.56 209 Saturday, May 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.54 169 Thursday, May 7, 2020 Approved
AWS Command Line Interface (Install) 1.18.52 150 Tuesday, May 5, 2020 Approved
AWS Command Line Interface (Install) 1.18.51 232 Saturday, May 2, 2020 Approved
AWS Command Line Interface (Install) 1.18.50 137 Friday, May 1, 2020 Approved
AWS Command Line Interface (Install) 1.18.49 147 Thursday, April 30, 2020 Approved
AWS Command Line Interface (Install) 1.18.46 323 Saturday, April 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.43 183 Wednesday, April 22, 2020 Approved
AWS Command Line Interface (Install) 1.18.42 517 Tuesday, April 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.41 150 Friday, April 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.39 189 Thursday, April 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.36 191 Saturday, April 4, 2020 Approved
AWS Command Line Interface (Install) 1.18.35 158 Friday, April 3, 2020 Approved
AWS Command Line Interface (Install) 1.18.34 138 Thursday, April 2, 2020 Approved
AWS Command Line Interface (Install) 1.18.31 178 Saturday, March 28, 2020 Approved
AWS Command Line Interface (Install) 1.18.30 179 Thursday, March 26, 2020 Approved
AWS Command Line Interface (Install) 1.18.29 150 Thursday, March 26, 2020 Approved
AWS Command Line Interface (Install) 1.18.28 252 Wednesday, March 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.26 187 Saturday, March 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.25 193 Friday, March 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.24 159 Thursday, March 19, 2020 Approved
AWS Command Line Interface (Install) 1.18.22 152 Tuesday, March 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.21 205 Saturday, March 14, 2020 Approved
AWS Command Line Interface (Install) 1.18.20 178 Friday, March 13, 2020 Approved
AWS Command Line Interface (Install) 1.18.19 188 Thursday, March 12, 2020 Approved
AWS Command Line Interface (Install) 1.18.16 141 Saturday, March 7, 2020 Approved
AWS Command Line Interface (Install) 1.18.15 128 Friday, March 6, 2020 Approved
AWS Command Line Interface (Install) 1.18.14 186 Thursday, March 5, 2020 Approved
AWS Command Line Interface (Install) 1.18.11 20683 Saturday, February 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.9 5100 Friday, February 28, 2020 Approved
AWS Command Line Interface (Install) 1.18.6 3628 Tuesday, February 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.5 4368 Friday, February 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.4 1161 Friday, February 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.3 1371 Thursday, February 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.2 1354 Wednesday, February 19, 2020 Approved
AWS Command Line Interface (Install) 1.18.1 1617 Tuesday, February 18, 2020 Approved
AWS Command Line Interface (Install) 1.18.0 1927 Saturday, February 15, 2020 Approved
AWS Command Line Interface (Install) 1.17.17 4162 Friday, February 14, 2020 Approved
AWS Command Line Interface (Install) 1.17.16 1552 Thursday, February 13, 2020 Approved
AWS Command Line Interface (Install) 1.17.15 1497 Wednesday, February 12, 2020 Approved
AWS Command Line Interface (Install) 1.17.13 3008 Saturday, February 8, 2020 Approved
AWS Command Line Interface (Install) 1.17.12 1188 Friday, February 7, 2020 Approved
AWS Command Line Interface (Install) 1.17.11 121 Thursday, February 6, 2020 Approved
AWS Command Line Interface (Install) 1.17.10 146 Wednesday, February 5, 2020 Approved
AWS Command Line Interface (Install) 1.17.9 8234 Saturday, January 25, 2020 Approved
AWS Command Line Interface (Install) 1.17.8 904 Friday, January 24, 2020 Approved
AWS Command Line Interface (Install) 1.17.7 2999 Wednesday, January 22, 2020 Approved
AWS Command Line Interface (Install) 1.17.6 236 Tuesday, January 21, 2020 Approved
AWS Command Line Interface (Install) 1.17.5 2511 Saturday, January 18, 2020 Approved
AWS Command Line Interface (Install) 1.17.4 1164 Friday, January 17, 2020 Approved
AWS Command Line Interface (Install) 1.17.3 1076 Thursday, January 16, 2020 Approved
AWS Command Line Interface (Install) 1.17.2 1993 Tuesday, January 14, 2020 Approved
AWS Command Line Interface (Install) 1.17.1 1141 Tuesday, January 14, 2020 Approved
AWS Command Line Interface (Install) 1.17.0 1969 Saturday, January 11, 2020 Approved
AWS Command Line Interface (Install) 1.16.314 1334 Friday, January 10, 2020 Approved
AWS Command Line Interface (Install) 1.16.313 1380 Thursday, January 9, 2020 Approved
AWS Command Line Interface (Install) 1.16.312 1066 Wednesday, January 8, 2020 Approved
AWS Command Line Interface (Install) 1.16.311 1305 Tuesday, January 7, 2020 Approved
AWS Command Line Interface (Install) 1.16.310 137 Friday, January 3, 2020 Approved
AWS Command Line Interface (Install) 1.16.309 1386 Tuesday, December 24, 2019 Approved
AWS Command Line Interface (Install) 1.16.308 5767 Saturday, December 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.307 1025 Friday, December 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.305 1993 Wednesday, December 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.303 2481 Saturday, December 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.302 1154 Friday, December 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.301 1487 Thursday, December 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.300 1251 Wednesday, December 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.299 1498 Tuesday, December 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.298 2521 Friday, December 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.297 1268 Thursday, December 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.296 1312 Wednesday, December 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.294 778 Tuesday, December 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.292 4524 Wednesday, November 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.291 1328 Tuesday, November 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.290 2021 Saturday, November 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.289 1177 Friday, November 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.287 1261 Thursday, November 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.286 1711 Wednesday, November 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.284 1511 Tuesday, November 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.283 2177 Saturday, November 16, 2019 Approved
AWS Command Line Interface (Install) 1.16.282 1243 Friday, November 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.281 1498 Thursday, November 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.280 1477 Wednesday, November 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.279 1415 Tuesday, November 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.278 2038 Saturday, November 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.277 2549 Friday, November 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.276 1350 Thursday, November 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.274 1590 Tuesday, November 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.273 1263 Tuesday, November 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.272 2046 Saturday, November 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.271 983 Friday, November 1, 2019 Approved
AWS Command Line Interface (Install) 1.16.270 1462 Thursday, October 31, 2019 Approved
AWS Command Line Interface (Install) 1.16.269 1505 Wednesday, October 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.268 1574 Tuesday, October 29, 2019 Approved
AWS Command Line Interface (Install) 1.16.266 2839 Friday, October 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.265 1742 Thursday, October 24, 2019 Approved
AWS Command Line Interface (Install) 1.16.264 1515 Wednesday, October 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.263 3519 Friday, October 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.262 678 Friday, October 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.261 2305 Thursday, October 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.260 1526 Wednesday, October 16, 2019 Approved
AWS Command Line Interface (Install) 1.16.259 1468 Tuesday, October 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.258 1925 Saturday, October 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.257 1279 Friday, October 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.256 2017 Thursday, October 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.255 1654 Wednesday, October 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.254 1349 Tuesday, October 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.253 1985 Saturday, October 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.252 1480 Friday, October 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.251 2106 Thursday, October 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.250 1605 Wednesday, October 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.249 1613 Tuesday, October 1, 2019 Approved
AWS Command Line Interface (Install) 1.16.248 2313 Saturday, September 28, 2019 Approved
AWS Command Line Interface (Install) 1.16.247 1097 Friday, September 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.246 1805 Wednesday, September 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.245 1405 Wednesday, September 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.244 1490 Tuesday, September 24, 2019 Approved
AWS Command Line Interface (Install) 1.16.243 1823 Saturday, September 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.242 1192 Friday, September 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.241 2296 Thursday, September 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.240 1463 Wednesday, September 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.239 1117 Tuesday, September 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.238 7125 Friday, September 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.237 1794 Thursday, September 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.236 1338 Wednesday, September 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.235 1277 Tuesday, September 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.234 1749 Saturday, September 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.233 1171 Friday, September 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.232 1804 Thursday, September 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.231 1217 Wednesday, September 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.230 2475 Saturday, August 31, 2019 Approved
AWS Command Line Interface (Install) 1.16.229 1841 Friday, August 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.228 2785 Thursday, August 29, 2019 Approved
AWS Command Line Interface (Install) 1.16.227 2313 Wednesday, August 28, 2019 Approved
AWS Command Line Interface (Install) 1.16.226 1234 Tuesday, August 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.225 1977 Friday, August 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.224 1051 Friday, August 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.223 1086 Thursday, August 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.222 1192 Wednesday, August 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.221 2549 Tuesday, August 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.220 1808 Saturday, August 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.219 1062 Friday, August 16, 2019 Approved
AWS Command Line Interface (Install) 1.16.218 1144 Thursday, August 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.217 1616 Wednesday, August 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.216 1091 Tuesday, August 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.215 1603 Saturday, August 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.214 974 Friday, August 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.213 2168 Thursday, August 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.212 505 Wednesday, August 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.211 1682 Tuesday, August 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.210 1628 Saturday, August 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.209 5002 Wednesday, July 31, 2019 Approved
AWS Command Line Interface (Install) 1.16.208 978 Tuesday, July 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.207 1594 Saturday, July 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.206 1150 Friday, July 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.205 1335 Thursday, July 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.204 1158 Tuesday, July 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.203 1158 Tuesday, July 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.202 1121 Monday, July 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.201 787 Saturday, July 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.200 881 Friday, July 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.199 1074 Thursday, July 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.198 3080 Saturday, July 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.197 900 Friday, July 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.196 983 Thursday, July 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.195 1006 Wednesday, July 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.194 1224 Tuesday, July 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.193 2679 Thursday, July 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.192 936 Wednesday, July 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.191 938 Tuesday, July 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.190 1502 Saturday, June 29, 2019 Approved
AWS Command Line Interface (Install) 1.16.189 833 Friday, June 28, 2019 Approved
AWS Command Line Interface (Install) 1.16.188 939 Thursday, June 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.186 1163 Wednesday, June 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.185 972 Tuesday, June 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.184 2798 Saturday, June 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.183 940 Friday, June 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.182 816 Thursday, June 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.181 1312 Wednesday, June 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.180 1420 Tuesday, June 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.179 1647 Saturday, June 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.178 856 Friday, June 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.177 2227 Thursday, June 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.176 1534 Wednesday, June 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.175 1450 Tuesday, June 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.174 1836 Saturday, June 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.173 1025 Friday, June 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.172 1233 Thursday, June 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.171 1243 Wednesday, June 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.170 1393 Tuesday, June 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.169 2943 Friday, May 31, 2019 Approved
AWS Command Line Interface (Install) 1.16.168 1130 Thursday, May 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.167 1014 Wednesday, May 29, 2019 Approved
AWS Command Line Interface (Install) 1.16.166 2282 Saturday, May 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.165 985 Friday, May 24, 2019 Approved
AWS Command Line Interface (Install) 1.16.164 12731 Thursday, May 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.163 1207 Wednesday, May 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.162 1245 Monday, May 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.161 1734 Saturday, May 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.160 1076 Friday, May 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.159 973 Thursday, May 16, 2019 Approved
AWS Command Line Interface (Install) 1.16.158 1054 Wednesday, May 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.157 1345 Tuesday, May 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.156 1784 Saturday, May 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.155 1635 Thursday, May 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.154 1190 Wednesday, May 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.153 1265 Tuesday, May 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.152 2564 Saturday, May 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.151 1382 Friday, May 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.150 1200 Thursday, May 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.149 990 Wednesday, May 1, 2019 Approved
AWS Command Line Interface (Install) 1.16.148 1183 Tuesday, April 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.147 1930 Saturday, April 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.146 1166 Friday, April 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.145 1441 Thursday, April 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.144 2927 Saturday, April 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.143 1040 Friday, April 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.142 1011 Thursday, April 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.141 1067 Wednesday, April 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.140 10495 Saturday, April 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.139 1077 Friday, April 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.138 1196 Thursday, April 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.137 729 Wednesday, April 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.136 1435 Tuesday, April 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.135 1971 Saturday, March 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.134 1135 Friday, March 29, 2019 Approved
AWS Command Line Interface (Install) 1.16.133 1657 Thursday, March 28, 2019 Approved
AWS Command Line Interface (Install) 1.16.132 1505 Tuesday, March 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.131 1145 Tuesday, March 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.130 1816 Saturday, March 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.129 930 Friday, March 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.128 1118 Thursday, March 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.127 878 Wednesday, March 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.126 1582 Tuesday, March 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.125 2574 Friday, March 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.124 1158 Thursday, March 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.123 381 Wednesday, March 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.122 1888 Tuesday, March 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.121 1884 Saturday, March 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.120 1003 Friday, March 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.119 1019 Thursday, March 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.118 1130 Wednesday, March 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.117 1486 Tuesday, March 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.116 1628 Saturday, March 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.115 1342 Friday, March 1, 2019 Approved
AWS Command Line Interface (Install) 1.16.114 4635 Thursday, February 28, 2019 Approved
AWS Command Line Interface (Install) 1.16.113 1491 Wednesday, February 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.112 1152 Tuesday, February 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.111 1615 Saturday, February 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.110 905 Friday, February 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.109 1279 Thursday, February 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.108 1154 Wednesday, February 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.107 1189 Tuesday, February 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.106 1879 Saturday, February 16, 2019 Approved
AWS Command Line Interface (Install) 1.16.105 1196 Friday, February 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.104 1136 Thursday, February 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.103 806 Wednesday, February 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.102 1208 Tuesday, February 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.101 1469 Saturday, February 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.99 1657 Thursday, February 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.98 1196 Wednesday, February 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.97 1123 Tuesday, February 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.96 5827 Saturday, January 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.94 1693 Thursday, January 24, 2019 Approved
AWS Command Line Interface (Install) 1.16.93 1732 Tuesday, January 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.92 1669 Saturday, January 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.91 992 Friday, January 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.90 1182 Thursday, January 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.89 1807 Tuesday, January 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.88 1566 Saturday, January 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.87 891 Friday, January 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.86 918 Thursday, January 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.85 1696 Tuesday, January 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.84 1474 Saturday, January 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.81 4970 Saturday, December 22, 2018 Approved
AWS Command Line Interface (Install) 1.16.80 815 Friday, December 21, 2018 Approved
AWS Command Line Interface (Install) 1.16.79 884 Thursday, December 20, 2018 Approved
AWS Command Line Interface (Install) 1.16.78 1063 Wednesday, December 19, 2018 Approved
AWS Command Line Interface (Install) 1.16.77 903 Tuesday, December 18, 2018 Approved
AWS Command Line Interface (Install) 1.16.76 1417 Saturday, December 15, 2018 Approved
AWS Command Line Interface (Install) 1.16.75 1017 Friday, December 14, 2018 Approved
AWS Command Line Interface (Install) 1.16.74 1129 Thursday, December 13, 2018 Approved
AWS Command Line Interface (Install) 1.16.73 1124 Wednesday, December 12, 2018 Approved
AWS Command Line Interface (Install) 1.16.72 2508 Saturday, December 8, 2018 Approved
AWS Command Line Interface (Install) 1.16.71 1014 Friday, December 7, 2018 Approved
AWS Command Line Interface (Install) 1.16.70 1402 Thursday, December 6, 2018 Approved
AWS Command Line Interface (Install) 1.16.69 1300 Wednesday, December 5, 2018 Approved
AWS Command Line Interface (Install) 1.16.68 1904 Tuesday, December 4, 2018 Approved
AWS Command Line Interface (Install) 1.16.67 2953 Friday, November 30, 2018 Approved
AWS Command Line Interface (Install) 1.16.65 1021 Thursday, November 29, 2018 Approved
AWS Command Line Interface (Install) 1.16.63 1238 Wednesday, November 28, 2018 Approved
AWS Command Line Interface (Install) 1.16.60 3959 Thursday, November 22, 2018 Approved
AWS Command Line Interface (Install) 1.16.59 735 Wednesday, November 21, 2018 Approved
AWS Command Line Interface (Install) 1.16.58 1469 Tuesday, November 20, 2018 Approved
AWS Command Line Interface (Install) 1.16.57 2070 Saturday, November 17, 2018 Approved
AWS Command Line Interface (Install) 1.16.56 1195 Friday, November 16, 2018 Approved
AWS Command Line Interface (Install) 1.16.55 1246 Thursday, November 15, 2018 Approved
AWS Command Line Interface (Install) 1.16.54 1231 Wednesday, November 14, 2018 Approved
AWS Command Line Interface (Install) 1.16.53 1352 Tuesday, November 13, 2018 Approved
AWS Command Line Interface (Install) 1.16.52 1910 Saturday, November 10, 2018 Approved
AWS Command Line Interface (Install) 1.16.51 750 Friday, November 9, 2018 Approved
AWS Command Line Interface (Install) 1.16.50 636 Thursday, November 8, 2018 Approved
AWS Command Line Interface (Install) 1.16.48 2404 Tuesday, November 6, 2018 Approved
AWS Command Line Interface (Install) 1.16.47 1752 Saturday, November 3, 2018 Approved
AWS Command Line Interface (Install) 1.16.46 997 Friday, November 2, 2018 Approved
AWS Command Line Interface (Install) 1.16.45 1096 Thursday, November 1, 2018 Approved
AWS Command Line Interface (Install) 1.16.44 1093 Wednesday, October 31, 2018 Approved
AWS Command Line Interface (Install) 1.16.43 2231 Sunday, October 28, 2018 Approved
AWS Command Line Interface (Install) 1.16.42 1470 Friday, October 26, 2018 Approved
AWS Command Line Interface (Install) 1.16.41 1019 Thursday, October 25, 2018 Approved
AWS Command Line Interface (Install) 1.16.40 1065 Wednesday, October 24, 2018 Approved
AWS Command Line Interface (Install) 1.16.39 953 Tuesday, October 23, 2018 Approved
AWS Command Line Interface (Install) 1.16.38 1109 Sunday, October 21, 2018 Approved
AWS Command Line Interface (Install) 1.16.37 1523 Friday, October 19, 2018 Approved
AWS Command Line Interface (Install) 1.16.36 1031 Thursday, October 18, 2018 Approved
AWS Command Line Interface (Install) 1.16.35 1225 Wednesday, October 17, 2018 Approved
AWS Command Line Interface (Install) 1.16.34 955 Tuesday, October 16, 2018 Approved
AWS Command Line Interface (Install) 1.16.33 1027 Sunday, October 14, 2018 Approved
AWS Command Line Interface (Install) 1.16.32 1512 Friday, October 12, 2018 Approved
AWS Command Line Interface (Install) 1.16.29 2394 Tuesday, October 9, 2018 Approved
AWS Command Line Interface (Install) 1.16.28 1010 Monday, October 8, 2018 Approved
AWS Command Line Interface (Install) 1.16.27 1507 Friday, October 5, 2018 Approved
AWS Command Line Interface (Install) 1.16.26 1546 Wednesday, October 3, 2018 Approved
AWS Command Line Interface (Install) 1.16.25 1027 Tuesday, October 2, 2018 Approved
AWS Command Line Interface (Install) 1.16.24 1008 Monday, October 1, 2018 Approved
AWS Command Line Interface (Install) 1.16.23 1384 Friday, September 28, 2018 Approved
AWS Command Line Interface (Install) 1.16.22 935 Thursday, September 27, 2018 Approved
AWS Command Line Interface (Install) 1.16.21 998 Wednesday, September 26, 2018 Approved
AWS Command Line Interface (Install) 1.16.20 1048 Tuesday, September 25, 2018 Approved
AWS Command Line Interface (Install) 1.16.19 1002 Monday, September 24, 2018 Approved
AWS Command Line Interface (Install) 1.16.18 1922 Friday, September 21, 2018 Approved
AWS Command Line Interface (Install) 1.16.17 1285 Thursday, September 20, 2018 Approved
AWS Command Line Interface (Install) 1.16.16 1065 Wednesday, September 19, 2018 Approved
AWS Command Line Interface (Install) 1.16.15 1198 Tuesday, September 18, 2018 Approved
AWS Command Line Interface (Install) 1.16.14 2492 Friday, September 14, 2018 Approved
AWS Command Line Interface (Install) 1.16.13 1150 Thursday, September 13, 2018 Approved
AWS Command Line Interface (Install) 1.16.11 1720 Tuesday, September 11, 2018 Approved
AWS Command Line Interface (Install) 1.16.10 1260 Monday, September 10, 2018 Approved
AWS Command Line Interface (Install) 1.16.9 1719 Friday, September 7, 2018 Approved
AWS Command Line Interface (Install) 1.16.8 992 Thursday, September 6, 2018 Approved
AWS Command Line Interface (Install) 1.16.7 1001 Wednesday, September 5, 2018 Approved
AWS Command Line Interface (Install) 1.16.6 1752 Monday, September 3, 2018 Approved
AWS Command Line Interface (Install) 1.16.5 1905 Friday, August 31, 2018 Approved
AWS Command Line Interface (Install) 1.16.4 1021 Thursday, August 30, 2018 Approved
AWS Command Line Interface (Install) 1.16.3 656 Wednesday, August 29, 2018 Approved
AWS Command Line Interface (Install) 1.16.2 465 Tuesday, August 28, 2018 Approved
AWS Command Line Interface (Install) 1.16.1 1882 Monday, August 27, 2018 Approved
AWS Command Line Interface (Install) 1.15.85 1598 Friday, August 24, 2018 Approved
AWS Command Line Interface (Install) 1.15.84 1796 Thursday, August 23, 2018 Approved
AWS Command Line Interface (Install) 1.15.83 613 Wednesday, August 22, 2018 Approved
AWS Command Line Interface (Install) 1.15.82 1359 Tuesday, August 21, 2018 Approved
AWS Command Line Interface (Install) 1.15.81 1030 Monday, August 20, 2018 Approved
AWS Command Line Interface (Install) 1.15.80 1567 Friday, August 17, 2018 Approved
AWS Command Line Interface (Install) 1.15.79 897 Thursday, August 16, 2018 Approved
AWS Command Line Interface (Install) 1.15.78 918 Wednesday, August 15, 2018 Approved
AWS Command Line Interface (Install) 1.15.77 837 Tuesday, August 14, 2018 Approved
AWS Command Line Interface (Install) 1.15.76 936 Monday, August 13, 2018 Approved
AWS Command Line Interface (Install) 1.15.75 1543 Friday, August 10, 2018 Approved
AWS Command Line Interface (Install) 1.15.74 946 Thursday, August 9, 2018 Approved
AWS Command Line Interface (Install) 1.15.73 895 Wednesday, August 8, 2018 Approved
AWS Command Line Interface (Install) 1.15.72 917 Tuesday, August 7, 2018 Approved
AWS Command Line Interface (Install) 1.15.71 928 Monday, August 6, 2018 Approved
AWS Command Line Interface (Install) 1.15.70 1383 Friday, August 3, 2018 Approved
AWS Command Line Interface (Install) 1.15.69 942 Thursday, August 2, 2018 Approved
AWS Command Line Interface (Install) 1.15.68 969 Wednesday, August 1, 2018 Approved
AWS Command Line Interface (Install) 1.15.67 955 Tuesday, July 31, 2018 Approved
AWS Command Line Interface (Install) 1.15.66 2215 Friday, July 27, 2018 Approved
AWS Command Line Interface (Install) 1.15.65 1002 Thursday, July 26, 2018 Approved
AWS Command Line Interface (Install) 1.15.64 973 Wednesday, July 25, 2018 Approved
AWS Command Line Interface (Install) 1.15.63 1965 Monday, July 23, 2018 Approved
AWS Command Line Interface (Install) 1.15.62 1497 Friday, July 20, 2018 Approved
AWS Command Line Interface (Install) 1.15.61 1054 Thursday, July 19, 2018 Approved
AWS Command Line Interface (Install) 1.15.60 1017 Wednesday, July 18, 2018 Approved
AWS Command Line Interface (Install) 1.15.59 1459 Monday, July 16, 2018 Approved
AWS Command Line Interface (Install) 1.15.58 1349 Friday, July 13, 2018 Approved
AWS Command Line Interface (Install) 1.15.57 936 Thursday, July 12, 2018 Approved
AWS Command Line Interface (Install) 1.15.56 936 Wednesday, July 11, 2018 Approved
AWS Command Line Interface (Install) 1.15.55 867 Tuesday, July 10, 2018 Approved
AWS Command Line Interface (Install) 1.15.53 960 Sunday, July 8, 2018 Approved
AWS Command Line Interface (Install) 1.15.52 1236 Friday, July 6, 2018 Approved
AWS Command Line Interface 1.15.51 1530 Tuesday, July 3, 2018 Approved
AWS Command Line Interface 1.15.50 875 Monday, July 2, 2018 Approved
AWS Command Line Interface (Install) 1.15.49 1884 Friday, June 29, 2018 Approved
AWS Command Line Interface (Install) 1.15.47 878 Thursday, June 28, 2018 Approved
AWS Command Line Interface (Install) 1.15.46 459 Wednesday, June 27, 2018 Approved
AWS Command Line Interface (Install) 1.15.45 423 Monday, June 25, 2018 Approved
AWS Command Line Interface (Install) 1.15.44 685 Friday, June 22, 2018 Approved
AWS Command Line Interface (Install) 1.15.42 2995 Thursday, June 21, 2018 Approved
AWS Command Line Interface (Install) 1.15.41 936 Wednesday, June 20, 2018 Approved
AWS Command Line Interface (Install) 1.15.40 1402 Monday, June 18, 2018 Approved
AWS Command Line Interface (Install) 1.15.39 1396 Friday, June 15, 2018 Approved
AWS Command Line Interface (Install) 1.15.37 1490 Wednesday, June 13, 2018 Approved
AWS Command Line Interface (Install) 1.15.35 1446 Monday, June 11, 2018 Approved
AWS Command Line Interface (Install) 1.15.34 1540 Friday, June 8, 2018 Approved
AWS Command Line Interface (Install) 1.15.33 1796 Wednesday, June 6, 2018 Approved
AWS Command Line Interface ((Install) 1.15.31 2127 Saturday, June 2, 2018 Approved
AWS Command Line Interface 1.15.20 6919 Tuesday, May 15, 2018 Approved
AWS Command Line Interface 1.15.2 15314 Friday, April 6, 2018 Approved
AWS Command Line Interface 1.15.1 713 Thursday, April 5, 2018 Approved
AWS Command Line Interface 1.15.0 660 Wednesday, April 4, 2018 Approved
AWS Command Line Interface 1.14.70 762 Tuesday, April 3, 2018 Approved
AWS Command Line Interface 1.14.69 261 Tuesday, April 3, 2018 Approved
AWS Command Line Interface 1.14.68 240 Friday, March 30, 2018 Approved
AWS Command Line Interface 1.14.67 1504 Friday, March 30, 2018 Approved
AWS Command Line Interface 1.14.43 11536 Tuesday, February 20, 2018 Approved
AWS Command Line Interface 1.14.42 810 Monday, February 19, 2018 Approved
AWS Command Line Interface 1.14.41 769 Sunday, February 18, 2018 Approved
AWS Command Line Interface 1.14.40 827 Thursday, February 15, 2018 Approved
AWS Command Line Interface 1.14.39 651 Thursday, February 15, 2018 Approved
AWS Command Line Interface 1.14.37 1155 Tuesday, February 13, 2018 Approved
AWS Command Line Interface 1.14.36 1101 Saturday, February 10, 2018 Approved
AWS Command Line Interface 1.14.35 701 Thursday, February 8, 2018 Approved
AWS Command Line Interface 1.14.34 966 Wednesday, February 7, 2018 Approved
AWS Command Line Interface 1.14.32 2692 Tuesday, January 30, 2018 Approved
AWS Command Line Interface 1.14.30 2425 Tuesday, January 23, 2018 Approved
AWS Command Line Interface 1.14.29 392 Monday, January 22, 2018 Approved
AWS Command Line Interface 1.14.24 2978 Saturday, January 13, 2018 Approved
AWS Command Line Interface 1.14.23 790 Thursday, January 11, 2018 Approved
AWS Command Line Interface 1.14.22 732 Thursday, January 11, 2018 Approved
AWS Command Line Interface 1.14.19 2175 Saturday, January 6, 2018 Approved
AWS Command Line Interface 1.14.18 1429 Wednesday, January 3, 2018 Approved
AWS Command Line Interface 1.14.16 1471 Friday, December 22, 2017 Approved
AWS Command Line Interface 1.14.15 534 Friday, December 22, 2017 Approved
AWS Command Line Interface 1.14.12 1065 Tuesday, December 19, 2017 Approved
AWS Command Line Interface 1.14.11 810 Saturday, December 16, 2017 Approved
AWS Command Line Interface 1.14.10 680 Thursday, December 14, 2017 Approved
AWS Command Line Interface 1.14.9 931 Tuesday, December 12, 2017 Approved
AWS Command Line Interface 1.14.8 597 Tuesday, December 12, 2017 Approved
AWS Command Line Interface 1.14.7 852 Saturday, December 9, 2017 Approved
AWS Command Line Interface 1.14.6 611 Thursday, December 7, 2017 Approved
AWS Command Line Interface 1.14.5 438 Thursday, December 7, 2017 Approved
AWS Command Line Interface 1.14.3 1072 Monday, December 4, 2017 Approved
AWS Command Line Interface 1.14.2 983 Thursday, November 30, 2017 Approved
AWS Command Line Interface 1.14.1 515 Thursday, November 30, 2017 Approved
AWS Command Line Interface 1.14.0 402 Wednesday, November 29, 2017 Approved
AWS Command Line Interface 1.13.0 535 Wednesday, November 29, 2017 Approved
AWS Command Line Interface 1.12.2 884 Monday, November 27, 2017 Approved
AWS Command Line Interface 1.12.1 873 Thursday, November 23, 2017 Approved
AWS Command Line Interface 1.12.0 535 Wednesday, November 22, 2017 Approved
AWS Command Line Interface 1.11.190 675 Tuesday, November 21, 2017 Approved
AWS Command Line Interface 1.11.189 791 Saturday, November 18, 2017 Approved
AWS Command Line Interface 1.11.188 611 Friday, November 17, 2017 Approved
AWS Command Line Interface 1.11.187 599 Wednesday,