Unpacking Software Livestream

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

Learn More

Chocolatey Product Spotlight

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

Learn More

Chocolatey Coding Livestream

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

Learn More

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

Webinar from
Wednesday, 17 January 2024

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

Watch On-Demand
Chocolatey Community Coffee Break

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

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

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

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

Livestream from
Thursday, 9 June 2022

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

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

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

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

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

Watch On-Demand

Downloads:

4,384,894

Downloads of v 1.14.30:

2,450

Last Update:

23 Jan 2018

Package Maintainer(s):

Software Author(s):

  • Amazon Web Services

Tags:

aws cli cloud amazon admin

AWS Command Line Interface

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

  • 1
  • 2
  • 3

1.14.30 | Updated: 23 Jan 2018

Downloads:

4,384,894

Downloads of v 1.14.30:

2,450

Maintainer(s):

Software Author(s):

  • Amazon Web Services

AWS Command Line Interface 1.14.30

This is not the latest version of AWS Command Line Interface 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, run the following command from the command line or from PowerShell:

>

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

>

To uninstall AWS Command Line Interface, 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.14.30'" [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.14.30'" 
$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.14.30'
    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.14.30'
end

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


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

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


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

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


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

NOTE

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

WARNING

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

Package Approved

This package was approved as a trusted package on 23 Jan 2018.

Description

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

The AWS CLI introduces a new set of simple file commands for efficient file transfers to and from Amazon S3.


tools\chocolateyInstall.ps1
$packageName = 'awscli'
$installerType = 'msi'
$silentArgs = '/quiet /qn /norestart'
$url = 'https://s3.amazonaws.com/aws-cli/AWSCLI32-1.14.30.msi'
$checksum = 'ad207568579ce04134a57cae94af27dce6c5e354e3c2f1ec0fa0a77cc5a7f5aa'
$checksumType = 'sha256'
$url64 = 'https://s3.amazonaws.com/aws-cli/AWSCLI64-1.14.30.msi'
$checksum64 = 'e441a360685000bb4f548d4aafcf76bee6145b66652d16e5bd1a7826c7122fa5'
$checksumType64 = 'sha256'
$validExitCodes = @(0)

Install-ChocolateyPackage -PackageName "$packageName" `
                          -FileType "$installerType" `
                          -SilentArgs "$silentArgs" `
                          -Url "$url" `
                          -Url64bit "$url64" `
                          -ValidExitCodes $validExitCodes `
                          -Checksum "$checksum" `
                          -ChecksumType "$checksumType" `
                          -Checksum64 "$checksum64" `
                          -ChecksumType64 "$checksumType64"
tools\chocolateyUninstall.ps1
$packageName = 'awscli'
$packageSearch = "AWS Command Line Interface"
$installerType = 'msi'
$silentArgs = '/quiet /qn /norestart'
$validExitCodes = @(0)

Get-ItemProperty -Path @('HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*',
                         'HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*',
                         'HKCU:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*') `
                 -ErrorAction:SilentlyContinue `
| Where-Object   {$_.DisplayName -like $packageSearch} `
| ForEach-Object {Uninstall-ChocolateyPackage -PackageName "$packageName" `
                                              -FileType "$installerType" `
                                              -SilentArgs "$($_.PSChildName) $silentArgs" `
                                              -ValidExitCodes $validExitCodes}

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

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

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
AWS Command Line Interface v2 (Install) 2.15.61 5 Friday, May 31, 2024 Pending Automated Review
AWS Command Line Interface v2 (Install) 2.15.59 3868 Wednesday, May 29, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.58 10805 Saturday, May 25, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.57 3361 Friday, May 24, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.56 3082 Thursday, May 23, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.55 4358 Wednesday, May 22, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.54 2739 Tuesday, May 21, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.53 6141 Saturday, May 18, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.52 2497 Friday, May 17, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.51 3548 Thursday, May 16, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.50 2971 Wednesday, May 15, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.49 2988 Tuesday, May 14, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.48 7344 Saturday, May 11, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.47 3710 Thursday, May 9, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.46 992 Thursday, May 9, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.45 6634 Tuesday, May 7, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.44 7068 Saturday, May 4, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.43 4557 Thursday, May 2, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.42 10270 Saturday, April 27, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.41 5043 Thursday, April 25, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.40 10055 Saturday, April 20, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.39 4431 Thursday, April 18, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.38 10708 Saturday, April 13, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.37 4272 Thursday, April 11, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.36 10008 Saturday, April 6, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.35 4465 Thursday, April 4, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.34 12072 Saturday, March 30, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.33 5014 Thursday, March 28, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.32 11267 Saturday, March 23, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.31 6456 Thursday, March 21, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.30 12747 Saturday, March 16, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.28 10780 Tuesday, March 12, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.27 6990 Saturday, March 9, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.26 6533 Thursday, March 7, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.25 21879 Saturday, March 2, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.24 8404 Thursday, February 29, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.23 15526 Saturday, February 24, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.22 8289 Thursday, February 22, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.21 12807 Saturday, February 17, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.20 7090 Thursday, February 15, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.19 16586 Saturday, February 10, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.17 20602 Saturday, February 3, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.16 6657 Thursday, February 1, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.15 14883 Saturday, January 27, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.14 7029 Thursday, January 25, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.13 8121 Tuesday, January 23, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.12 8888 Saturday, January 20, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.11 8006 Thursday, January 18, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.10 13540 Saturday, January 13, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.9 7067 Thursday, January 11, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.8 12187 Saturday, January 6, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.7 6308 Thursday, January 4, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.6 10106 Saturday, December 30, 2023 Approved
AWS Command Line Interface v2 (Install) 2.15.5 4987 Thursday, December 28, 2023 Approved
AWS Command Line Interface v2 (Install) 2.15.4 8644 Saturday, December 23, 2023 Approved
AWS Command Line Interface v2 (Install) 2.15.3 6445 Thursday, December 21, 2023 Approved
AWS Command Line Interface v2 (Install) 2.15.2 11596 Saturday, December 16, 2023 Approved
AWS Command Line Interface v2 (Install) 2.15.1 5106 Thursday, December 14, 2023 Approved
AWS Command Line Interface v2 (Install) 2.15.0 15229 Saturday, December 9, 2023 Approved
AWS Command Line Interface v2 (Install) 2.14.6 8468 Thursday, December 7, 2023 Approved
AWS Command Line Interface v2 (Install) 2.14.5 15023 Friday, December 1, 2023 Approved
AWS Command Line Interface v2 (Install) 2.14.2 6356 Wednesday, November 29, 2023 Approved
AWS Command Line Interface v2 (Install) 2.14.0 7057 Tuesday, November 28, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.38 14215 Wednesday, November 22, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.37 14317 Saturday, November 18, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.36 5214 Thursday, November 16, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.35 8336 Tuesday, November 14, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.34 8997 Saturday, November 11, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.32 15356 Saturday, November 4, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.31 6325 Thursday, November 2, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.30 12855 Saturday, October 28, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.29 6235 Thursday, October 26, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.28 13394 Saturday, October 21, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.27 7604 Thursday, October 19, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.26 13412 Saturday, October 14, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.25 15754 Saturday, October 7, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.24 6384 Thursday, October 5, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.23 7933 Tuesday, October 3, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.21 116 Saturday, September 23, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.20 24567 Thursday, September 21, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.19 12545 Saturday, September 16, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.18 7040 Thursday, September 14, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.16 17700 Thursday, September 7, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.15 12097 Saturday, September 2, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.14 8464 Thursday, August 31, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.13 13303 Saturday, August 26, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.12 7005 Thursday, August 24, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.11 1630 Saturday, August 19, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.9 27436 Saturday, August 12, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.8 7240 Thursday, August 10, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.7 12942 Saturday, August 5, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.6 7569 Thursday, August 3, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.5 65 Saturday, July 29, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.4 15791 Thursday, July 27, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.3 14414 Saturday, July 22, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.2 14350 Thursday, July 20, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.1 23091 Friday, July 14, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.0 27323 Saturday, July 8, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.7 11001 Thursday, July 6, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.6 17560 Saturday, July 1, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.5 7333 Friday, June 30, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.4 8102 Thursday, June 29, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.3 17470 Saturday, June 24, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.2 10868 Thursday, June 22, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.1 18143 Saturday, June 17, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.0 11885 Thursday, June 15, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.27 13052 Saturday, June 10, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.26 6966 Thursday, June 8, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.25 12511 Saturday, June 3, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.24 7213 Thursday, June 1, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.23 12674 Saturday, May 27, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.22 7806 Thursday, May 25, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.21 13203 Saturday, May 20, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.20 25166 Saturday, May 13, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.19 9772 Thursday, May 11, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.17 17147 Thursday, May 4, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.16 16077 Saturday, April 29, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.13 24468 Saturday, April 15, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.11 21908 Monday, April 10, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.10 9153 Thursday, April 6, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.9 8718 Tuesday, April 4, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.8 9237 Saturday, April 1, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.6 17616 Saturday, March 25, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.5 6827 Thursday, March 23, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.4 17206 Saturday, March 18, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.2 17654 Saturday, March 11, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.1 7534 Thursday, March 9, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.0 14281 Friday, March 3, 2023 Approved
AWS Command Line Interface v2 (Install) 2.10.4 5926 Thursday, March 2, 2023 Approved
AWS Command Line Interface v2 (Install) 2.10.3 11572 Saturday, February 25, 2023 Approved
AWS Command Line Interface v2 (Install) 2.10.2 8192 Thursday, February 23, 2023 Approved
AWS Command Line Interface v2 (Install) 2.10.1 12498 Saturday, February 18, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.23 17708 Saturday, February 11, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.22 7332 Thursday, February 9, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.21 11274 Monday, February 6, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.20 11415 Thursday, February 2, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.19 11402 Monday, January 30, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.18 11723 Thursday, January 26, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.17 13364 Saturday, January 21, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.16 8536 Thursday, January 19, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.15 12780 Saturday, January 14, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.14 7486 Thursday, January 12, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.13 15770 Friday, January 6, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.12 14412 Saturday, December 31, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.11 6982 Thursday, December 29, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.10 11154 Friday, December 23, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.9 7459 Thursday, December 22, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.8 12827 Saturday, December 17, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.7 8484 Thursday, December 15, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.6 13908 Saturday, December 10, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.5 7400 Thursday, December 8, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.4 12281 Saturday, December 3, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.3 6336 Thursday, December 1, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.2 5420 Wednesday, November 30, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.1 13420 Thursday, November 24, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.0 15620 Saturday, November 19, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.13 6762 Thursday, November 17, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.12 9580 Saturday, November 12, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.11 11509 Thursday, November 10, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.9 13154 Saturday, November 5, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.8 7476 Thursday, November 3, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.7 15708 Friday, October 28, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.6 7371 Thursday, October 27, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.5 10764 Saturday, October 22, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.3 17721 Friday, October 14, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.2 15512 Saturday, October 8, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.1 6572 Thursday, October 6, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.0 10762 Saturday, October 1, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.35 13631 Saturday, September 24, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.34 6698 Thursday, September 22, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.33 11576 Saturday, September 17, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.32 6898 Thursday, September 15, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.31 14049 Saturday, September 10, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.30 7635 Thursday, September 8, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.29 13864 Monday, September 5, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.28 19833 Thursday, September 1, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.26 23153 Thursday, August 25, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.25 16540 Saturday, August 20, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.24 11578 Wednesday, August 17, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.22 15265 Friday, August 12, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.21 32510 Thursday, August 4, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.20 16077 Saturday, July 30, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.19 7907 Thursday, July 28, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.18 13992 Saturday, July 23, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.17 8180 Thursday, July 21, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.16 13969 Saturday, July 16, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.15 7247 Thursday, July 14, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.14 13298 Saturday, July 9, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.13 6213 Thursday, July 7, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.11 27723 Saturday, June 25, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.9 18267 Saturday, June 18, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.8 4847 Friday, June 17, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.7 21263 Thursday, June 9, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.6 11550 Saturday, June 4, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.5 6934 Thursday, June 2, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.4 11527 Friday, May 27, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.3 6100 Thursday, May 26, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.2 12270 Saturday, May 21, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.1 7888 Wednesday, May 18, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.0 11189 Saturday, May 14, 2022 Approved
AWS Command Line Interface v2 (Install) 2.6.4 6799 Wednesday, May 11, 2022 Approved
AWS Command Line Interface v2 (Install) 2.6.3 8188 Sunday, May 8, 2022 Approved
AWS Command Line Interface v2 (Install) 2.6.2 6850 Thursday, May 5, 2022 Approved
AWS Command Line Interface v2 (Install) 2.6.1 9334 Friday, April 29, 2022 Approved
AWS Command Line Interface v2 (Install) 2.6.0 5242 Thursday, April 28, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.8 10702 Friday, April 22, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.7 3685 Thursday, April 21, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.6 10511 Saturday, April 16, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.4 11221 Saturday, April 9, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.3 5792 Thursday, April 7, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.2 8555 Saturday, April 2, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.1 5817 Thursday, March 31, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.0 6679 Monday, March 28, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.29 8024 Saturday, March 26, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.28 5469 Thursday, March 24, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.27 10383 Friday, March 18, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.25 12146 Friday, March 11, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.24 5919 Wednesday, March 9, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.23 8721 Friday, March 4, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.22 6010 Wednesday, March 2, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.21 22666 Friday, February 25, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.20 6032 Wednesday, February 23, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.19 8064 Friday, February 18, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.18 10503 Friday, February 11, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.17 6730 Wednesday, February 9, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.16 8269 Friday, February 4, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.15 10512 Friday, January 28, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.13 10782 Friday, January 21, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.12 14742 Wednesday, January 19, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.11 6720 Friday, January 14, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.10 4119 Wednesday, January 12, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.9 6774 Friday, January 7, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.7 13158 Wednesday, December 22, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.6 16569 Friday, December 10, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.5 8452 Saturday, December 4, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.4 2597 Friday, December 3, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.3 4942 Tuesday, November 30, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.2 6554 Saturday, November 27, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.1 6029 Wednesday, November 24, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.0 6763 Friday, November 19, 2021 Approved
AWS Command Line Interface v2 (Install) 2.3.7 5149 Wednesday, November 17, 2021 Approved
AWS Command Line Interface v2 (Install) 2.3.6 7336 Friday, November 12, 2021 Approved
AWS Command Line Interface v2 (Install) 2.3.5 5068 Wednesday, November 10, 2021 Approved
AWS Command Line Interface v2 (Install) 2.3.4 6864 Friday, November 5, 2021 Approved
AWS Command Line Interface v2 (Install) 2.3.0 16164 Friday, October 22, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.47 4805 Wednesday, October 20, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.46 6620 Friday, October 15, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.45 5689 Tuesday, October 12, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.43 12415 Friday, October 1, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.42 5012 Wednesday, September 29, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.41 6491 Friday, September 24, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.40 3927 Wednesday, September 22, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.39 6021 Friday, September 17, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.38 4373 Wednesday, September 15, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.37 7420 Friday, September 10, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.36 4097 Wednesday, September 8, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.35 5722 Friday, September 3, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.33 7921 Friday, August 27, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.32 3587 Wednesday, August 25, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.31 6361 Friday, August 20, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.30 4126 Wednesday, August 18, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.29 5738 Friday, August 13, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.28 3802 Wednesday, August 11, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.27 6337 Friday, August 6, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.26 3284 Wednesday, August 4, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.25 7425 Saturday, July 31, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.24 1988 Friday, July 30, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.23 2345 Wednesday, July 28, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.22 6877 Friday, July 23, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.21 4475 Wednesday, July 21, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.20 5135 Friday, July 16, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.19 3314 Thursday, July 15, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.18 7016 Friday, July 9, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.17 3847 Wednesday, July 7, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.16 6981 Friday, July 2, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.15 5937 Wednesday, June 30, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.14 5421 Friday, June 25, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.13 7754 Thursday, June 17, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.12 6049 Wednesday, June 16, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.11 5493 Friday, June 11, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.10 4690 Wednesday, June 9, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.9 5918 Friday, June 4, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.8 3341 Wednesday, June 2, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.7 6410 Friday, May 28, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.6 4337 Wednesday, May 26, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.5 13271 Saturday, May 15, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.4 5531 Wednesday, May 12, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.3 5712 Friday, May 7, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.2 3906 Wednesday, May 5, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.1 4980 Friday, April 30, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.0 3086 Wednesday, April 28, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.39 90 Thursday, April 22, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.38 12303 Friday, April 16, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.37 4035 Wednesday, April 14, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.36 5615 Friday, April 9, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.35 393 Wednesday, April 7, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.34 9216 Friday, April 2, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.33 3462 Wednesday, March 31, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.32 530 Tuesday, March 30, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.29 52579 Tuesday, March 16, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.28 18473 Tuesday, February 23, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.27 32709 Wednesday, February 17, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.26 5885 Friday, February 12, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.25 3051 Wednesday, February 10, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.24 6670 Friday, February 5, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.23 3500 Wednesday, February 3, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.22 9893 Friday, January 29, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.21 7647 Friday, January 22, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.20 4308 Wednesday, January 20, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.19 5585 Friday, January 15, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.18 2745 Wednesday, January 13, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.17 4948 Friday, January 8, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.16 1876 Wednesday, January 6, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.15 5591 Wednesday, December 30, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.14 4039 Wednesday, December 23, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.13 4511 Friday, December 18, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.12 1894 Thursday, December 17, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.11 1664 Wednesday, December 16, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.10 5246 Friday, December 11, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.9 1650 Thursday, December 10, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.8 3072 Wednesday, December 9, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.7 4654 Friday, December 4, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.6 2434 Wednesday, December 2, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.4 6762 Wednesday, November 25, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.3 4484 Friday, November 20, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.2 2140 Wednesday, November 18, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.1 4415 Friday, November 13, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.0 4011 Wednesday, November 11, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.63 4673 Tuesday, November 10, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.62 2830 Friday, November 6, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.61 7099 Friday, October 30, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.60 4016 Wednesday, October 28, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.59 7173 Friday, October 23, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.58 3238 Wednesday, October 21, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.57 3694 Friday, October 16, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.56 9012 Friday, October 9, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.55 5538 Wednesday, October 7, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.54 4951 Friday, October 2, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.53 5874 Wednesday, September 30, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.52 4335 Friday, September 25, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.51 2370 Thursday, September 24, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.50 6538 Friday, September 18, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.49 2935 Wednesday, September 16, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.48 5198 Friday, September 11, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.47 3294 Wednesday, September 9, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.46 3842 Friday, September 4, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.45 2692 Wednesday, September 2, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.44 3193 Friday, August 28, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.43 4779 Wednesday, August 26, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.42 5712 Friday, August 21, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.41 3139 Wednesday, August 19, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.40 3602 Friday, August 14, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.39 3770 Wednesday, August 12, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.38 4213 Friday, August 7, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.37 3064 Wednesday, August 5, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.36 4005 Friday, July 31, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.35 2981 Wednesday, July 29, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.34 4491 Friday, July 24, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.33 3334 Wednesday, July 22, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.31 5545 Thursday, July 16, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.30 7928 Friday, July 10, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.29 2756 Wednesday, July 8, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.28 3942 Friday, July 3, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.27 2803 Wednesday, July 1, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.26 4341 Friday, June 26, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.25 2896 Wednesday, June 24, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.24 4378 Friday, June 19, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.23 2717 Wednesday, June 17, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.22 5501 Friday, June 12, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.21 1213 Thursday, June 11, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.20 1845 Wednesday, June 10, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.19 3609 Friday, June 5, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.18 2114 Wednesday, June 3, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.17 4572 Wednesday, May 27, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.15 3478 Thursday, May 21, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.14 5610 Friday, May 15, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.13 2512 Wednesday, May 13, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.12 3997 Friday, May 8, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.11 3214 Wednesday, May 6, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.10 6389 Tuesday, April 28, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.9 3388 Thursday, April 23, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.8 4723 Friday, April 17, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.7 6202 Tuesday, April 7, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.6 5799 Tuesday, March 31, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.5 5102 Tuesday, March 24, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.4 5335 Wednesday, March 18, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.3 5670 Tuesday, March 10, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.2 4289 Tuesday, March 3, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.1 5736 Wednesday, February 26, 2020 Approved
AWS Command Line Interface (Install) 1.32.102 13 Friday, May 10, 2024 Approved
AWS Command Line Interface (Install) 1.32.100 9 Wednesday, May 8, 2024 Approved
AWS Command Line Interface (Install) 1.32.97 10 Friday, May 3, 2024 Approved
AWS Command Line Interface (Install) 1.32.95 10 Wednesday, May 1, 2024 Approved
AWS Command Line Interface (Install) 1.32.94 13 Tuesday, April 30, 2024 Approved
AWS Command Line Interface (Install) 1.32.92 13 Friday, April 26, 2024 Approved
AWS Command Line Interface (Install) 1.32.89 14 Tuesday, April 23, 2024 Approved
AWS Command Line Interface (Install) 1.32.87 13 Friday, April 19, 2024 Approved
AWS Command Line Interface (Install) 1.32.86 15 Wednesday, April 17, 2024 Approved
AWS Command Line Interface (Install) 1.32.85 14 Wednesday, April 17, 2024 Approved
AWS Command Line Interface (Install) 1.32.83 10 Friday, April 12, 2024 Approved
AWS Command Line Interface (Install) 1.32.81 12 Wednesday, April 10, 2024 Approved
AWS Command Line Interface (Install) 1.32.80 14 Tuesday, April 9, 2024 Approved
AWS Command Line Interface (Install) 1.32.76 14 Wednesday, April 3, 2024 Approved
AWS Command Line Interface (Install) 1.32.75 15 Tuesday, April 2, 2024 Approved
AWS Command Line Interface (Install) 1.32.73 18 Friday, March 29, 2024 Approved
AWS Command Line Interface (Install) 1.32.71 15 Wednesday, March 27, 2024 Approved
AWS Command Line Interface (Install) 1.32.70 23 Tuesday, March 26, 2024 Approved
AWS Command Line Interface (Install) 1.32.66 16 Wednesday, March 20, 2024 Approved
AWS Command Line Interface (Install) 1.32.65 27 Tuesday, March 19, 2024 Approved
AWS Command Line Interface (Install) 1.32.61 22 Wednesday, March 13, 2024 Approved
AWS Command Line Interface (Install) 1.32.58 14 Friday, March 8, 2024 Approved
AWS Command Line Interface (Install) 1.32.56 18 Wednesday, March 6, 2024 Approved
AWS Command Line Interface (Install) 1.32.53 15 Friday, March 1, 2024 Approved
AWS Command Line Interface (Install) 1.32.51 16 Wednesday, February 28, 2024 Approved
AWS Command Line Interface (Install) 1.32.50 16 Tuesday, February 27, 2024 Approved
AWS Command Line Interface (Install) 1.32.48 19 Friday, February 23, 2024 Approved
AWS Command Line Interface (Install) 1.32.45 18 Tuesday, February 20, 2024 Approved
AWS Command Line Interface (Install) 1.32.43 15 Friday, February 16, 2024 Approved
AWS Command Line Interface (Install) 1.32.40 17 Tuesday, February 13, 2024 Approved
AWS Command Line Interface (Install) 1.32.38 21 Friday, February 9, 2024 Approved
AWS Command Line Interface (Install) 1.32.36 23 Wednesday, February 7, 2024 Approved
AWS Command Line Interface (Install) 1.32.35 21 Tuesday, February 6, 2024 Approved
AWS Command Line Interface (Install) 1.32.33 16 Friday, February 2, 2024 Approved
AWS Command Line Interface (Install) 1.32.31 19 Wednesday, January 31, 2024 Approved
AWS Command Line Interface (Install) 1.32.30 22 Tuesday, January 30, 2024 Approved
AWS Command Line Interface (Install) 1.32.28 20 Friday, January 26, 2024 Approved
AWS Command Line Interface (Install) 1.32.22 24 Friday, January 19, 2024 Approved
AWS Command Line Interface (Install) 1.32.20 20 Wednesday, January 17, 2024 Approved
AWS Command Line Interface (Install) 1.32.19 19 Monday, January 15, 2024 Approved
AWS Command Line Interface (Install) 1.32.17 18 Friday, January 12, 2024 Approved
AWS Command Line Interface (Install) 1.32.15 19 Tuesday, January 9, 2024 Approved
AWS Command Line Interface (Install) 1.32.13 21 Friday, January 5, 2024 Approved
AWS Command Line Interface (Install) 1.32.6 21 Friday, December 22, 2023 Approved
AWS Command Line Interface (Install) 1.32.4 21 Wednesday, December 20, 2023 Approved
AWS Command Line Interface (Install) 1.32.3 19 Tuesday, December 19, 2023 Approved
AWS Command Line Interface (Install) 1.32.1 22 Friday, December 15, 2023 Approved
AWS Command Line Interface (Install) 1.31.13 23 Wednesday, December 13, 2023 Approved
AWS Command Line Interface (Install) 1.31.12 22 Monday, December 11, 2023 Approved
AWS Command Line Interface (Install) 1.31.10 22 Friday, December 8, 2023 Approved
AWS Command Line Interface (Install) 1.31.7 18 Tuesday, December 5, 2023 Approved
AWS Command Line Interface (Install) 1.31.6 21 Saturday, December 2, 2023 Approved
AWS Command Line Interface (Install) 1.30.4 24 Tuesday, November 21, 2023 Approved
AWS Command Line Interface (Install) 1.30.2 24 Friday, November 17, 2023 Approved
AWS Command Line Interface (Install) 1.30.0 31 Wednesday, November 15, 2023 Approved
AWS Command Line Interface (Install) 1.29.83 23 Friday, November 10, 2023 Approved
AWS Command Line Interface (Install) 1.29.82 29 Thursday, November 9, 2023 Approved
AWS Command Line Interface (Install) 1.29.80 23 Wednesday, November 8, 2023 Approved
AWS Command Line Interface (Install) 1.29.79 29 Tuesday, November 7, 2023 Approved
AWS Command Line Interface (Install) 1.29.77 33 Thursday, November 2, 2023 Approved
AWS Command Line Interface (Install) 1.29.75 23 Wednesday, November 1, 2023 Approved
AWS Command Line Interface (Install) 1.29.72 21 Friday, October 27, 2023 Approved
AWS Command Line Interface (Install) 1.29.70 28 Wednesday, October 25, 2023 Approved
AWS Command Line Interface (Install) 1.29.69 25 Tuesday, October 24, 2023 Approved
AWS Command Line Interface (Install) 1.29.67 30 Friday, October 20, 2023 Approved
AWS Command Line Interface (Install) 1.29.65 27 Wednesday, October 18, 2023 Approved
AWS Command Line Interface (Install) 1.29.64 27 Tuesday, October 17, 2023 Approved
AWS Command Line Interface (Install) 1.29.63 26 Friday, October 13, 2023 Approved
AWS Command Line Interface (Install) 1.29.61 22 Friday, October 6, 2023 Approved
AWS Command Line Interface (Install) 1.29.59 31 Wednesday, October 4, 2023 Approved
AWS Command Line Interface (Install) 1.29.57 21 Saturday, September 30, 2023 Approved
AWS Command Line Interface (Install) 1.29.55 22 Wednesday, September 27, 2023 Approved
AWS Command Line Interface (Install) 1.29.54 22 Tuesday, September 26, 2023 Approved
AWS Command Line Interface (Install) 1.29.51 29 Wednesday, September 20, 2023 Approved
AWS Command Line Interface (Install) 1.29.50 29 Tuesday, September 19, 2023 Approved
AWS Command Line Interface (Install) 1.29.48 31 Friday, September 15, 2023 Approved
AWS Command Line Interface (Install) 1.29.45 24 Tuesday, September 12, 2023 Approved
AWS Command Line Interface (Install) 1.29.43 25 Friday, September 8, 2023 Approved
AWS Command Line Interface (Install) 1.29.41 33 Wednesday, September 6, 2023 Approved
AWS Command Line Interface (Install) 1.29.36 139 Tuesday, August 29, 2023 Approved
AWS Command Line Interface (Install) 1.29.34 31 Friday, August 25, 2023 Approved
AWS Command Line Interface (Install) 1.29.32 24 Wednesday, August 23, 2023 Approved
AWS Command Line Interface (Install) 1.29.31 33 Tuesday, August 22, 2023 Approved
AWS Command Line Interface (Install) 1.29.29 38 Friday, August 18, 2023 Approved
AWS Command Line Interface (Install) 1.29.26 35 Tuesday, August 15, 2023 Approved
AWS Command Line Interface (Install) 1.29.24 37 Friday, August 11, 2023 Approved
AWS Command Line Interface (Install) 1.29.22 49 Wednesday, August 9, 2023 Approved
AWS Command Line Interface (Install) 1.29.16 39 Tuesday, August 1, 2023 Approved
AWS Command Line Interface (Install) 1.29.14 34 Friday, July 28, 2023 Approved
AWS Command Line Interface (Install) 1.29.11 34 Wednesday, July 26, 2023 Approved
AWS Command Line Interface (Install) 1.29.5 27 Wednesday, July 19, 2023 Approved
AWS Command Line Interface (Install) 1.29.4 25 Tuesday, July 18, 2023 Approved
AWS Command Line Interface (Install) 1.29.2 54 Wednesday, July 12, 2023 Approved
AWS Command Line Interface (Install) 1.29.0 102 Friday, July 7, 2023 Approved
AWS Command Line Interface (Install) 1.28.0 35 Tuesday, July 4, 2023 Approved
AWS Command Line Interface (Install) 1.27.162 34 Wednesday, June 28, 2023 Approved
AWS Command Line Interface (Install) 1.27.161 32 Tuesday, June 27, 2023 Approved
AWS Command Line Interface (Install) 1.27.159 28 Friday, June 23, 2023 Approved
AWS Command Line Interface (Install) 1.27.157 28 Wednesday, June 21, 2023 Approved
AWS Command Line Interface (Install) 1.27.156 28 Tuesday, June 20, 2023 Approved
AWS Command Line Interface (Install) 1.27.153 25 Wednesday, June 14, 2023 Approved
AWS Command Line Interface (Install) 1.27.152 26 Tuesday, June 13, 2023 Approved
AWS Command Line Interface (Install) 1.27.150 27 Friday, June 9, 2023 Approved
AWS Command Line Interface (Install) 1.27.148 27 Wednesday, June 7, 2023 Approved
AWS Command Line Interface (Install) 1.27.145 27 Friday, June 2, 2023 Approved
AWS Command Line Interface (Install) 1.27.143 28 Wednesday, May 31, 2023 Approved
AWS Command Line Interface (Install) 1.27.141 31 Friday, May 26, 2023 Approved
AWS Command Line Interface (Install) 1.27.139 28 Wednesday, May 24, 2023 Approved
AWS Command Line Interface (Install) 1.27.138 25 Tuesday, May 23, 2023 Approved
AWS Command Line Interface (Install) 1.27.135 29 Thursday, May 18, 2023 Approved
AWS Command Line Interface (Install) 1.27.134 40 Tuesday, May 16, 2023 Approved
AWS Command Line Interface (Install) 1.27.133 25 Friday, May 12, 2023 Approved
AWS Command Line Interface (Install) 1.27.131 28 Wednesday, May 10, 2023 Approved
AWS Command Line Interface (Install) 1.27.130 37 Tuesday, May 9, 2023 Approved
AWS Command Line Interface (Install) 1.27.127 28 Friday, May 5, 2023 Approved
AWS Command Line Interface (Install) 1.27.125 25 Wednesday, May 3, 2023 Approved
AWS Command Line Interface (Install) 1.27.124 26 Tuesday, May 2, 2023 Approved
AWS Command Line Interface (Install) 1.27.122 30 Friday, April 28, 2023 Approved
AWS Command Line Interface (Install) 1.27.120 32 Wednesday, April 26, 2023 Approved
AWS Command Line Interface (Install) 1.27.119 31 Tuesday, April 25, 2023 Approved
AWS Command Line Interface (Install) 1.27.113 34 Friday, April 14, 2023 Approved
AWS Command Line Interface (Install) 1.27.110 31 Tuesday, April 11, 2023 Approved
AWS Command Line Interface (Install) 1.27.106 34 Wednesday, April 5, 2023 Approved
AWS Command Line Interface (Install) 1.27.101 39 Wednesday, March 29, 2023 Approved
AWS Command Line Interface (Install) 1.27.100 31 Tuesday, March 28, 2023 Approved
AWS Command Line Interface (Install) 1.27.98 32 Friday, March 24, 2023 Approved
AWS Command Line Interface (Install) 1.27.93 30 Friday, March 17, 2023 Approved
AWS Command Line Interface (Install) 1.27.90 29 Tuesday, March 14, 2023 Approved
AWS Command Line Interface (Install) 1.27.88 36 Friday, March 10, 2023 Approved
AWS Command Line Interface (Install) 1.27.86 29 Wednesday, March 8, 2023 Approved
AWS Command Line Interface (Install) 1.27.85 35 Tuesday, March 7, 2023 Approved
AWS Command Line Interface (Install) 1.27.81 29 Wednesday, March 1, 2023 Approved
AWS Command Line Interface (Install) 1.27.80 29 Tuesday, February 28, 2023 Approved
AWS Command Line Interface (Install) 1.27.78 32 Friday, February 24, 2023 Approved
AWS Command Line Interface (Install) 1.27.75 30 Tuesday, February 21, 2023 Approved
AWS Command Line Interface (Install) 1.27.73 32 Friday, February 17, 2023 Approved
AWS Command Line Interface (Install) 1.27.71 32 Wednesday, February 15, 2023 Approved
AWS Command Line Interface (Install) 1.27.70 36 Tuesday, February 14, 2023 Approved
AWS Command Line Interface (Install) 1.27.68 35 Friday, February 10, 2023 Approved
AWS Command Line Interface (Install) 1.27.66 30 Wednesday, February 8, 2023 Approved
AWS Command Line Interface (Install) 1.27.65 31 Tuesday, February 7, 2023 Approved
AWS Command Line Interface (Install) 1.27.63 31 Friday, February 3, 2023 Approved
AWS Command Line Interface (Install) 1.27.61 33 Wednesday, February 1, 2023 Approved
AWS Command Line Interface (Install) 1.27.60 29 Tuesday, January 31, 2023 Approved
AWS Command Line Interface (Install) 1.27.58 27 Friday, January 27, 2023 Approved
AWS Command Line Interface (Install) 1.27.56 37 Wednesday, January 25, 2023 Approved
AWS Command Line Interface (Install) 1.27.53 37 Friday, January 20, 2023 Approved
AWS Command Line Interface (Install) 1.27.51 34 Wednesday, January 18, 2023 Approved
AWS Command Line Interface (Install) 1.27.49 39 Friday, January 13, 2023 Approved
AWS Command Line Interface (Install) 1.27.47 32 Wednesday, January 11, 2023 Approved
AWS Command Line Interface (Install) 1.27.46 31 Tuesday, January 10, 2023 Approved
AWS Command Line Interface (Install) 1.27.43 28 Thursday, January 5, 2023 Approved
AWS Command Line Interface (Install) 1.27.40 35 Friday, December 30, 2022 Approved
AWS Command Line Interface (Install) 1.27.38 40 Wednesday, December 28, 2022 Approved
AWS Command Line Interface (Install) 1.27.36 31 Friday, December 23, 2022 Approved
AWS Command Line Interface (Install) 1.27.33 29 Tuesday, December 20, 2022 Approved
AWS Command Line Interface (Install) 1.27.31 27 Friday, December 16, 2022 Approved
AWS Command Line Interface (Install) 1.27.29 34 Wednesday, December 14, 2022 Approved
AWS Command Line Interface (Install) 1.27.26 33 Friday, December 9, 2022 Approved
AWS Command Line Interface (Install) 1.27.24 35 Wednesday, December 7, 2022 Approved
AWS Command Line Interface (Install) 1.27.23 37 Tuesday, December 6, 2022 Approved
AWS Command Line Interface (Install) 1.27.15 52 Wednesday, November 23, 2022 Approved
AWS Command Line Interface (Install) 1.27.14 37 Tuesday, November 22, 2022 Approved
AWS Command Line Interface (Install) 1.27.12 32 Friday, November 18, 2022 Approved
AWS Command Line Interface (Install) 1.27.10 34 Wednesday, November 16, 2022 Approved
AWS Command Line Interface (Install) 1.27.9 35 Tuesday, November 15, 2022 Approved
AWS Command Line Interface (Install) 1.27.7 38 Friday, November 11, 2022 Approved
AWS Command Line Interface (Install) 1.27.4 37 Tuesday, November 8, 2022 Approved
AWS Command Line Interface (Install) 1.27.3 38 Saturday, November 5, 2022 Approved
AWS Command Line Interface (Install) 1.27.2 37 Friday, November 4, 2022 Approved
AWS Command Line Interface (Install) 1.27.0 47 Wednesday, November 2, 2022 Approved
AWS Command Line Interface (Install) 1.26.5 41 Tuesday, November 1, 2022 Approved
AWS Command Line Interface (Install) 1.26.3 42 Friday, October 28, 2022 Approved
AWS Command Line Interface (Install) 1.26.1 34 Wednesday, October 26, 2022 Approved
AWS Command Line Interface (Install) 1.26.0 47 Tuesday, October 25, 2022 Approved
AWS Command Line Interface (Install) 1.25.96 35 Friday, October 21, 2022 Approved
AWS Command Line Interface (Install) 1.25.94 43 Wednesday, October 19, 2022 Approved
AWS Command Line Interface (Install) 1.25.93 41 Tuesday, October 18, 2022 Approved
AWS Command Line Interface (Install) 1.25.92 41 Saturday, October 15, 2022 Approved
AWS Command Line Interface (Install) 1.25.89 46 Friday, October 7, 2022 Approved
AWS Command Line Interface (Install) 1.25.87 39 Wednesday, October 5, 2022 Approved
AWS Command Line Interface (Install) 1.25.83 34 Wednesday, September 28, 2022 Approved
AWS Command Line Interface (Install) 1.25.82 34 Tuesday, September 27, 2022 Approved
AWS Command Line Interface (Install) 1.25.78 43 Wednesday, September 21, 2022 Approved
AWS Command Line Interface (Install) 1.25.77 47 Monday, September 19, 2022 Approved
AWS Command Line Interface (Install) 1.25.75 45 Friday, September 16, 2022 Approved
AWS Command Line Interface (Install) 1.25.73 48 Wednesday, September 14, 2022 Approved
AWS Command Line Interface (Install) 1.25.68 43 Wednesday, September 7, 2022 Approved
AWS Command Line Interface (Install) 1.25.66 44 Friday, September 2, 2022 Approved
AWS Command Line Interface (Install) 1.25.64 53 Wednesday, August 31, 2022 Approved
AWS Command Line Interface (Install) 1.25.63 42 Tuesday, August 30, 2022 Approved
AWS Command Line Interface (Install) 1.25.62 39 Saturday, August 27, 2022 Approved
AWS Command Line Interface (Install) 1.25.59 52 Wednesday, August 24, 2022 Approved
AWS Command Line Interface (Install) 1.25.58 44 Tuesday, August 23, 2022 Approved
AWS Command Line Interface (Install) 1.25.56 42 Friday, August 19, 2022 Approved
AWS Command Line Interface (Install) 1.25.55 46 Thursday, August 18, 2022 Approved
AWS Command Line Interface (Install) 1.25.51 48 Saturday, August 13, 2022 Approved
AWS Command Line Interface (Install) 1.25.49 40 Thursday, August 11, 2022 Approved
AWS Command Line Interface (Install) 1.25.48 46 Wednesday, August 10, 2022 Approved
AWS Command Line Interface (Install) 1.25.46 44 Friday, August 5, 2022 Approved
AWS Command Line Interface (Install) 1.25.43 52 Tuesday, August 2, 2022 Approved
AWS Command Line Interface (Install) 1.25.42 50 Monday, August 1, 2022 Approved
AWS Command Line Interface (Install) 1.25.40 52 Friday, July 29, 2022 Approved
AWS Command Line Interface (Install) 1.25.38 44 Wednesday, July 27, 2022 Approved
AWS Command Line Interface (Install) 1.25.37 43 Tuesday, July 26, 2022 Approved
AWS Command Line Interface (Install) 1.25.35 39 Friday, July 22, 2022 Approved
AWS Command Line Interface (Install) 1.25.32 43 Tuesday, July 19, 2022 Approved
AWS Command Line Interface (Install) 1.25.28 46 Wednesday, July 13, 2022 Approved
AWS Command Line Interface (Install) 1.25.25 45 Friday, July 8, 2022 Approved
AWS Command Line Interface (Install) 1.25.23 46 Wednesday, July 6, 2022 Approved
AWS Command Line Interface (Install) 1.25.22 49 Saturday, July 2, 2022 Approved
AWS Command Line Interface (Install) 1.25.21 48 Friday, July 1, 2022 Approved
AWS Command Line Interface (Install) 1.25.19 43 Wednesday, June 29, 2022 Approved
AWS Command Line Interface (Install) 1.25.18 47 Tuesday, June 28, 2022 Approved
AWS Command Line Interface (Install) 1.25.16 47 Friday, June 24, 2022 Approved
AWS Command Line Interface (Install) 1.25.14 43 Wednesday, June 22, 2022 Approved
AWS Command Line Interface (Install) 1.25.13 54 Tuesday, June 21, 2022 Approved
AWS Command Line Interface (Install) 1.25.10 58 Thursday, June 16, 2022 Approved
AWS Command Line Interface (Install) 1.25.9 45 Wednesday, June 15, 2022 Approved
AWS Command Line Interface (Install) 1.25.8 62 Tuesday, June 14, 2022 Approved
AWS Command Line Interface (Install) 1.25.7 48 Saturday, June 11, 2022 Approved
AWS Command Line Interface (Install) 1.25.6 52 Friday, June 10, 2022 Approved
AWS Command Line Interface (Install) 1.25.4 38 Wednesday, June 8, 2022 Approved
AWS Command Line Interface (Install) 1.25.3 47 Tuesday, June 7, 2022 Approved
AWS Command Line Interface (Install) 1.25.2 52 Friday, June 3, 2022 Approved
AWS Command Line Interface (Install) 1.25.0 52 Wednesday, June 1, 2022 Approved
AWS Command Line Interface (Install) 1.24.9 49 Friday, May 27, 2022 Approved
AWS Command Line Interface (Install) 1.24.7 54 Wednesday, May 25, 2022 Approved
AWS Command Line Interface (Install) 1.24.6 49 Tuesday, May 24, 2022 Approved
AWS Command Line Interface (Install) 1.24.4 55 Friday, May 20, 2022 Approved
AWS Command Line Interface (Install) 1.24.2 53 Wednesday, May 18, 2022 Approved
AWS Command Line Interface (Install) 1.24.1 59 Tuesday, May 17, 2022 Approved
AWS Command Line Interface (Install) 1.23.13 50 Friday, May 13, 2022 Approved
AWS Command Line Interface (Install) 1.23.11 58 Wednesday, May 11, 2022 Approved
AWS Command Line Interface (Install) 1.23.6 87 Wednesday, May 4, 2022 Approved
AWS Command Line Interface (Install) 1.23.5 57 Tuesday, May 3, 2022 Approved
AWS Command Line Interface (Install) 1.23.3 50 Thursday, April 28, 2022 Approved
AWS Command Line Interface (Install) 1.23.1 45 Wednesday, April 27, 2022 Approved
AWS Command Line Interface (Install) 1.23.0 57 Tuesday, April 26, 2022 Approved
AWS Command Line Interface (Install) 1.22.101 56 Saturday, April 23, 2022 Approved
AWS Command Line Interface (Install) 1.22.98 46 Wednesday, April 20, 2022 Approved
AWS Command Line Interface (Install) 1.22.96 50 Friday, April 15, 2022 Approved
AWS Command Line Interface (Install) 1.22.94 58 Wednesday, April 13, 2022 Approved
AWS Command Line Interface (Install) 1.22.93 56 Tuesday, April 12, 2022 Approved
AWS Command Line Interface (Install) 1.22.89 57 Wednesday, April 6, 2022 Approved
AWS Command Line Interface (Install) 1.22.88 54 Tuesday, April 5, 2022 Approved
AWS Command Line Interface (Install) 1.22.86 50 Friday, April 1, 2022 Approved
AWS Command Line Interface (Install) 1.22.84 53 Wednesday, March 30, 2022 Approved
AWS Command Line Interface (Install) 1.22.81 63 Friday, March 25, 2022 Approved
AWS Command Line Interface (Install) 1.22.79 46 Wednesday, March 23, 2022 Approved
AWS Command Line Interface (Install) 1.22.78 56 Tuesday, March 22, 2022 Approved
AWS Command Line Interface (Install) 1.22.77 98 Saturday, March 19, 2022 Approved
AWS Command Line Interface (Install) 1.22.74 52 Tuesday, March 15, 2022 Approved
AWS Command Line Interface (Install) 1.22.71 55 Thursday, March 10, 2022 Approved
AWS Command Line Interface (Install) 1.22.69 61 Tuesday, March 8, 2022 Approved
AWS Command Line Interface (Install) 1.22.68 58 Saturday, March 5, 2022 Approved
AWS Command Line Interface (Install) 1.22.66 58 Thursday, March 3, 2022 Approved
AWS Command Line Interface (Install) 1.22.64 57 Tuesday, March 1, 2022 Approved
AWS Command Line Interface (Install) 1.22.63 52 Saturday, February 26, 2022 Approved
AWS Command Line Interface (Install) 1.22.61 61 Thursday, February 24, 2022 Approved
AWS Command Line Interface (Install) 1.22.59 63 Tuesday, February 22, 2022 Approved
AWS Command Line Interface (Install) 1.22.58 52 Saturday, February 19, 2022 Approved
AWS Command Line Interface (Install) 1.22.56 56 Thursday, February 17, 2022 Approved
AWS Command Line Interface (Install) 1.22.55 57 Tuesday, February 15, 2022 Approved
AWS Command Line Interface (Install) 1.22.54 101 Saturday, February 12, 2022 Approved
AWS Command Line Interface (Install) 1.22.52 69 Thursday, February 10, 2022 Approved
AWS Command Line Interface (Install) 1.22.50 50 Tuesday, February 8, 2022 Approved
AWS Command Line Interface (Install) 1.22.49 55 Saturday, February 5, 2022 Approved
AWS Command Line Interface (Install) 1.22.47 61 Thursday, February 3, 2022 Approved
AWS Command Line Interface (Install) 1.22.46 64 Saturday, January 29, 2022 Approved
AWS Command Line Interface (Install) 1.22.44 69 Thursday, January 27, 2022 Approved
AWS Command Line Interface (Install) 1.22.42 63 Monday, January 24, 2022 Approved
AWS Command Line Interface (Install) 1.22.39 66 Thursday, January 20, 2022 Approved
AWS Command Line Interface (Install) 1.22.37 63 Saturday, January 15, 2022 Approved
AWS Command Line Interface (Install) 1.22.34 67 Thursday, January 13, 2022 Approved
AWS Command Line Interface (Install) 1.22.32 56 Monday, January 10, 2022 Approved
AWS Command Line Interface (Install) 1.22.31 70 Saturday, January 8, 2022 Approved
AWS Command Line Interface (Install) 1.22.29 56 Thursday, January 6, 2022 Approved
AWS Command Line Interface (Install) 1.22.25 143 Tuesday, December 21, 2021 Approved
AWS Command Line Interface (Install) 1.22.24 61 Tuesday, December 14, 2021 Approved
AWS Command Line Interface (Install) 1.22.22 58 Thursday, December 9, 2021 Approved
AWS Command Line Interface (Install) 1.22.21 50 Tuesday, December 7, 2021 Approved
AWS Command Line Interface (Install) 1.22.13 84 Thursday, November 25, 2021 Approved
AWS Command Line Interface (Install) 1.22.11 70 Tuesday, November 23, 2021 Approved
AWS Command Line Interface (Install) 1.22.10 57 Saturday, November 20, 2021 Approved
AWS Command Line Interface (Install) 1.22.8 73 Thursday, November 18, 2021 Approved
AWS Command Line Interface (Install) 1.22.6 72 Tuesday, November 16, 2021 Approved
AWS Command Line Interface (Install) 1.22.5 67 Saturday, November 13, 2021 Approved
AWS Command Line Interface (Install) 1.22.3 103 Thursday, November 11, 2021 Approved
AWS Command Line Interface (Install) 1.22.1 67 Tuesday, November 9, 2021 Approved
AWS Command Line Interface (Install) 1.21.12 136 Saturday, November 6, 2021 Approved
AWS Command Line Interface (Install) 1.21.0 72 Thursday, October 21, 2021 Approved
AWS Command Line Interface (Install) 1.20.64 64 Tuesday, October 19, 2021 Approved
AWS Command Line Interface (Install) 1.20.63 68 Saturday, October 16, 2021 Approved
AWS Command Line Interface (Install) 1.20.61 64 Thursday, October 14, 2021 Approved
AWS Command Line Interface (Install) 1.20.58 179 Saturday, October 9, 2021 Approved
AWS Command Line Interface (Install) 1.20.57 75 Friday, October 8, 2021 Approved
AWS Command Line Interface (Install) 1.20.56 65 Thursday, October 7, 2021 Approved
AWS Command Line Interface (Install) 1.20.54 60 Tuesday, October 5, 2021 Approved
AWS Command Line Interface (Install) 1.20.53 59 Saturday, October 2, 2021 Approved
AWS Command Line Interface (Install) 1.20.51 65 Thursday, September 30, 2021 Approved
AWS Command Line Interface (Install) 1.20.49 71 Tuesday, September 28, 2021 Approved
AWS Command Line Interface (Install) 1.20.48 73 Saturday, September 25, 2021 Approved
AWS Command Line Interface (Install) 1.20.46 61 Thursday, September 23, 2021 Approved
AWS Command Line Interface (Install) 1.20.44 76 Saturday, September 18, 2021 Approved
AWS Command Line Interface (Install) 1.20.40 102 Saturday, September 11, 2021 Approved
AWS Command Line Interface (Install) 1.20.38 76 Thursday, September 9, 2021 Approved
AWS Command Line Interface (Install) 1.20.36 63 Saturday, September 4, 2021 Approved
AWS Command Line Interface (Install) 1.20.34 78 Thursday, September 2, 2021 Approved
AWS Command Line Interface (Install) 1.20.32 72 Tuesday, August 31, 2021 Approved
AWS Command Line Interface (Install) 1.20.31 64 Saturday, August 28, 2021 Approved
AWS Command Line Interface (Install) 1.20.29 62 Thursday, August 26, 2021 Approved
AWS Command Line Interface (Install) 1.20.27 63 Tuesday, August 24, 2021 Approved
AWS Command Line Interface (Install) 1.20.26 93 Saturday, August 21, 2021 Approved
AWS Command Line Interface (Install) 1.20.24 67 Thursday, August 19, 2021 Approved
AWS Command Line Interface (Install) 1.20.23 89 Tuesday, August 17, 2021 Approved
AWS Command Line Interface (Install) 1.20.22 67 Tuesday, August 17, 2021 Approved
AWS Command Line Interface (Install) 1.20.21 74 Saturday, August 14, 2021 Approved
AWS Command Line Interface (Install) 1.20.19 68 Thursday, August 12, 2021 Approved
AWS Command Line Interface (Install) 1.20.17 73 Tuesday, August 10, 2021 Approved
AWS Command Line Interface (Install) 1.20.16 71 Saturday, August 7, 2021 Approved
AWS Command Line Interface (Install) 1.20.15 84 Thursday, August 5, 2021 Approved
AWS Command Line Interface (Install) 1.20.14 74 Thursday, August 5, 2021 Approved
AWS Command Line Interface (Install) 1.20.12 63 Tuesday, August 3, 2021 Approved
AWS Command Line Interface (Install) 1.20.9 68 Thursday, July 29, 2021 Approved
AWS Command Line Interface (Install) 1.20.7 85 Tuesday, July 27, 2021 Approved
AWS Command Line Interface (Install) 1.20.6 73 Saturday, July 24, 2021 Approved
AWS Command Line Interface (Install) 1.20.4 66 Thursday, July 22, 2021 Approved
AWS Command Line Interface (Install) 1.20.2 71 Monday, July 19, 2021 Approved
AWS Command Line Interface (Install) 1.20.1 74 Saturday, July 17, 2021 Approved
AWS Command Line Interface (Install) 1.19.111 68 Wednesday, July 14, 2021 Approved
AWS Command Line Interface (Install) 1.19.110 73 Tuesday, July 13, 2021 Approved
AWS Command Line Interface (Install) 1.19.109 76 Saturday, July 10, 2021 Approved
AWS Command Line Interface (Install) 1.19.107 68 Thursday, July 8, 2021 Approved
AWS Command Line Interface (Install) 1.19.105 71 Friday, July 2, 2021 Approved
AWS Command Line Interface (Install) 1.19.103 1151 Thursday, July 1, 2021 Approved
AWS Command Line Interface (Install) 1.19.102 75 Tuesday, June 29, 2021 Approved
AWS Command Line Interface (Install) 1.19.101 64 Saturday, June 26, 2021 Approved
AWS Command Line Interface (Install) 1.19.99 94 Thursday, June 24, 2021 Approved
AWS Command Line Interface (Install) 1.19.98 63 Tuesday, June 22, 2021 Approved
AWS Command Line Interface (Install) 1.19.96 79 Thursday, June 17, 2021 Approved
AWS Command Line Interface (Install) 1.19.94 74 Tuesday, June 15, 2021 Approved
AWS Command Line Interface (Install) 1.19.93 71 Saturday, June 12, 2021 Approved
AWS Command Line Interface (Install) 1.19.92 79 Thursday, June 10, 2021 Approved
AWS Command Line Interface (Install) 1.19.91 76 Thursday, June 10, 2021 Approved
AWS Command Line Interface (Install) 1.19.89 80 Tuesday, June 8, 2021 Approved
AWS Command Line Interface (Install) 1.19.88 69 Saturday, June 5, 2021 Approved
AWS Command Line Interface (Install) 1.19.86 69 Thursday, June 3, 2021 Approved
AWS Command Line Interface (Install) 1.19.84 71 Saturday, May 29, 2021 Approved
AWS Command Line Interface (Install) 1.19.82 70 Thursday, May 27, 2021 Approved
AWS Command Line Interface (Install) 1.19.79 81 Tuesday, May 25, 2021 Approved
AWS Command Line Interface (Install) 1.19.78 73 Saturday, May 22, 2021 Approved
AWS Command Line Interface (Install) 1.19.77 67 Friday, May 21, 2021 Approved
AWS Command Line Interface (Install) 1.19.76 65 Thursday, May 20, 2021 Approved
AWS Command Line Interface (Install) 1.19.75 73 Wednesday, May 19, 2021 Approved
AWS Command Line Interface (Install) 1.19.74 76 Tuesday, May 18, 2021 Approved
AWS Command Line Interface (Install) 1.19.72 65 Friday, May 14, 2021 Approved
AWS Command Line Interface (Install) 1.19.70 87 Tuesday, May 11, 2021 Approved
AWS Command Line Interface (Install) 1.19.69 82 Saturday, May 8, 2021 Approved
AWS Command Line Interface (Install) 1.19.67 75 Thursday, May 6, 2021 Approved
AWS Command Line Interface (Install) 1.19.64 75 Monday, May 3, 2021 Approved
AWS Command Line Interface (Install) 1.19.62 86 Saturday, May 1, 2021 Approved
AWS Command Line Interface (Install) 1.19.60 62 Thursday, April 29, 2021 Approved
AWS Command Line Interface (Install) 1.19.58 73 Tuesday, April 27, 2021 Approved
AWS Command Line Interface (Install) 1.19.57 66 Saturday, April 24, 2021 Approved
AWS Command Line Interface (Install) 1.19.56 69 Friday, April 23, 2021 Approved
AWS Command Line Interface (Install) 1.19.54 75 Tuesday, April 20, 2021 Approved
AWS Command Line Interface (Install) 1.19.52 63 Thursday, April 15, 2021 Approved
AWS Command Line Interface (Install) 1.19.50 63 Tuesday, April 13, 2021 Approved
AWS Command Line Interface (Install) 1.19.49 74 Saturday, April 10, 2021 Approved
AWS Command Line Interface (Install) 1.19.45 73 Tuesday, April 6, 2021 Approved
AWS Command Line Interface (Install) 1.19.44 63 Saturday, April 3, 2021 Approved
AWS Command Line Interface (Install) 1.19.42 64 Thursday, April 1, 2021 Approved
AWS Command Line Interface (Install) 1.19.40 70 Monday, March 29, 2021 Approved
AWS Command Line Interface (Install) 1.19.39 84 Saturday, March 27, 2021 Approved
AWS Command Line Interface (Install) 1.19.37 79 Thursday, March 25, 2021 Approved
AWS Command Line Interface (Install) 1.19.35 86 Wednesday, March 24, 2021 Approved
AWS Command Line Interface (Install) 1.19.34 80 Tuesday, March 23, 2021 Approved
AWS Command Line Interface (Install) 1.19.32 72 Friday, March 19, 2021 Approved
AWS Command Line Interface (Install) 1.19.30 71 Thursday, March 18, 2021 Approved
AWS Command Line Interface (Install) 1.19.29 74 Wednesday, March 17, 2021 Approved
AWS Command Line Interface (Install) 1.19.28 88 Tuesday, March 16, 2021 Approved
AWS Command Line Interface (Install) 1.19.27 74 Saturday, March 13, 2021 Approved
AWS Command Line Interface (Install) 1.19.26 4296 Thursday, March 11, 2021 Approved
AWS Command Line Interface (Install) 1.19.25 82 Thursday, March 11, 2021 Approved
AWS Command Line Interface (Install) 1.19.23 81 Tuesday, March 9, 2021 Approved
AWS Command Line Interface (Install) 1.19.22 76 Saturday, March 6, 2021 Approved
AWS Command Line Interface (Install) 1.19.21 76 Friday, March 5, 2021 Approved
AWS Command Line Interface (Install) 1.19.20 83 Thursday, March 4, 2021 Approved
AWS Command Line Interface (Install) 1.19.19 76 Wednesday, March 3, 2021 Approved
AWS Command Line Interface (Install) 1.19.17 87 Saturday, February 27, 2021 Approved
AWS Command Line Interface (Install) 1.19.16 78 Friday, February 26, 2021 Approved
AWS Command Line Interface (Install) 1.19.15 72 Thursday, February 25, 2021 Approved
AWS Command Line Interface (Install) 1.19.13 69 Tuesday, February 23, 2021 Approved
AWS Command Line Interface (Install) 1.19.12 68 Saturday, February 20, 2021 Approved
AWS Command Line Interface (Install) 1.19.11 69 Friday, February 19, 2021 Approved
AWS Command Line Interface (Install) 1.19.10 87 Thursday, February 18, 2021 Approved
AWS Command Line Interface (Install) 1.19.8 81 Tuesday, February 16, 2021 Approved
AWS Command Line Interface (Install) 1.19.7 80 Saturday, February 13, 2021 Approved
AWS Command Line Interface (Install) 1.19.4 93 Tuesday, February 9, 2021 Approved
AWS Command Line Interface (Install) 1.19.3 174 Saturday, February 6, 2021 Approved
AWS Command Line Interface (Install) 1.19.1 90 Thursday, February 4, 2021 Approved
AWS Command Line Interface (Install) 1.18.223 78 Saturday, January 30, 2021 Approved
AWS Command Line Interface (Install) 1.18.221 94 Thursday, January 28, 2021 Approved
AWS Command Line Interface (Install) 1.18.220 89 Wednesday, January 27, 2021 Approved
AWS Command Line Interface (Install) 1.18.219 105 Saturday, January 23, 2021 Approved
AWS Command Line Interface (Install) 1.18.216 78 Saturday, January 16, 2021 Approved
AWS Command Line Interface (Install) 1.18.214 98 Thursday, January 14, 2021 Approved
AWS Command Line Interface (Install) 1.18.212 91 Tuesday, January 12, 2021 Approved
AWS Command Line Interface (Install) 1.18.210 92 Thursday, January 7, 2021 Approved
AWS Command Line Interface (Install) 1.18.208 101 Tuesday, January 5, 2021 Approved
AWS Command Line Interface (Install) 1.18.207 84 Friday, January 1, 2021 Approved
AWS Command Line Interface (Install) 1.18.206 87 Thursday, December 31, 2020 Approved
AWS Command Line Interface (Install) 1.18.205 79 Tuesday, December 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.204 74 Monday, December 28, 2020 Approved
AWS Command Line Interface (Install) 1.18.201 75 Tuesday, December 22, 2020 Approved
AWS Command Line Interface (Install) 1.18.200 87 Friday, December 18, 2020 Approved
AWS Command Line Interface (Install) 1.18.197 84 Tuesday, December 15, 2020 Approved
AWS Command Line Interface (Install) 1.18.196 82 Tuesday, December 15, 2020 Approved
AWS Command Line Interface (Install) 1.18.195 1461 Saturday, December 12, 2020 Approved
AWS Command Line Interface (Install) 1.18.193 85 Wednesday, December 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.191 74 Tuesday, December 8, 2020 Approved
AWS Command Line Interface (Install) 1.18.190 81 Saturday, December 5, 2020 Approved
AWS Command Line Interface (Install) 1.18.184 97 Tuesday, November 24, 2020 Approved
AWS Command Line Interface (Install) 1.18.183 92 Saturday, November 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.181 109 Thursday, November 19, 2020 Approved
AWS Command Line Interface (Install) 1.18.179 101 Tuesday, November 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.178 105 Saturday, November 14, 2020 Approved
AWS Command Line Interface (Install) 1.18.176 81 Thursday, November 12, 2020 Approved
AWS Command Line Interface (Install) 1.18.174 84 Monday, November 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.173 86 Saturday, November 7, 2020 Approved
AWS Command Line Interface (Install) 1.18.171 159 Thursday, November 5, 2020 Approved
AWS Command Line Interface (Install) 1.18.170 95 Tuesday, November 3, 2020 Approved
AWS Command Line Interface (Install) 1.18.167 98 Thursday, October 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.165 218 Tuesday, October 27, 2020 Approved
AWS Command Line Interface (Install) 1.18.164 104 Saturday, October 24, 2020 Approved
AWS Command Line Interface (Install) 1.18.162 98 Thursday, October 22, 2020 Approved
AWS Command Line Interface (Install) 1.18.160 104 Tuesday, October 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.159 90 Saturday, October 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.157 167 Saturday, October 10, 2020 Approved
AWS Command Line Interface (Install) 1.18.153 101 Tuesday, October 6, 2020 Approved
AWS Command Line Interface (Install) 1.18.152 109 Saturday, October 3, 2020 Approved
AWS Command Line Interface (Install) 1.18.150 93 Thursday, October 1, 2020 Approved
AWS Command Line Interface (Install) 1.18.148 97 Tuesday, September 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.147 127 Saturday, September 26, 2020 Approved
AWS Command Line Interface (Install) 1.18.146 86 Thursday, September 24, 2020 Approved
AWS Command Line Interface (Install) 1.18.144 86 Wednesday, September 23, 2020 Approved
AWS Command Line Interface (Install) 1.18.143 97 Tuesday, September 22, 2020 Approved
AWS Command Line Interface (Install) 1.18.142 99 Saturday, September 19, 2020 Approved
AWS Command Line Interface (Install) 1.18.141 388 Thursday, September 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.140 103 Thursday, September 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.138 87 Tuesday, September 15, 2020 Approved
AWS Command Line Interface (Install) 1.18.137 95 Saturday, September 12, 2020 Approved
AWS Command Line Interface (Install) 1.18.133 153 Saturday, September 5, 2020 Approved
AWS Command Line Interface (Install) 1.18.131 98 Thursday, September 3, 2020 Approved
AWS Command Line Interface (Install) 1.18.129 109 Tuesday, September 1, 2020 Approved
AWS Command Line Interface (Install) 1.18.128 110 Saturday, August 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.126 130 Thursday, August 27, 2020 Approved
AWS Command Line Interface (Install) 1.18.125 116 Tuesday, August 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.123 124 Thursday, August 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.121 150 Tuesday, August 18, 2020 Approved
AWS Command Line Interface (Install) 1.18.120 108 Saturday, August 15, 2020 Approved
AWS Command Line Interface (Install) 1.18.119 105 Thursday, August 13, 2020 Approved
AWS Command Line Interface (Install) 1.18.116 6076 Monday, August 10, 2020 Approved
AWS Command Line Interface (Install) 1.18.115 122 Saturday, August 8, 2020 Approved
AWS Command Line Interface (Install) 1.18.113 154 Thursday, August 6, 2020 Approved
AWS Command Line Interface (Install) 1.18.111 145 Tuesday, August 4, 2020 Approved
AWS Command Line Interface (Install) 1.18.110 150 Saturday, August 1, 2020 Approved
AWS Command Line Interface (Install) 1.18.108 136 Thursday, July 30, 2020 Approved
AWS Command Line Interface (Install) 1.18.106 160 Tuesday, July 28, 2020 Approved
AWS Command Line Interface (Install) 1.18.105 148 Saturday, July 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.103 172 Thursday, July 23, 2020 Approved
AWS Command Line Interface (Install) 1.18.101 1253 Tuesday, July 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.100 151 Saturday, July 18, 2020 Approved
AWS Command Line Interface (Install) 1.18.96 178 Thursday, July 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.94 201 Tuesday, July 7, 2020 Approved
AWS Command Line Interface (Install) 1.18.92 179 Thursday, July 2, 2020 Approved
AWS Command Line Interface (Install) 1.18.90 173 Tuesday, June 30, 2020 Approved
AWS Command Line Interface (Install) 1.18.89 221 Saturday, June 27, 2020 Approved
AWS Command Line Interface (Install) 1.18.87 175 Thursday, June 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.85 188 Tuesday, June 23, 2020 Approved
AWS Command Line Interface (Install) 1.18.84 204 Saturday, June 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.82 182 Thursday, June 18, 2020 Approved
AWS Command Line Interface (Install) 1.18.80 247 Tuesday, June 16, 2020 Approved
AWS Command Line Interface (Install) 1.18.79 202 Saturday, June 13, 2020 Approved
AWS Command Line Interface (Install) 1.18.75 171 Tuesday, June 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.74 197 Saturday, June 6, 2020 Approved
AWS Command Line Interface (Install) 1.18.72 197 Thursday, June 4, 2020 Approved
AWS Command Line Interface (Install) 1.18.70 183 Tuesday, June 2, 2020 Approved
AWS Command Line Interface (Install) 1.18.69 6155 Friday, May 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.68 218 Thursday, May 28, 2020 Approved
AWS Command Line Interface (Install) 1.18.65 16624 Thursday, May 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.63 169 Wednesday, May 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.62 210 Tuesday, May 19, 2020 Approved
AWS Command Line Interface (Install) 1.18.61 185 Saturday, May 16, 2020 Approved
AWS Command Line Interface (Install) 1.18.57 176 Tuesday, May 12, 2020 Approved
AWS Command Line Interface (Install) 1.18.56 233 Saturday, May 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.54 190 Thursday, May 7, 2020 Approved
AWS Command Line Interface (Install) 1.18.52 167 Tuesday, May 5, 2020 Approved
AWS Command Line Interface (Install) 1.18.51 251 Saturday, May 2, 2020 Approved
AWS Command Line Interface (Install) 1.18.50 155 Friday, May 1, 2020 Approved
AWS Command Line Interface (Install) 1.18.49 170 Thursday, April 30, 2020 Approved
AWS Command Line Interface (Install) 1.18.46 341 Saturday, April 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.43 203 Wednesday, April 22, 2020 Approved
AWS Command Line Interface (Install) 1.18.42 534 Tuesday, April 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.41 171 Friday, April 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.39 211 Thursday, April 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.36 265 Saturday, April 4, 2020 Approved
AWS Command Line Interface (Install) 1.18.35 178 Friday, April 3, 2020 Approved
AWS Command Line Interface (Install) 1.18.34 156 Thursday, April 2, 2020 Approved
AWS Command Line Interface (Install) 1.18.31 203 Saturday, March 28, 2020 Approved
AWS Command Line Interface (Install) 1.18.30 201 Thursday, March 26, 2020 Approved
AWS Command Line Interface (Install) 1.18.29 167 Thursday, March 26, 2020 Approved
AWS Command Line Interface (Install) 1.18.28 274 Wednesday, March 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.26 207 Saturday, March 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.25 212 Friday, March 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.24 191 Thursday, March 19, 2020 Approved
AWS Command Line Interface (Install) 1.18.22 172 Tuesday, March 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.21 228 Saturday, March 14, 2020 Approved
AWS Command Line Interface (Install) 1.18.20 197 Friday, March 13, 2020 Approved
AWS Command Line Interface (Install) 1.18.19 211 Thursday, March 12, 2020 Approved
AWS Command Line Interface (Install) 1.18.16 159 Saturday, March 7, 2020 Approved
AWS Command Line Interface (Install) 1.18.15 146 Friday, March 6, 2020 Approved
AWS Command Line Interface (Install) 1.18.14 207 Thursday, March 5, 2020 Approved
AWS Command Line Interface (Install) 1.18.11 21288 Saturday, February 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.9 5841 Friday, February 28, 2020 Approved
AWS Command Line Interface (Install) 1.18.6 3697 Tuesday, February 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.5 4414 Friday, February 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.4 1193 Friday, February 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.3 1390 Thursday, February 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.2 1372 Wednesday, February 19, 2020 Approved
AWS Command Line Interface (Install) 1.18.1 1642 Tuesday, February 18, 2020 Approved
AWS Command Line Interface (Install) 1.18.0 1948 Saturday, February 15, 2020 Approved
AWS Command Line Interface (Install) 1.17.17 4197 Friday, February 14, 2020 Approved
AWS Command Line Interface (Install) 1.17.16 2067 Thursday, February 13, 2020 Approved
AWS Command Line Interface (Install) 1.17.15 1524 Wednesday, February 12, 2020 Approved
AWS Command Line Interface (Install) 1.17.13 3029 Saturday, February 8, 2020 Approved
AWS Command Line Interface (Install) 1.17.12 1216 Friday, February 7, 2020 Approved
AWS Command Line Interface (Install) 1.17.11 141 Thursday, February 6, 2020 Approved
AWS Command Line Interface (Install) 1.17.10 166 Wednesday, February 5, 2020 Approved
AWS Command Line Interface (Install) 1.17.9 8253 Saturday, January 25, 2020 Approved
AWS Command Line Interface (Install) 1.17.8 933 Friday, January 24, 2020 Approved
AWS Command Line Interface (Install) 1.17.7 3019 Wednesday, January 22, 2020 Approved
AWS Command Line Interface (Install) 1.17.6 267 Tuesday, January 21, 2020 Approved
AWS Command Line Interface (Install) 1.17.5 2543 Saturday, January 18, 2020 Approved
AWS Command Line Interface (Install) 1.17.4 1187 Friday, January 17, 2020 Approved
AWS Command Line Interface (Install) 1.17.3 1097 Thursday, January 16, 2020 Approved
AWS Command Line Interface (Install) 1.17.2 2014 Tuesday, January 14, 2020 Approved
AWS Command Line Interface (Install) 1.17.1 1163 Tuesday, January 14, 2020 Approved
AWS Command Line Interface (Install) 1.17.0 1992 Saturday, January 11, 2020 Approved
AWS Command Line Interface (Install) 1.16.314 1373 Friday, January 10, 2020 Approved
AWS Command Line Interface (Install) 1.16.313 1400 Thursday, January 9, 2020 Approved
AWS Command Line Interface (Install) 1.16.312 1088 Wednesday, January 8, 2020 Approved
AWS Command Line Interface (Install) 1.16.311 1324 Tuesday, January 7, 2020 Approved
AWS Command Line Interface (Install) 1.16.310 163 Friday, January 3, 2020 Approved
AWS Command Line Interface (Install) 1.16.309 1411 Tuesday, December 24, 2019 Approved
AWS Command Line Interface (Install) 1.16.308 5794 Saturday, December 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.307 1045 Friday, December 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.305 2016 Wednesday, December 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.303 2504 Saturday, December 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.302 1175 Friday, December 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.301 1513 Thursday, December 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.300 1271 Wednesday, December 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.299 1522 Tuesday, December 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.298 2540 Friday, December 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.297 1292 Thursday, December 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.296 1333 Wednesday, December 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.294 803 Tuesday, December 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.292 4608 Wednesday, November 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.291 1350 Tuesday, November 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.290 2056 Saturday, November 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.289 1202 Friday, November 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.287 1277 Thursday, November 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.286 1732 Wednesday, November 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.284 1534 Tuesday, November 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.283 2197 Saturday, November 16, 2019 Approved
AWS Command Line Interface (Install) 1.16.282 1260 Friday, November 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.281 1523 Thursday, November 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.280 1499 Wednesday, November 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.279 1437 Tuesday, November 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.278 2068 Saturday, November 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.277 2637 Friday, November 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.276 1371 Thursday, November 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.274 1616 Tuesday, November 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.273 1280 Tuesday, November 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.272 2063 Saturday, November 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.271 1000 Friday, November 1, 2019 Approved
AWS Command Line Interface (Install) 1.16.270 1484 Thursday, October 31, 2019 Approved
AWS Command Line Interface (Install) 1.16.269 1530 Wednesday, October 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.268 1598 Tuesday, October 29, 2019 Approved
AWS Command Line Interface (Install) 1.16.266 2872 Friday, October 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.265 1768 Thursday, October 24, 2019 Approved
AWS Command Line Interface (Install) 1.16.264 1536 Wednesday, October 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.263 3544 Friday, October 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.262 703 Friday, October 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.261 2329 Thursday, October 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.260 1549 Wednesday, October 16, 2019 Approved
AWS Command Line Interface (Install) 1.16.259 1487 Tuesday, October 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.258 1940 Saturday, October 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.257 1308 Friday, October 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.256 2044 Thursday, October 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.255 1675 Wednesday, October 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.254 1369 Tuesday, October 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.253 2006 Saturday, October 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.252 1502 Friday, October 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.251 2128 Thursday, October 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.250 1625 Wednesday, October 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.249 1633 Tuesday, October 1, 2019 Approved
AWS Command Line Interface (Install) 1.16.248 2339 Saturday, September 28, 2019 Approved
AWS Command Line Interface (Install) 1.16.247 1122 Friday, September 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.246 1824 Wednesday, September 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.245 1426 Wednesday, September 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.244 1510 Tuesday, September 24, 2019 Approved
AWS Command Line Interface (Install) 1.16.243 1845 Saturday, September 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.242 1222 Friday, September 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.241 2319 Thursday, September 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.240 1484 Wednesday, September 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.239 1138 Tuesday, September 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.238 7148 Friday, September 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.237 1819 Thursday, September 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.236 1371 Wednesday, September 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.235 1305 Tuesday, September 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.234 1783 Saturday, September 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.233 1195 Friday, September 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.232 1824 Thursday, September 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.231 1241 Wednesday, September 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.230 2497 Saturday, August 31, 2019 Approved
AWS Command Line Interface (Install) 1.16.229 1864 Friday, August 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.228 2807 Thursday, August 29, 2019 Approved
AWS Command Line Interface (Install) 1.16.227 2339 Wednesday, August 28, 2019 Approved
AWS Command Line Interface (Install) 1.16.226 1258 Tuesday, August 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.225 2006 Friday, August 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.224 1070 Friday, August 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.223 1123 Thursday, August 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.222 1215 Wednesday, August 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.221 2574 Tuesday, August 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.220 1844 Saturday, August 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.219 1090 Friday, August 16, 2019 Approved
AWS Command Line Interface (Install) 1.16.218 1171 Thursday, August 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.217 1648 Wednesday, August 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.216 1118 Tuesday, August 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.215 1634 Saturday, August 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.214 1007 Friday, August 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.213 2201 Thursday, August 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.212 532 Wednesday, August 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.211 1706 Tuesday, August 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.210 1652 Saturday, August 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.209 5056 Wednesday, July 31, 2019 Approved
AWS Command Line Interface (Install) 1.16.208 1001 Tuesday, July 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.207 1615 Saturday, July 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.206 1170 Friday, July 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.205 1367 Thursday, July 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.204 1178 Tuesday, July 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.203 1181 Tuesday, July 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.202 1144 Monday, July 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.201 817 Saturday, July 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.200 904 Friday, July 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.199 1100 Thursday, July 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.198 3101 Saturday, July 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.197 925 Friday, July 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.196 1010 Thursday, July 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.195 1031 Wednesday, July 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.194 1246 Tuesday, July 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.193 2711 Thursday, July 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.192 960 Wednesday, July 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.191 962 Tuesday, July 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.190 1521 Saturday, June 29, 2019 Approved
AWS Command Line Interface (Install) 1.16.189 855 Friday, June 28, 2019 Approved
AWS Command Line Interface (Install) 1.16.188 969 Thursday, June 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.186 1184 Wednesday, June 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.185 1003 Tuesday, June 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.184 2815 Saturday, June 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.183 967 Friday, June 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.182 842 Thursday, June 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.181 1337 Wednesday, June 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.180 1441 Tuesday, June 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.179 1667 Saturday, June 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.178 877 Friday, June 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.177 2256 Thursday, June 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.176 1564 Wednesday, June 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.175 1471 Tuesday, June 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.174 1868 Saturday, June 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.173 1056 Friday, June 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.172 1251 Thursday, June 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.171 1262 Wednesday, June 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.170 1410 Tuesday, June 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.169 2964 Friday, May 31, 2019 Approved
AWS Command Line Interface (Install) 1.16.168 1151 Thursday, May 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.167 1036 Wednesday, May 29, 2019 Approved
AWS Command Line Interface (Install) 1.16.166 2300 Saturday, May 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.165 1016 Friday, May 24, 2019 Approved
AWS Command Line Interface (Install) 1.16.164 12758 Thursday, May 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.163 1238 Wednesday, May 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.162 1272 Monday, May 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.161 1758 Saturday, May 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.160 1094 Friday, May 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.159 1001 Thursday, May 16, 2019 Approved
AWS Command Line Interface (Install) 1.16.158 1082 Wednesday, May 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.157 1367 Tuesday, May 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.156 1818 Saturday, May 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.155 1664 Thursday, May 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.154 1212 Wednesday, May 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.153 1291 Tuesday, May 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.152 2584 Saturday, May 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.151 1409 Friday, May 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.150 1220 Thursday, May 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.149 1010 Wednesday, May 1, 2019 Approved
AWS Command Line Interface (Install) 1.16.148 1209 Tuesday, April 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.147 1946 Saturday, April 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.146 1184 Friday, April 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.145 1467 Thursday, April 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.144 2951 Saturday, April 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.143 1063 Friday, April 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.142 1029 Thursday, April 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.141 1091 Wednesday, April 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.140 10524 Saturday, April 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.139 1095 Friday, April 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.138 1216 Thursday, April 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.137 752 Wednesday, April 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.136 1453 Tuesday, April 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.135 1989 Saturday, March 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.134 1152 Friday, March 29, 2019 Approved
AWS Command Line Interface (Install) 1.16.133 1679 Thursday, March 28, 2019 Approved
AWS Command Line Interface (Install) 1.16.132 1526 Tuesday, March 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.131 1168 Tuesday, March 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.130 1843 Saturday, March 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.129 949 Friday, March 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.128 1141 Thursday, March 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.127 903 Wednesday, March 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.126 1603 Tuesday, March 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.125 2600 Friday, March 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.124 1179 Thursday, March 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.123 400 Wednesday, March 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.122 1910 Tuesday, March 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.121 1901 Saturday, March 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.120 1023 Friday, March 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.119 1042 Thursday, March 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.118 1152 Wednesday, March 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.117 1545 Tuesday, March 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.116 1647 Saturday, March 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.115 1369 Friday, March 1, 2019 Approved
AWS Command Line Interface (Install) 1.16.114 4657 Thursday, February 28, 2019 Approved
AWS Command Line Interface (Install) 1.16.113 1511 Wednesday, February 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.112 1176 Tuesday, February 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.111 1638 Saturday, February 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.110 930 Friday, February 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.109 1302 Thursday, February 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.108 1182 Wednesday, February 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.107 1212 Tuesday, February 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.106 1898 Saturday, February 16, 2019 Approved
AWS Command Line Interface (Install) 1.16.105 1215 Friday, February 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.104 1158 Thursday, February 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.103 823 Wednesday, February 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.102 1236 Tuesday, February 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.101 1489 Saturday, February 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.99 1681 Thursday, February 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.98 1217 Wednesday, February 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.97 1148 Tuesday, February 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.96 5849 Saturday, January 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.94 1723 Thursday, January 24, 2019 Approved
AWS Command Line Interface (Install) 1.16.93 1758 Tuesday, January 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.92 1686 Saturday, January 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.91 1015 Friday, January 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.90 1201 Thursday, January 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.89 1826 Tuesday, January 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.88 1590 Saturday, January 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.87 915 Friday, January 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.86 944 Thursday, January 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.85 1719 Tuesday, January 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.84 1497 Saturday, January 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.81 4991 Saturday, December 22, 2018 Approved
AWS Command Line Interface (Install) 1.16.80 851 Friday, December 21, 2018 Approved
AWS Command Line Interface (Install) 1.16.79 905 Thursday, December 20, 2018 Approved
AWS Command Line Interface (Install) 1.16.78 1089 Wednesday, December 19, 2018 Approved
AWS Command Line Interface (Install) 1.16.77 920 Tuesday, December 18, 2018 Approved
AWS Command Line Interface (Install) 1.16.76 1448 Saturday, December 15, 2018 Approved
AWS Command Line Interface (Install) 1.16.75 1037 Friday, December 14, 2018 Approved
AWS Command Line Interface (Install) 1.16.74 1151 Thursday, December 13, 2018 Approved
AWS Command Line Interface (Install) 1.16.73 1148 Wednesday, December 12, 2018 Approved
AWS Command Line Interface (Install) 1.16.72 2524 Saturday, December 8, 2018 Approved
AWS Command Line Interface (Install) 1.16.71 1031 Friday, December 7, 2018 Approved
AWS Command Line Interface (Install) 1.16.70 1421 Thursday, December 6, 2018 Approved
AWS Command Line Interface (Install) 1.16.69 1321 Wednesday, December 5, 2018 Approved
AWS Command Line Interface (Install) 1.16.68 1988 Tuesday, December 4, 2018 Approved
AWS Command Line Interface (Install) 1.16.67 2977 Friday, November 30, 2018 Approved
AWS Command Line Interface (Install) 1.16.65 1043 Thursday, November 29, 2018 Approved
AWS Command Line Interface (Install) 1.16.63 1255 Wednesday, November 28, 2018 Approved
AWS Command Line Interface (Install) 1.16.60 3993 Thursday, November 22, 2018 Approved
AWS Command Line Interface (Install) 1.16.59 754 Wednesday, November 21, 2018 Approved
AWS Command Line Interface (Install) 1.16.58 1490 Tuesday, November 20, 2018 Approved
AWS Command Line Interface (Install) 1.16.57 2095 Saturday, November 17, 2018 Approved
AWS Command Line Interface (Install) 1.16.56 1212 Friday, November 16, 2018 Approved
AWS Command Line Interface (Install) 1.16.55 1263 Thursday, November 15, 2018 Approved
AWS Command Line Interface (Install) 1.16.54 1251 Wednesday, November 14, 2018 Approved
AWS Command Line Interface (Install) 1.16.53 1374 Tuesday, November 13, 2018 Approved
AWS Command Line Interface (Install) 1.16.52 1932 Saturday, November 10, 2018 Approved
AWS Command Line Interface (Install) 1.16.51 769 Friday, November 9, 2018 Approved
AWS Command Line Interface (Install) 1.16.50 654 Thursday, November 8, 2018 Approved
AWS Command Line Interface (Install) 1.16.48 2429 Tuesday, November 6, 2018 Approved
AWS Command Line Interface (Install) 1.16.47 1779 Saturday, November 3, 2018 Approved
AWS Command Line Interface (Install) 1.16.46 1018 Friday, November 2, 2018 Approved
AWS Command Line Interface (Install) 1.16.45 1118 Thursday, November 1, 2018 Approved
AWS Command Line Interface (Install) 1.16.44 1116 Wednesday, October 31, 2018 Approved
AWS Command Line Interface (Install) 1.16.43 2261 Sunday, October 28, 2018 Approved
AWS Command Line Interface (Install) 1.16.42 1491 Friday, October 26, 2018 Approved
AWS Command Line Interface (Install) 1.16.41 1042 Thursday, October 25, 2018 Approved
AWS Command Line Interface (Install) 1.16.40 1094 Wednesday, October 24, 2018 Approved
AWS Command Line Interface (Install) 1.16.39 976 Tuesday, October 23, 2018 Approved
AWS Command Line Interface (Install) 1.16.38 1129 Sunday, October 21, 2018 Approved
AWS Command Line Interface (Install) 1.16.37 1543 Friday, October 19, 2018 Approved
AWS Command Line Interface (Install) 1.16.36 1054 Thursday, October 18, 2018 Approved
AWS Command Line Interface (Install) 1.16.35 1250 Wednesday, October 17, 2018 Approved
AWS Command Line Interface (Install) 1.16.34 979 Tuesday, October 16, 2018 Approved
AWS Command Line Interface (Install) 1.16.33 1049 Sunday, October 14, 2018 Approved
AWS Command Line Interface (Install) 1.16.32 1537 Friday, October 12, 2018 Approved
AWS Command Line Interface (Install) 1.16.29 2418 Tuesday, October 9, 2018 Approved
AWS Command Line Interface (Install) 1.16.28 1038 Monday, October 8, 2018 Approved
AWS Command Line Interface (Install) 1.16.27 1529 Friday, October 5, 2018 Approved
AWS Command Line Interface (Install) 1.16.26 1566 Wednesday, October 3, 2018 Approved
AWS Command Line Interface (Install) 1.16.25 1044 Tuesday, October 2, 2018 Approved
AWS Command Line Interface (Install) 1.16.24 1036 Monday, October 1, 2018 Approved
AWS Command Line Interface (Install) 1.16.23 1417 Friday, September 28, 2018 Approved
AWS Command Line Interface (Install) 1.16.22 969 Thursday, September 27, 2018 Approved
AWS Command Line Interface (Install) 1.16.21 1024 Wednesday, September 26, 2018 Approved
AWS Command Line Interface (Install) 1.16.20 1068 Tuesday, September 25, 2018 Approved
AWS Command Line Interface (Install) 1.16.19 1023 Monday, September 24, 2018 Approved
AWS Command Line Interface (Install) 1.16.18 1950 Friday, September 21, 2018 Approved
AWS Command Line Interface (Install) 1.16.17 1307 Thursday, September 20, 2018 Approved
AWS Command Line Interface (Install) 1.16.16 1085 Wednesday, September 19, 2018 Approved
AWS Command Line Interface (Install) 1.16.15 1216 Tuesday, September 18, 2018 Approved
AWS Command Line Interface (Install) 1.16.14 2512 Friday, September 14, 2018 Approved
AWS Command Line Interface (Install) 1.16.13 1168 Thursday, September 13, 2018 Approved
AWS Command Line Interface (Install) 1.16.11 1742 Tuesday, September 11, 2018 Approved
AWS Command Line Interface (Install) 1.16.10 1287 Monday, September 10, 2018 Approved
AWS Command Line Interface (Install) 1.16.9 1737 Friday, September 7, 2018 Approved
AWS Command Line Interface (Install) 1.16.8 1014 Thursday, September 6, 2018 Approved
AWS Command Line Interface (Install) 1.16.7 1020 Wednesday, September 5, 2018 Approved
AWS Command Line Interface (Install) 1.16.6 1775 Monday, September 3, 2018 Approved
AWS Command Line Interface (Install) 1.16.5 1927 Friday, August 31, 2018 Approved
AWS Command Line Interface (Install) 1.16.4 1036 Thursday, August 30, 2018 Approved
AWS Command Line Interface (Install) 1.16.3 678 Wednesday, August 29, 2018 Approved
AWS Command Line Interface (Install) 1.16.2 484 Tuesday, August 28, 2018 Approved
AWS Command Line Interface (Install) 1.16.1 1903 Monday, August 27, 2018 Approved
AWS Command Line Interface (Install) 1.15.85 1621 Friday, August 24, 2018 Approved
AWS Command Line Interface (Install) 1.15.84 1820 Thursday, August 23, 2018 Approved
AWS Command Line Interface (Install) 1.15.83 633 Wednesday, August 22, 2018 Approved
AWS Command Line Interface (Install) 1.15.82 1381 Tuesday, August 21, 2018 Approved
AWS Command Line Interface (Install) 1.15.81 1049 Monday, August 20, 2018 Approved
AWS Command Line Interface (Install) 1.15.80 1590 Friday, August 17, 2018 Approved
AWS Command Line Interface (Install) 1.15.79 920 Thursday, August 16, 2018 Approved
AWS Command Line Interface (Install) 1.15.78 936 Wednesday, August 15, 2018 Approved
AWS Command Line Interface (Install) 1.15.77 857 Tuesday, August 14, 2018 Approved
AWS Command Line Interface (Install) 1.15.76 954 Monday, August 13, 2018 Approved
AWS Command Line Interface (Install) 1.15.75 1574 Friday, August 10, 2018 Approved
AWS Command Line Interface (Install) 1.15.74 964 Thursday, August 9, 2018 Approved
AWS Command Line Interface (Install) 1.15.73 918 Wednesday, August 8, 2018 Approved
AWS Command Line Interface (Install) 1.15.72 943 Tuesday, August 7, 2018 Approved
AWS Command Line Interface (Install) 1.15.71 952 Monday, August 6, 2018 Approved
AWS Command Line Interface (Install) 1.15.70 1408 Friday, August 3, 2018 Approved
AWS Command Line Interface (Install) 1.15.69 959 Thursday, August 2, 2018 Approved
AWS Command Line Interface (Install) 1.15.68 987 Wednesday, August 1, 2018 Approved
AWS Command Line Interface (Install) 1.15.67 978 Tuesday, July 31, 2018 Approved
AWS Command Line Interface (Install) 1.15.66 2241 Friday, July 27, 2018 Approved
AWS Command Line Interface (Install) 1.15.65 1022 Thursday, July 26, 2018 Approved
AWS Command Line Interface (Install) 1.15.64 1002 Wednesday, July 25, 2018 Approved
AWS Command Line Interface (Install) 1.15.63 1988 Monday, July 23, 2018 Approved
AWS Command Line Interface (Install) 1.15.62 1518 Friday, July 20, 2018 Approved
AWS Command Line Interface (Install) 1.15.61 1082 Thursday, July 19, 2018 Approved
AWS Command Line Interface (Install) 1.15.60 1036 Wednesday, July 18, 2018 Approved
AWS Command Line Interface (Install) 1.15.59 1488 Monday, July 16, 2018 Approved
AWS Command Line Interface (Install) 1.15.58 1373 Friday, July 13, 2018 Approved
AWS Command Line Interface (Install) 1.15.57 959 Thursday, July 12, 2018 Approved
AWS Command Line Interface (Install) 1.15.56 958 Wednesday, July 11, 2018 Approved
AWS Command Line Interface (Install) 1.15.55 891 Tuesday, July 10, 2018 Approved
AWS Command Line Interface (Install) 1.15.53 983 Sunday, July 8, 2018 Approved
AWS Command Line Interface (Install) 1.15.52 1265 Friday, July 6, 2018 Approved
AWS Command Line Interface 1.15.51 1550 Tuesday, July 3, 2018 Approved
AWS Command Line Interface 1.15.50 900 Monday, July 2, 2018 Approved
AWS Command Line Interface (Install) 1.15.49 1904 Friday, June 29, 2018 Approved
AWS Command Line Interface (Install) 1.15.47 895 Thursday, June 28, 2018 Approved
AWS Command Line Interface (Install) 1.15.46 479 Wednesday, June 27, 2018 Approved
AWS Command Line Interface (Install) 1.15.45 457 Monday, June 25, 2018 Approved
AWS Command Line Interface (Install) 1.15.44 707 Friday, June 22, 2018 Approved
AWS Command Line Interface (Install) 1.15.42 3023 Thursday, June 21, 2018 Approved
AWS Command Line Interface (Install) 1.15.41 953 Wednesday, June 20, 2018 Approved
AWS Command Line Interface (Install) 1.15.40 1420 Monday, June 18, 2018 Approved
AWS Command Line Interface (Install) 1.15.39 1419 Friday, June 15, 2018 Approved
AWS Command Line Interface (Install) 1.15.37 1509 Wednesday, June 13, 2018 Approved
AWS Command Line Interface (Install) 1.15.35 1471 Monday, June 11, 2018 Approved
AWS Command Line Interface (Install) 1.15.34 1557 Friday, June 8, 2018 Approved
AWS Command Line Interface (Install) 1.15.33 1819 Wednesday, June 6, 2018 Approved
AWS Command Line Interface ((Install) 1.15.31 2155 Saturday, June 2, 2018 Approved
AWS Command Line Interface 1.15.20 6949 Tuesday, May 15, 2018 Approved
AWS Command Line Interface 1.15.2 15336 Friday, April 6, 2018 Approved
AWS Command Line Interface 1.15.1 738 Thursday, April 5, 2018 Approved
AWS Command Line Interface 1.15.0 690 Wednesday, April 4, 2018 Approved
AWS Command Line Interface 1.14.70 789 Tuesday, April 3, 2018 Approved
AWS Command Line Interface 1.14.69 284 Tuesday, April 3, 2018 Approved
AWS Command Line Interface 1.14.68 262 Friday, March 30, 2018 Approved
AWS Command Line Interface 1.14.67 1530 Friday, March 30, 2018 Approved
AWS Command Line Interface 1.14.43 11556 Tuesday, February 20, 2018 Approved
AWS Command Line Interface 1.14.42 831 Monday, February 19, 2018 Approved
AWS Command Line Interface 1.14.41 797 Sunday, February 18, 2018 Approved
AWS Command Line Interface 1.14.40 860 Thursday, February 15, 2018 Approved
AWS Command Line Interface 1.14.39 673 Thursday, February 15, 2018 Approved
AWS Command Line Interface 1.14.37 1178 Tuesday, February 13, 2018 Approved
AWS Command Line Interface 1.14.36 1126 Saturday, February 10, 2018 Approved
AWS Command Line Interface 1.14.35 725 Thursday, February 8, 2018 Approved
AWS Command Line Interface 1.14.34 985 Wednesday, February 7, 2018 Approved
AWS Command Line Interface 1.14.32 2712 Tuesday, January 30, 2018 Approved
AWS Command Line Interface 1.14.30 2450 Tuesday, January 23, 2018 Approved
AWS Command Line Interface 1.14.29 411 Monday, January 22, 2018 Approved
AWS Command Line Interface 1.14.24 3007 Saturday, January 13, 2018 Approved
AWS Command Line Interface 1.14.23 812 Thursday, January 11, 2018 Approved
AWS Command Line Interface 1.14.22 750 Thursday, January 11, 2018 Approved
AWS Command Line Interface 1.14.19 2193 Saturday, January 6, 2018 Approved
AWS Command Line Interface 1.14.18 1450 Wednesday, January 3, 2018 Approved
AWS Command Line Interface 1.14.16 1491 Friday, December 22, 2017 Approved
AWS Command Line Interface 1.14.15 554 Friday, December 22, 2017 Approved
AWS Command Line Interface 1.14.12 1085 Tuesday, December 19, 2017 Approved
AWS Command Line Interface 1.14.11 830 Saturday, December 16, 2017 Approved
AWS Command Line Interface 1.14.10 704 Thursday, December 14, 2017 Approved
AWS Command Line Interface 1.14.9 953 Tuesday, December 12, 2017 Approved
AWS Command Line Interface 1.14.8 619 Tuesday, December 12, 2017 Approved
AWS Command Line Interface 1.14.7 872 Saturday, December 9, 2017 Approved
AWS Command Line Interface 1.14.6 633 Thursday, December 7, 2017 Approved
AWS Command Line Interface 1.14.5 461 Thursday, December 7, 2017 Approved
AWS Command Line Interface 1.14.3 1097 Monday, December 4, 2017 Approved
AWS Command Line Interface 1.14.2 1006 Thursday, November 30, 2017 Approved
AWS Command Line Interface 1.14.1 532 Thursday, November 30, 2017 Approved
AWS Command Line Interface 1.14.0 426 Wednesday, November 29, 2017 Approved
AWS Command Line Interface 1.13.0 558 Wednesday, November 29, 2017 Approved
AWS Command Line Interface 1.12.2 908 Monday, November 27, 2017 Approved
AWS Command Line Interface 1.12.1 893 Thursday, November 23, 2017 Approved
AWS Command Line Interface 1.12.0 559 Wednesday, November 22, 2017 Approved
AWS Command Line Interface 1.11.190 704 Tuesday, November 21, 2017 Approved
AWS Command Line Interface 1.11.189 815 Saturday, November 18, 2017 Approved
AWS Command Line Interface 1.11.188 632 Friday, November 17, 2017 Approved
AWS Command Line Interface 1.11.187 623 Wednesday, November 15, 2017 Approved
AWS Command Line Interface 1.11.186 608 Wednesday, November 15, 2017 Approved
AWS Command Line Interface 1.11.185 1158 Thursday, November 9, 2017 Approved
AWS Command Line Interface 1.11.184 784 Thursday, November 9, 2017 Approved
AWS Command Line Interface 1.11.183 666 Tuesday, November 7, 2017 Approved
AWS Command Line Interface 1.11.181 1030 Saturday, November 4, 2017 Approved
AWS Command Line Interface 1.11.180 623 Friday, November 3, 2017 Approved
AWS Command Line Interface 1.11.179 628 Thursday, November 2, 2017 Approved
AWS Command Line Interface 1.11.178 1512 Friday, October 27, 2017 Approved
AWS Command Line Interface 1.11.177 811 Wednesday, October 25, 2017 Approved
AWS Command Line Interface 1.11.176 649 Tuesday, October 24, 2017 Approved
AWS Command Line Interface 1.11.175 854 Friday, October 20, 2017 Approved
AWS Command Line Interface 1.11.174 658 Thursday, October 19, 2017 Approved
AWS Command Line Interface 1.11.173 661 Wednesday, October 18, 2017 Approved
AWS Command Line Interface 1.11.172 770 Tuesday, October 17, 2017 Approved
AWS Command Line Interface 1.11.171 719 Monday, October 16, 2017 Approved
AWS Command Line Interface 1.11.170 1054 Thursday, October 12, 2017 Approved
AWS Command Line Interface 1.11.169 727 Wednesday, October 11, 2017 Approved
AWS Command Line Interface 1.11.167 1515 Saturday, October 7, 2017 Approved
AWS Command Line Interface 1.11.166 579 Thursday, October 5, 2017 Approved
AWS Command Line Interface 1.11.165 574 Thursday, October 5, 2017 Approved
AWS Command Line Interface 1.11.164 699 Tuesday, October 3, 2017 Approved
AWS Command Line Interface 1.11.163 666 Monday, October 2, 2017 Approved
AWS Command Line Interface 1.11.162 736 Saturday, September 30, 2017 Approved
AWS Command Line Interface 1.11.160 1881 Tuesday, September 26, 2017 Approved
AWS Command Line Interface 1.11.159 15478 Monday, September 25, 2017 Approved
AWS Command Line Interface 1.11.158 1393 Thursday, September 21, 2017 Approved
AWS Command Line Interface 1.11.157 441 Thursday, September 21, 2017 Approved
AWS Command Line Interface 1.11.156 968 Wednesday, September 20, 2017 Approved
AWS Command Line Interface 1.11.155 749 Tuesday, September 19, 2017 Approved
AWS Command Line Interface 1.11.154 973 Friday, September 15, 2017 Approved
AWS Command Line Interface 1.11.152 897 Wednesday, September 13, 2017 Approved
AWS Command Line Interface 1.11.151 735 Tuesday, September 12, 2017 Approved
AWS Command Line Interface 1.11.150 729 Tuesday, September 12, 2017 Approved
AWS Command Line Interface 1.11.148 1275 Friday, September 8, 2017 Approved
AWS Command Line Interface 1.11.146 1103 Tuesday, September 5, 2017 Approved
AWS Command Line Interface 1.11.145 1708 Saturday, September 2, 2017 Approved
AWS Command Line Interface 1.11.144 13590 Friday, September 1, 2017 Approved
AWS Command Line Interface 1.11.143 701 Thursday, August 31, 2017 Approved
AWS Command Line Interface 1.11.142 907 Tuesday, August 29, 2017 Approved
AWS Command Line Interface 1.11.141 1837 Saturday, August 26, 2017 Approved
AWS Command Line Interface 1.11.140 1114 Thursday, August 24, 2017 Approved
AWS Command Line Interface 1.11.139 949 Wednesday, August 23, 2017 Approved
AWS Command Line Interface 1.11.137 1519 Tuesday, August 22, 2017 Approved
AWS Command Line Interface 1.11.133 4172 Saturday, August 12, 2017 Approved
AWS Command Line Interface 1.11.132 994 Friday, August 11, 2017 Approved
AWS Command Line Interface 1.11.131 1202 Wednesday, August 9, 2017 Approved
AWS Command Line Interface 1.11.129 7068 Wednesday, August 2, 2017 Approved
AWS Command Line Interface 1.11.128 1116 Tuesday, August 1, 2017 Approved
AWS Command Line Interface 1.11.127 2203 Friday, July 28, 2017 Approved
AWS Command Line Interface 1.11.126 1113 Thursday, July 27, 2017 Approved
AWS Command Line Interface 1.11.125 587 Wednesday, July 26, 2017 Approved
AWS Command Line Interface 1.11.124 1672 Monday, July 24, 2017 Approved
AWS Command Line Interface 1.11.123 2207 Friday, July 21, 2017 Approved
AWS Command Line Interface 1.11.122 1033 Wednesday, July 19, 2017 Approved
AWS Command Line Interface 1.11.121 1537 Tuesday, July 18, 2017 Approved
AWS Command Line Interface 1.11.120 2043 Saturday, July 15, 2017 Approved
AWS Command Line Interface 1.11.118 1818 Thursday, July 13, 2017 Approved
AWS Command Line Interface 1.11.115 8439 Friday, June 30, 2017 Approved
AWS Command Line Interface 1.11.114 1269 Thursday, June 29, 2017 Approved
AWS Command Line Interface 1.11.113 1242 Wednesday, June 28, 2017 Approved
AWS Command Line Interface 1.11.112 3405 Friday, June 23, 2017 Approved
AWS Command Line Interface 1.11.111 805 Friday, June 23, 2017 Approved
AWS Command Line Interface 1.11.110 1233 Thursday, June 22, 2017 Approved
AWS Command Line Interface 1.11.109 871 Wednesday, June 21, 2017 Approved
AWS Command Line Interface 1.11.108 1388 Monday, June 19, 2017 Approved
AWS Command Line Interface 1.11.107 1546 Sunday, June 18, 2017 Approved
AWS Command Line Interface 1.11.101 7190 Thursday, June 8, 2017 Approved
AWS Command Line Interface 1.11.100 1477 Wednesday, June 7, 2017 Approved
AWS Command Line Interface 1.11.99 621 Wednesday, June 7, 2017 Approved
AWS Command Line Interface 1.11.98 747 Monday, June 5, 2017 Approved
AWS Command Line Interface 1.11.97 3064 Saturday, June 3, 2017 Approved
AWS Command Line Interface 1.11.96 1172 Friday, June 2, 2017 Approved
AWS Command Line Interface 1.11.95 1182 Wednesday, May 31, 2017 Approved
AWS Command Line Interface 1.11.94 1119 Wednesday, May 31, 2017 Approved
AWS Command Line Interface 1.11.91 4657 Wednesday, May 24, 2017 Approved
AWS Command Line Interface 1.11.90 717 Tuesday, May 23, 2017 Approved
AWS Command Line Interface 1.11.89 3193 Friday, May 19, 2017 Approved
AWS Command Line Interface 1.11.88 988 Thursday, May 18, 2017 Approved
AWS Command Line Interface 1.11.87 1211 Wednesday, May 17, 2017 Approved
AWS Command Line Interface 1.11.86 1128 Tuesday, May 16, 2017 Approved
AWS Command Line Interface 1.11.85 2346 Friday, May 12, 2017 Approved
AWS Command Line Interface 1.11.83 3891 Friday, May 5, 2017 Approved
AWS Command Line Interface 1.11.82 3583 Saturday, April 29, 2017 Approved
AWS Command Line Interface 1.11.81 1844 Wednesday, April 26, 2017 Approved
AWS Command Line Interface 1.11.80 1398 Saturday, April 22, 2017 Approved
AWS Command Line Interface 1.11.79 580 Friday, April 21, 2017 Approved
AWS Command Line Interface 1.11.78 871 Wednesday, April 19, 2017 Approved
AWS Command Line Interface 1.11.77 1463 Tuesday, April 18, 2017 Approved
AWS Command Line Interface 1.11.76 7936 Tuesday, April 11, 2017 Approved
AWS Command Line Interface 1.11.75 1428 Saturday, April 8, 2017 Approved
AWS Command Line Interface 1.11.74 839 Thursday, April 6, 2017 Approved
AWS Command Line Interface 1.11.73 869 Thursday, April 6, 2017 Approved
AWS Command Line Interface 1.11.72 728 Tuesday, April 4, 2017 Approved
AWS Command Line Interface 1.11.71 655 Tuesday, April 4, 2017 Approved
AWS Command Line Interface 1.11.70 892 Friday, March 31, 2017 Approved
AWS Command Line Interface 1.11.69 562 Friday, March 31, 2017 Approved
AWS Command Line Interface 1.11.68 1043 Wednesday, March 29, 2017 Approved
AWS Command Line Interface 1.11.67 669 Tuesday, March 28, 2017 Approved
AWS Command Line Interface 1.11.66 988 Thursday, March 23, 2017 Approved
AWS Command Line Interface 1.11.65 802 Thursday, March 23, 2017 Approved
AWS Command Line Interface 1.11.64 644 Wednesday, March 22, 2017 Approved
AWS Command Line Interface 1.11.63 1764 Tuesday, March 14, 2017 Approved
AWS Command Line Interface 1.11.61 845 Friday, March 10, 2017 Approved
AWS Command Line Interface 1.11.60 718 Friday, March 10, 2017 Approved
AWS Command Line Interface 1.11.59 655 Thursday, March 9, 2017 Approved
AWS Command Line Interface 1.11.58 662 Wednesday, March 8, 2017 Approved
AWS Command Line Interface 1.11.57 610 Tuesday, March 7, 2017 Approved
AWS Command Line Interface 1.11.56 1801 Tuesday, February 28, 2017 Approved
AWS Command Line Interface 1.11.55 754 Sunday, February 26, 2017 Approved
AWS Command Line Interface 1.11.54 738 Friday, February 24, 2017 Approved
AWS Command Line Interface 1.11.52 1074 Wednesday, February 22, 2017 Approved
AWS Command Line Interface 1.11.51 42624 Sunday, February 19, 2017 Approved
AWS Command Line Interface 1.11.50 758 Friday, February 17, 2017 Approved
AWS Command Line Interface 1.11.49 724 Thursday, February 16, 2017 Approved
AWS Command Line Interface 1.11.48 769 Wednesday, February 15, 2017 Approved
AWS Command Line Interface 1.11.47 518 Tuesday, February 14, 2017 Approved
AWS Command Line Interface 1.11.46 1378 Friday, February 10, 2017 Approved
AWS Command Line Interface 1.11.45 952 Wednesday, February 8, 2017 Approved
AWS Command Line Interface 1.11.43 2420 Thursday, January 26, 2017 Approved
AWS Command Line Interface 1.11.42 696 Wednesday, January 25, 2017 Approved
AWS Command Line Interface 1.11.41 3179 Friday, January 20, 2017 Approved
AWS Command Line Interface 1.11.40 487 Friday, January 20, 2017 Approved
AWS Command Line Interface 1.11.39 736 Thursday, January 19, 2017 Approved
AWS Command Line Interface 1.11.38 680 Tuesday, January 17, 2017 Approved
AWS Command Line Interface 1.11.37 515 Tuesday, January 17, 2017 Approved
AWS Command Line Interface 1.11.36 1852 Wednesday, January 4, 2017 Approved
AWS Command Line Interface 1.11.34 1652 Friday, December 23, 2016 Approved
AWS Command Line Interface 1.11.33 930 Thursday, December 22, 2016 Approved
AWS Command Line Interface 1.11.32 623 Wednesday, December 21, 2016 Approved
AWS Command Line Interface 1.11.31 687 Tuesday, December 20, 2016 Approved
AWS Command Line Interface 1.11.30 840 Friday, December 16, 2016 Approved
AWS Command Line Interface 1.11.24 1937 Saturday, December 3, 2016 Approved
AWS Command Line Interface 1.11.22 1454 Wednesday, November 30, 2016 Approved
AWS Command Line Interface 1.10.38 10400 Wednesday, June 15, 2016 Approved
AWS Command Line Interface 1.10.35 463 Friday, June 3, 2016 Approved
AWS Command Line Interface 1.10.33 395 Friday, May 27, 2016 Approved
AWS Command Line Interface 1.10.30 400 Wednesday, May 18, 2016 Approved
AWS Command Line Interface 1.10.27 443 Wednesday, May 11, 2016 Approved
AWS Command Line Interface 1.10.26 405 Friday, May 6, 2016 Approved
AWS Command Line Interface 1.10.25 386 Wednesday, May 4, 2016 Approved
AWS Command Line Interface 1.10.24 447 Friday, April 29, 2016 Approved
AWS Command Line Interface 1.10.23 486 Thursday, April 28, 2016 Approved
AWS Command Line Interface 1.10.22 604 Friday, April 22, 2016 Approved
AWS Command Line Interface 1.10.21 507 Tuesday, April 19, 2016 Approved
AWS Command Line Interface 1.10.20 647 Tuesday, April 12, 2016 Approved
AWS Command Line Interface 1.10.18 526 Monday, April 11, 2016 Approved
AWS Command Line Interface 1.10.16 819 Friday, March 25, 2016 Approved
AWS Command Line Interface 1.10.15 532 Wednesday, March 23, 2016 Approved
AWS Command Line Interface 1.10.14 515 Friday, March 18, 2016 Approved
AWS Command Line Interface 1.10.13 463 Wednesday, March 16, 2016 Approved
AWS Command Line Interface 1.10.12 518 Friday, March 11, 2016 Approved
AWS Command Line Interface 1.10.11 531 Wednesday, March 9, 2016 Approved
AWS Command Line Interface 1.10.10 525 Friday, March 4, 2016 Approved
AWS Command Line Interface 1.10.9 498 Wednesday, March 2, 2016 Approved
AWS Command Line Interface 1.10.8 510 Monday, February 29, 2016 Approved
AWS Command Line Interface 1.10.7 608 Wednesday, February 24, 2016 Approved
awscli 1.0.4 13349 Saturday, February 22, 2014 Approved
awscli 1.0.3 544 Saturday, December 7, 2013 Approved
awscli 1.0.2 483 Saturday, December 7, 2013 Approved
awscli 1.0.1 665 Saturday, December 7, 2013 Approved

Program

Package

  • Automatically built and uploaded by dtgm

This package has no dependencies.

Discussion for the AWS Command Line Interface Package

Ground Rules:

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