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:

5,043,920

Downloads of v 2.22.13:

4,077

Last Update:

10 Dec 2024

Package Maintainer(s):

Software Author(s):

  • Amazon Web Services

Tags:

awscli aws cli foss cloud amazon web services s3 admin

AWS Command Line Interface v2 (Install)

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

  • 1
  • 2
  • 3

2.22.13 | Updated: 10 Dec 2024

Downloads:

5,043,920

Downloads of v 2.22.13:

4,077

Maintainer(s):

Software Author(s):

  • Amazon Web Services

AWS Command Line Interface v2 (Install) 2.22.13

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

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Amazon Web Services. The inclusion of Amazon Web Services trademark(s), if any, upon this webpage is solely to identify Amazon Web Services goods or services and not for commercial purposes.

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

>

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

>

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

>

Deployment Method:

NOTE

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

1. Enter Your Internal Repository Url

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


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

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

3. Copy Your Script

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

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


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

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


package { 'awscli':
  ensure   => '2.22.13',
  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 10 Dec 2024.

Description

AWS Command Line Interface

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 v2 offers several new features including improved installers, new configuration options such as AWS Single Sign-On (SSO), and various interactive features.

Maintainer's Note

I produce and maintain Chocolatey packages in my spare time, for free. If you use my packages, and appreciate the time and effort I put into making and maintaining them, please consider making a small donation. Thank-you!


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

$toolsDir   = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url64      = 'https://awscli.amazonaws.com/AWSCLIV2-2.22.13.msi'
$checksum64 = '24bbf6f71c90da2378f2ea5c823dddb93ee081ad732764fd28ceaf42bcb92fe3'

$packageArgs = @{
  packageName   = $env:ChocolateyPackageName
  unzipLocation = $toolsDir
  fileType      = 'MSI'
  url64bit      = $url64
  softwareName  = 'AWS Command Line Interface v2*'
  checksum64    = $checksum64
  checksumType64= 'sha256'
  silentArgs    = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
  validExitCodes= @(0, 3010, 1641)
}

Install-ChocolateyPackage @packageArgs

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

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

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
AWS Command Line Interface v2 (Install) 2.22.22 4208 Saturday, December 21, 2024 Approved
AWS Command Line Interface v2 (Install) 2.22.21 2666 Friday, December 20, 2024 Approved
AWS Command Line Interface v2 (Install) 2.22.20 5157 Thursday, December 19, 2024 Approved
AWS Command Line Interface v2 (Install) 2.22.19 1467 Wednesday, December 18, 2024 Approved
AWS Command Line Interface v2 (Install) 2.22.18 5482 Tuesday, December 17, 2024 Approved
AWS Command Line Interface v2 (Install) 2.22.17 7044 Saturday, December 14, 2024 Approved
AWS Command Line Interface v2 (Install) 2.22.16 2379 Friday, December 13, 2024 Approved
AWS Command Line Interface v2 (Install) 2.22.15 2083 Thursday, December 12, 2024 Approved
AWS Command Line Interface v2 (Install) 2.22.14 4659 Wednesday, December 11, 2024 Approved
AWS Command Line Interface v2 (Install) 2.22.13 4077 Tuesday, December 10, 2024 Approved
AWS Command Line Interface v2 (Install) 2.22.12 11146 Thursday, December 5, 2024 Approved
AWS Command Line Interface v2 (Install) 2.22.10 3797 Wednesday, December 4, 2024 Approved
AWS Command Line Interface v2 (Install) 2.22.8 6152 Tuesday, December 3, 2024 Approved
AWS Command Line Interface v2 (Install) 2.22.7 10316 Thursday, November 28, 2024 Approved
AWS Command Line Interface v2 (Install) 2.22.6 18 Wednesday, November 27, 2024
Waiting for Maintainer
AWS Command Line Interface v2 (Install) 2.22.5 6104 Tuesday, November 26, 2024 Approved
AWS Command Line Interface v2 (Install) 2.22.4 8413 Saturday, November 23, 2024 Approved
AWS Command Line Interface v2 (Install) 2.22.2 5543 Thursday, November 21, 2024 Approved
AWS Command Line Interface v2 (Install) 2.22.1 3494 Wednesday, November 20, 2024 Approved
AWS Command Line Interface v2 (Install) 2.22.0 4217 Tuesday, November 19, 2024 Approved
AWS Command Line Interface v2 (Install) 2.21.3 8722 Saturday, November 16, 2024 Approved
AWS Command Line Interface v2 (Install) 2.21.2 2953 Friday, November 15, 2024 Approved
AWS Command Line Interface v2 (Install) 2.21.0 2954 Thursday, November 14, 2024 Approved
AWS Command Line Interface v2 (Install) 2.20.0 5366 Wednesday, November 13, 2024 Approved
AWS Command Line Interface v2 (Install) 2.19.5 5045 Tuesday, November 12, 2024 Approved
AWS Command Line Interface v2 (Install) 2.19.4 7869 Saturday, November 9, 2024 Approved
AWS Command Line Interface v2 (Install) 2.19.3 2140 Friday, November 8, 2024 Approved
AWS Command Line Interface v2 (Install) 2.19.2 3414 Thursday, November 7, 2024 Approved
AWS Command Line Interface v2 (Install) 2.19.1 9806 Saturday, November 2, 2024 Approved
AWS Command Line Interface v2 (Install) 2.19.0 2501 Friday, November 1, 2024 Approved
AWS Command Line Interface v2 (Install) 2.18.18 2139 Thursday, October 31, 2024 Approved
AWS Command Line Interface v2 (Install) 2.18.17 73 Wednesday, October 30, 2024 Approved
AWS Command Line Interface v2 (Install) 2.18.16 5605 Tuesday, October 29, 2024 Approved
AWS Command Line Interface v2 (Install) 2.18.15 5342 Saturday, October 26, 2024 Approved
AWS Command Line Interface v2 (Install) 2.18.14 10188 Friday, October 25, 2024 Approved
AWS Command Line Interface v2 (Install) 2.18.13 4159 Thursday, October 24, 2024 Approved
AWS Command Line Interface v2 (Install) 2.18.12 2978 Wednesday, October 23, 2024 Approved
AWS Command Line Interface v2 (Install) 2.18.11 4703 Tuesday, October 22, 2024 Approved
AWS Command Line Interface v2 (Install) 2.18.10 8224 Saturday, October 19, 2024 Approved
AWS Command Line Interface v2 (Install) 2.18.9 3406 Friday, October 18, 2024 Approved
AWS Command Line Interface v2 (Install) 2.18.8 4056 Thursday, October 17, 2024 Approved
AWS Command Line Interface v2 (Install) 2.18.7 3721 Wednesday, October 16, 2024 Approved
AWS Command Line Interface v2 (Install) 2.18.6 3364 Tuesday, October 15, 2024 Approved
AWS Command Line Interface v2 (Install) 2.18.4 8866 Friday, October 11, 2024 Approved
AWS Command Line Interface v2 (Install) 2.18.3 3399 Thursday, October 10, 2024 Approved
AWS Command Line Interface v2 (Install) 2.18.2 3746 Wednesday, October 9, 2024 Approved
AWS Command Line Interface v2 (Install) 2.18.1 4559 Tuesday, October 8, 2024 Approved
AWS Command Line Interface v2 (Install) 2.18.0 6908 Saturday, October 5, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.65 2548 Friday, October 4, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.64 3695 Thursday, October 3, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.63 2648 Wednesday, October 2, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.61 11198 Saturday, September 28, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.59 5696 Thursday, September 26, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.58 3682 Wednesday, September 25, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.57 3893 Tuesday, September 24, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.56 7824 Saturday, September 21, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.55 2881 Friday, September 20, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.54 3603 Thursday, September 19, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.53 3634 Wednesday, September 18, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.52 3744 Tuesday, September 17, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.51 8030 Saturday, September 14, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.50 3069 Friday, September 13, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.49 3928 Thursday, September 12, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.48 4542 Wednesday, September 11, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.47 6096 Monday, September 9, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.46 4025 Saturday, September 7, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.45 208 Friday, September 6, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.44 3212 Thursday, September 5, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.43 7347 Wednesday, September 4, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.42 9221 Saturday, August 31, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.40 4489 Thursday, August 29, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.39 3832 Wednesday, August 28, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.38 3538 Tuesday, August 27, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.37 7478 Saturday, August 24, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.36 2900 Friday, August 23, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.35 3245 Thursday, August 22, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.34 3779 Wednesday, August 21, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.33 3383 Tuesday, August 20, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.32 6777 Saturday, August 17, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.31 2469 Friday, August 16, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.30 2772 Thursday, August 15, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.29 4371 Wednesday, August 14, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.28 3145 Tuesday, August 13, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.27 5309 Saturday, August 10, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.26 3068 Friday, August 9, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.25 3113 Thursday, August 8, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.24 2560 Wednesday, August 7, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.23 3981 Tuesday, August 6, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.22 6012 Saturday, August 3, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.21 2805 Friday, August 2, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.20 5490 Wednesday, July 31, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.19 2387 Tuesday, July 30, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.18 7237 Friday, July 26, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.16 5416 Wednesday, July 24, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.15 3256 Tuesday, July 23, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.14 8672 Friday, July 19, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.13 12332 Saturday, July 13, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.12 4049 Thursday, July 11, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.11 3650 Wednesday, July 10, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.10 3815 Tuesday, July 9, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.9 7879 Saturday, July 6, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.8 4697 Thursday, July 4, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.7 4174 Wednesday, July 3, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.6 3393 Tuesday, July 2, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.5 7459 Saturday, June 29, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.4 1887 Friday, June 28, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.3 78 Thursday, June 27, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.2 6235 Wednesday, June 26, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.1 4525 Tuesday, June 25, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.0 9367 Friday, June 21, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.12 4152 Thursday, June 20, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.11 2705 Wednesday, June 19, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.10 4739 Tuesday, June 18, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.9 8023 Friday, June 14, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.8 1911 Friday, June 14, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.7 4372 Thursday, June 13, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.6 3892 Wednesday, June 12, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.5 4472 Tuesday, June 11, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.4 7364 Saturday, June 8, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.3 1678 Friday, June 7, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.2 4848 Thursday, June 6, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.1 3514 Wednesday, June 5, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.0 3240 Tuesday, June 4, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.62 6035 Saturday, June 1, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.61 3019 Friday, May 31, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.60 5247 Thursday, May 30, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.59 3900 Wednesday, May 29, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.58 10951 Saturday, May 25, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.57 3504 Friday, May 24, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.56 3117 Thursday, May 23, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.55 4402 Wednesday, May 22, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.54 2767 Tuesday, May 21, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.53 6192 Saturday, May 18, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.52 2523 Friday, May 17, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.51 3568 Thursday, May 16, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.50 2991 Wednesday, May 15, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.49 3017 Tuesday, May 14, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.48 7411 Saturday, May 11, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.47 3733 Thursday, May 9, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.46 1014 Thursday, May 9, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.45 6660 Tuesday, May 7, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.44 16477 Saturday, May 4, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.43 4581 Thursday, May 2, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.42 10600 Saturday, April 27, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.41 5073 Thursday, April 25, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.40 10108 Saturday, April 20, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.39 4463 Thursday, April 18, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.38 10733 Saturday, April 13, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.37 4292 Thursday, April 11, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.36 10060 Saturday, April 6, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.35 4492 Thursday, April 4, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.34 12136 Saturday, March 30, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.33 5025 Thursday, March 28, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.32 11292 Saturday, March 23, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.31 6475 Thursday, March 21, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.30 12777 Saturday, March 16, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.28 10934 Tuesday, March 12, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.27 7024 Saturday, March 9, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.26 6820 Thursday, March 7, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.25 21975 Saturday, March 2, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.24 8428 Thursday, February 29, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.23 15542 Saturday, February 24, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.22 8349 Thursday, February 22, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.21 12849 Saturday, February 17, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.20 7111 Thursday, February 15, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.19 16617 Saturday, February 10, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.17 20724 Saturday, February 3, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.16 6675 Thursday, February 1, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.15 14905 Saturday, January 27, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.14 7098 Thursday, January 25, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.13 8763 Tuesday, January 23, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.12 8910 Saturday, January 20, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.11 8027 Thursday, January 18, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.10 13565 Saturday, January 13, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.9 7087 Thursday, January 11, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.8 12481 Saturday, January 6, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.7 6335 Thursday, January 4, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.6 10130 Saturday, December 30, 2023 Approved
AWS Command Line Interface v2 (Install) 2.15.5 5016 Thursday, December 28, 2023 Approved
AWS Command Line Interface v2 (Install) 2.15.4 8670 Saturday, December 23, 2023 Approved
AWS Command Line Interface v2 (Install) 2.15.3 6469 Thursday, December 21, 2023 Approved
AWS Command Line Interface v2 (Install) 2.15.2 11616 Saturday, December 16, 2023 Approved
AWS Command Line Interface v2 (Install) 2.15.1 5122 Thursday, December 14, 2023 Approved
AWS Command Line Interface v2 (Install) 2.15.0 16139 Saturday, December 9, 2023 Approved
AWS Command Line Interface v2 (Install) 2.14.6 8728 Thursday, December 7, 2023 Approved
AWS Command Line Interface v2 (Install) 2.14.5 15049 Friday, December 1, 2023 Approved
AWS Command Line Interface v2 (Install) 2.14.2 6379 Wednesday, November 29, 2023 Approved
AWS Command Line Interface v2 (Install) 2.14.0 7086 Tuesday, November 28, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.38 14240 Wednesday, November 22, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.37 14516 Saturday, November 18, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.36 5233 Thursday, November 16, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.35 8359 Tuesday, November 14, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.34 9143 Saturday, November 11, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.32 15389 Saturday, November 4, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.31 6364 Thursday, November 2, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.30 13067 Saturday, October 28, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.29 6250 Thursday, October 26, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.28 13414 Saturday, October 21, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.27 8084 Thursday, October 19, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.26 13430 Saturday, October 14, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.25 15848 Saturday, October 7, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.24 6401 Thursday, October 5, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.23 7950 Tuesday, October 3, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.21 143 Saturday, September 23, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.20 24704 Thursday, September 21, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.19 12566 Saturday, September 16, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.18 7100 Thursday, September 14, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.16 17740 Thursday, September 7, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.15 12142 Saturday, September 2, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.14 8494 Thursday, August 31, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.13 13381 Saturday, August 26, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.12 7027 Thursday, August 24, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.11 1643 Saturday, August 19, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.9 27512 Saturday, August 12, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.8 7263 Thursday, August 10, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.7 12963 Saturday, August 5, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.6 7598 Thursday, August 3, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.5 87 Saturday, July 29, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.4 15800 Thursday, July 27, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.3 14460 Saturday, July 22, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.2 14372 Thursday, July 20, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.1 23114 Friday, July 14, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.0 27975 Saturday, July 8, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.7 11024 Thursday, July 6, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.6 17576 Saturday, July 1, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.5 7354 Friday, June 30, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.4 8119 Thursday, June 29, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.3 17494 Saturday, June 24, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.2 10887 Thursday, June 22, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.1 18158 Saturday, June 17, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.0 11913 Thursday, June 15, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.27 13203 Saturday, June 10, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.26 6984 Thursday, June 8, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.25 12521 Saturday, June 3, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.24 7229 Thursday, June 1, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.23 12700 Saturday, May 27, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.22 7830 Thursday, May 25, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.21 13225 Saturday, May 20, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.20 25202 Saturday, May 13, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.19 9793 Thursday, May 11, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.17 17167 Thursday, May 4, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.16 16324 Saturday, April 29, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.13 24507 Saturday, April 15, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.11 21924 Monday, April 10, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.10 9180 Thursday, April 6, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.9 8732 Tuesday, April 4, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.8 9256 Saturday, April 1, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.6 17726 Saturday, March 25, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.5 6848 Thursday, March 23, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.4 17471 Saturday, March 18, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.2 17676 Saturday, March 11, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.1 7555 Thursday, March 9, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.0 14305 Friday, March 3, 2023 Approved
AWS Command Line Interface v2 (Install) 2.10.4 5946 Thursday, March 2, 2023 Approved
AWS Command Line Interface v2 (Install) 2.10.3 11624 Saturday, February 25, 2023 Approved
AWS Command Line Interface v2 (Install) 2.10.2 8217 Thursday, February 23, 2023 Approved
AWS Command Line Interface v2 (Install) 2.10.1 12529 Saturday, February 18, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.23 17732 Saturday, February 11, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.22 7347 Thursday, February 9, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.21 11293 Monday, February 6, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.20 11450 Thursday, February 2, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.19 11421 Monday, January 30, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.18 11738 Thursday, January 26, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.17 13388 Saturday, January 21, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.16 8656 Thursday, January 19, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.15 12835 Saturday, January 14, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.14 7509 Thursday, January 12, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.13 15786 Friday, January 6, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.12 14444 Saturday, December 31, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.11 7004 Thursday, December 29, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.10 11206 Friday, December 23, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.9 7494 Thursday, December 22, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.8 12853 Saturday, December 17, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.7 8509 Thursday, December 15, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.6 13934 Saturday, December 10, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.5 7424 Thursday, December 8, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.4 12287 Saturday, December 3, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.3 6366 Thursday, December 1, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.2 5439 Wednesday, November 30, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.1 13499 Thursday, November 24, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.0 16073 Saturday, November 19, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.13 6792 Thursday, November 17, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.12 9603 Saturday, November 12, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.11 11584 Thursday, November 10, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.9 13263 Saturday, November 5, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.8 7490 Thursday, November 3, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.7 15726 Friday, October 28, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.6 7395 Thursday, October 27, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.5 10784 Saturday, October 22, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.3 17767 Friday, October 14, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.2 15587 Saturday, October 8, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.1 6595 Thursday, October 6, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.0 10806 Saturday, October 1, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.35 13652 Saturday, September 24, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.34 6721 Thursday, September 22, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.33 11601 Saturday, September 17, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.32 6917 Thursday, September 15, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.31 14071 Saturday, September 10, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.30 7648 Thursday, September 8, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.29 13880 Monday, September 5, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.28 19861 Thursday, September 1, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.26 23198 Thursday, August 25, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.25 16562 Saturday, August 20, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.24 11603 Wednesday, August 17, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.22 15282 Friday, August 12, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.21 32580 Thursday, August 4, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.20 16103 Saturday, July 30, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.19 7924 Thursday, July 28, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.18 14072 Saturday, July 23, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.17 8196 Thursday, July 21, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.16 13987 Saturday, July 16, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.15 7262 Thursday, July 14, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.14 13311 Saturday, July 9, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.13 6235 Thursday, July 7, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.11 27767 Saturday, June 25, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.9 18287 Saturday, June 18, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.8 4863 Friday, June 17, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.7 21297 Thursday, June 9, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.6 11589 Saturday, June 4, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.5 6957 Thursday, June 2, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.4 11544 Friday, May 27, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.3 6120 Thursday, May 26, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.2 12300 Saturday, May 21, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.1 7918 Wednesday, May 18, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.0 11211 Saturday, May 14, 2022 Approved
AWS Command Line Interface v2 (Install) 2.6.4 6821 Wednesday, May 11, 2022 Approved
AWS Command Line Interface v2 (Install) 2.6.3 8216 Sunday, May 8, 2022 Approved
AWS Command Line Interface v2 (Install) 2.6.2 6870 Thursday, May 5, 2022 Approved
AWS Command Line Interface v2 (Install) 2.6.1 9352 Friday, April 29, 2022 Approved
AWS Command Line Interface v2 (Install) 2.6.0 5263 Thursday, April 28, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.8 10724 Friday, April 22, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.7 3706 Thursday, April 21, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.6 10537 Saturday, April 16, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.4 11241 Saturday, April 9, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.3 5815 Thursday, April 7, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.2 8581 Saturday, April 2, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.1 5836 Thursday, March 31, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.0 6698 Monday, March 28, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.29 8244 Saturday, March 26, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.28 5489 Thursday, March 24, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.27 10415 Friday, March 18, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.25 12179 Friday, March 11, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.24 5928 Wednesday, March 9, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.23 8746 Friday, March 4, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.22 6035 Wednesday, March 2, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.21 22688 Friday, February 25, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.20 6044 Wednesday, February 23, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.19 8086 Friday, February 18, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.18 10523 Friday, February 11, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.17 6754 Wednesday, February 9, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.16 8285 Friday, February 4, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.15 10529 Friday, January 28, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.13 10799 Friday, January 21, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.12 14759 Wednesday, January 19, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.11 6740 Friday, January 14, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.10 4138 Wednesday, January 12, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.9 6797 Friday, January 7, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.7 13173 Wednesday, December 22, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.6 16831 Friday, December 10, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.5 8476 Saturday, December 4, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.4 2616 Friday, December 3, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.3 4960 Tuesday, November 30, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.2 6566 Saturday, November 27, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.1 6049 Wednesday, November 24, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.0 6785 Friday, November 19, 2021 Approved
AWS Command Line Interface v2 (Install) 2.3.7 5188 Wednesday, November 17, 2021 Approved
AWS Command Line Interface v2 (Install) 2.3.6 7365 Friday, November 12, 2021 Approved
AWS Command Line Interface v2 (Install) 2.3.5 5092 Wednesday, November 10, 2021 Approved
AWS Command Line Interface v2 (Install) 2.3.4 6895 Friday, November 5, 2021 Approved
AWS Command Line Interface v2 (Install) 2.3.0 16189 Friday, October 22, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.47 4836 Wednesday, October 20, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.46 6643 Friday, October 15, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.45 5707 Tuesday, October 12, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.43 12442 Friday, October 1, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.42 5058 Wednesday, September 29, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.41 6530 Friday, September 24, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.40 3955 Wednesday, September 22, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.39 6045 Friday, September 17, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.38 4395 Wednesday, September 15, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.37 7465 Friday, September 10, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.36 4135 Wednesday, September 8, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.35 5741 Friday, September 3, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.33 7948 Friday, August 27, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.32 3606 Wednesday, August 25, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.31 6387 Friday, August 20, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.30 4150 Wednesday, August 18, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.29 5768 Friday, August 13, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.28 3832 Wednesday, August 11, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.27 6378 Friday, August 6, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.26 3306 Wednesday, August 4, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.25 7441 Saturday, July 31, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.24 2010 Friday, July 30, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.23 2361 Wednesday, July 28, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.22 6903 Friday, July 23, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.21 4495 Wednesday, July 21, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.20 5162 Friday, July 16, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.19 3335 Thursday, July 15, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.18 7038 Friday, July 9, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.17 3859 Wednesday, July 7, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.16 7008 Friday, July 2, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.15 5956 Wednesday, June 30, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.14 5442 Friday, June 25, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.13 7776 Thursday, June 17, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.12 6065 Wednesday, June 16, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.11 5562 Friday, June 11, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.10 4711 Wednesday, June 9, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.9 5958 Friday, June 4, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.8 3361 Wednesday, June 2, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.7 6432 Friday, May 28, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.6 4353 Wednesday, May 26, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.5 13297 Saturday, May 15, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.4 5555 Wednesday, May 12, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.3 5745 Friday, May 7, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.2 3935 Wednesday, May 5, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.1 5012 Friday, April 30, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.0 3121 Wednesday, April 28, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.39 110 Thursday, April 22, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.38 12349 Friday, April 16, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.37 4058 Wednesday, April 14, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.36 5636 Friday, April 9, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.35 410 Wednesday, April 7, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.34 9233 Friday, April 2, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.33 3522 Wednesday, March 31, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.32 544 Tuesday, March 30, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.29 53252 Tuesday, March 16, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.28 18507 Tuesday, February 23, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.27 33645 Wednesday, February 17, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.26 5918 Friday, February 12, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.25 3072 Wednesday, February 10, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.24 6737 Friday, February 5, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.23 3520 Wednesday, February 3, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.22 9921 Friday, January 29, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.21 7672 Friday, January 22, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.20 4328 Wednesday, January 20, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.19 5613 Friday, January 15, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.18 2773 Wednesday, January 13, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.17 4970 Friday, January 8, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.16 1892 Wednesday, January 6, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.15 5624 Wednesday, December 30, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.14 4069 Wednesday, December 23, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.13 4528 Friday, December 18, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.12 1909 Thursday, December 17, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.11 1689 Wednesday, December 16, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.10 5280 Friday, December 11, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.9 1676 Thursday, December 10, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.8 3088 Wednesday, December 9, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.7 4681 Friday, December 4, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.6 2452 Wednesday, December 2, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.4 6781 Wednesday, November 25, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.3 4708 Friday, November 20, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.2 2164 Wednesday, November 18, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.1 4451 Friday, November 13, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.0 4042 Wednesday, November 11, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.63 4724 Tuesday, November 10, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.62 2845 Friday, November 6, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.61 7127 Friday, October 30, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.60 4060 Wednesday, October 28, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.59 7199 Friday, October 23, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.58 3260 Wednesday, October 21, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.57 3716 Friday, October 16, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.56 9030 Friday, October 9, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.55 5556 Wednesday, October 7, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.54 4969 Friday, October 2, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.53 5899 Wednesday, September 30, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.52 4356 Friday, September 25, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.51 2396 Thursday, September 24, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.50 6562 Friday, September 18, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.49 2956 Wednesday, September 16, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.48 5240 Friday, September 11, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.47 3321 Wednesday, September 9, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.46 3866 Friday, September 4, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.45 2711 Wednesday, September 2, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.44 3210 Friday, August 28, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.43 4800 Wednesday, August 26, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.42 5733 Friday, August 21, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.41 3157 Wednesday, August 19, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.40 3639 Friday, August 14, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.39 3790 Wednesday, August 12, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.38 4236 Friday, August 7, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.37 3092 Wednesday, August 5, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.36 4042 Friday, July 31, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.35 3008 Wednesday, July 29, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.34 4515 Friday, July 24, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.33 3359 Wednesday, July 22, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.31 5583 Thursday, July 16, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.30 7964 Friday, July 10, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.29 2774 Wednesday, July 8, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.28 3972 Friday, July 3, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.27 2823 Wednesday, July 1, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.26 4420 Friday, June 26, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.25 2914 Wednesday, June 24, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.24 4410 Friday, June 19, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.23 2747 Wednesday, June 17, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.22 5541 Friday, June 12, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.21 1228 Thursday, June 11, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.20 1869 Wednesday, June 10, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.19 3634 Friday, June 5, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.18 2138 Wednesday, June 3, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.17 4598 Wednesday, May 27, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.15 3500 Thursday, May 21, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.14 5645 Friday, May 15, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.13 2534 Wednesday, May 13, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.12 4017 Friday, May 8, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.11 3257 Wednesday, May 6, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.10 6419 Tuesday, April 28, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.9 3405 Thursday, April 23, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.8 4768 Friday, April 17, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.7 6231 Tuesday, April 7, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.6 5838 Tuesday, March 31, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.5 5115 Tuesday, March 24, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.4 5432 Wednesday, March 18, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.3 5702 Tuesday, March 10, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.2 4305 Tuesday, March 3, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.1 5767 Wednesday, February 26, 2020 Approved
AWS Command Line Interface (Install) 1.36.8 9 Friday, November 22, 2024 Approved
AWS Command Line Interface (Install) 1.34.30 22 Tuesday, October 1, 2024 Approved
AWS Command Line Interface (Install) 1.33.37 28 Tuesday, August 6, 2024 Approved
AWS Command Line Interface (Install) 1.32.102 50 Friday, May 10, 2024 Approved
AWS Command Line Interface (Install) 1.32.100 30 Wednesday, May 8, 2024 Approved
AWS Command Line Interface (Install) 1.32.97 28 Friday, May 3, 2024 Approved
AWS Command Line Interface (Install) 1.32.95 39 Wednesday, May 1, 2024 Approved
AWS Command Line Interface (Install) 1.32.94 36 Tuesday, April 30, 2024 Approved
AWS Command Line Interface (Install) 1.32.92 39 Friday, April 26, 2024 Approved
AWS Command Line Interface (Install) 1.32.89 35 Tuesday, April 23, 2024 Approved
AWS Command Line Interface (Install) 1.32.87 34 Friday, April 19, 2024 Approved
AWS Command Line Interface (Install) 1.32.86 34 Wednesday, April 17, 2024 Approved
AWS Command Line Interface (Install) 1.32.85 37 Wednesday, April 17, 2024 Approved
AWS Command Line Interface (Install) 1.32.83 29 Friday, April 12, 2024 Approved
AWS Command Line Interface (Install) 1.32.81 33 Wednesday, April 10, 2024 Approved
AWS Command Line Interface (Install) 1.32.80 35 Tuesday, April 9, 2024 Approved
AWS Command Line Interface (Install) 1.32.76 32 Wednesday, April 3, 2024 Approved
AWS Command Line Interface (Install) 1.32.75 32 Tuesday, April 2, 2024 Approved
AWS Command Line Interface (Install) 1.32.73 32 Friday, March 29, 2024 Approved
AWS Command Line Interface (Install) 1.32.71 38 Wednesday, March 27, 2024 Approved
AWS Command Line Interface (Install) 1.32.70 42 Tuesday, March 26, 2024 Approved
AWS Command Line Interface (Install) 1.32.66 38 Wednesday, March 20, 2024 Approved
AWS Command Line Interface (Install) 1.32.65 44 Tuesday, March 19, 2024 Approved
AWS Command Line Interface (Install) 1.32.61 47 Wednesday, March 13, 2024 Approved
AWS Command Line Interface (Install) 1.32.58 32 Friday, March 8, 2024 Approved
AWS Command Line Interface (Install) 1.32.56 36 Wednesday, March 6, 2024 Approved
AWS Command Line Interface (Install) 1.32.53 33 Friday, March 1, 2024 Approved
AWS Command Line Interface (Install) 1.32.51 34 Wednesday, February 28, 2024 Approved
AWS Command Line Interface (Install) 1.32.50 31 Tuesday, February 27, 2024 Approved
AWS Command Line Interface (Install) 1.32.48 36 Friday, February 23, 2024 Approved
AWS Command Line Interface (Install) 1.32.45 39 Tuesday, February 20, 2024 Approved
AWS Command Line Interface (Install) 1.32.43 29 Friday, February 16, 2024 Approved
AWS Command Line Interface (Install) 1.32.40 31 Tuesday, February 13, 2024 Approved
AWS Command Line Interface (Install) 1.32.38 42 Friday, February 9, 2024 Approved
AWS Command Line Interface (Install) 1.32.36 47 Wednesday, February 7, 2024 Approved
AWS Command Line Interface (Install) 1.32.35 34 Tuesday, February 6, 2024 Approved
AWS Command Line Interface (Install) 1.32.33 33 Friday, February 2, 2024 Approved
AWS Command Line Interface (Install) 1.32.31 30 Wednesday, January 31, 2024 Approved
AWS Command Line Interface (Install) 1.32.30 46 Tuesday, January 30, 2024 Approved
AWS Command Line Interface (Install) 1.32.28 42 Friday, January 26, 2024 Approved
AWS Command Line Interface (Install) 1.32.22 34 Friday, January 19, 2024 Approved
AWS Command Line Interface (Install) 1.32.20 36 Wednesday, January 17, 2024 Approved
AWS Command Line Interface (Install) 1.32.19 46 Monday, January 15, 2024 Approved
AWS Command Line Interface (Install) 1.32.17 33 Friday, January 12, 2024 Approved
AWS Command Line Interface (Install) 1.32.15 40 Tuesday, January 9, 2024 Approved
AWS Command Line Interface (Install) 1.32.13 45 Friday, January 5, 2024 Approved
AWS Command Line Interface (Install) 1.32.6 43 Friday, December 22, 2023 Approved
AWS Command Line Interface (Install) 1.32.4 46 Wednesday, December 20, 2023 Approved
AWS Command Line Interface (Install) 1.32.3 49 Tuesday, December 19, 2023 Approved
AWS Command Line Interface (Install) 1.32.1 45 Friday, December 15, 2023 Approved
AWS Command Line Interface (Install) 1.31.13 38 Wednesday, December 13, 2023 Approved
AWS Command Line Interface (Install) 1.31.12 40 Monday, December 11, 2023 Approved
AWS Command Line Interface (Install) 1.31.10 38 Friday, December 8, 2023 Approved
AWS Command Line Interface (Install) 1.31.7 35 Tuesday, December 5, 2023 Approved
AWS Command Line Interface (Install) 1.31.6 52 Saturday, December 2, 2023 Approved
AWS Command Line Interface (Install) 1.30.4 50 Tuesday, November 21, 2023 Approved
AWS Command Line Interface (Install) 1.30.2 45 Friday, November 17, 2023 Approved
AWS Command Line Interface (Install) 1.30.0 45 Wednesday, November 15, 2023 Approved
AWS Command Line Interface (Install) 1.29.83 44 Friday, November 10, 2023 Approved
AWS Command Line Interface (Install) 1.29.82 46 Thursday, November 9, 2023 Approved
AWS Command Line Interface (Install) 1.29.80 54 Wednesday, November 8, 2023 Approved
AWS Command Line Interface (Install) 1.29.79 51 Tuesday, November 7, 2023 Approved
AWS Command Line Interface (Install) 1.29.77 51 Thursday, November 2, 2023 Approved
AWS Command Line Interface (Install) 1.29.75 43 Wednesday, November 1, 2023 Approved
AWS Command Line Interface (Install) 1.29.72 42 Friday, October 27, 2023 Approved
AWS Command Line Interface (Install) 1.29.70 44 Wednesday, October 25, 2023 Approved
AWS Command Line Interface (Install) 1.29.69 48 Tuesday, October 24, 2023 Approved
AWS Command Line Interface (Install) 1.29.67 57 Friday, October 20, 2023 Approved
AWS Command Line Interface (Install) 1.29.65 49 Wednesday, October 18, 2023 Approved
AWS Command Line Interface (Install) 1.29.64 51 Tuesday, October 17, 2023 Approved
AWS Command Line Interface (Install) 1.29.63 53 Friday, October 13, 2023 Approved
AWS Command Line Interface (Install) 1.29.61 38 Friday, October 6, 2023 Approved
AWS Command Line Interface (Install) 1.29.59 50 Wednesday, October 4, 2023 Approved
AWS Command Line Interface (Install) 1.29.57 45 Saturday, September 30, 2023 Approved
AWS Command Line Interface (Install) 1.29.55 40 Wednesday, September 27, 2023 Approved
AWS Command Line Interface (Install) 1.29.54 39 Tuesday, September 26, 2023 Approved
AWS Command Line Interface (Install) 1.29.51 53 Wednesday, September 20, 2023 Approved
AWS Command Line Interface (Install) 1.29.50 50 Tuesday, September 19, 2023 Approved
AWS Command Line Interface (Install) 1.29.48 49 Friday, September 15, 2023 Approved
AWS Command Line Interface (Install) 1.29.45 51 Tuesday, September 12, 2023 Approved
AWS Command Line Interface (Install) 1.29.43 57 Friday, September 8, 2023 Approved
AWS Command Line Interface (Install) 1.29.41 44 Wednesday, September 6, 2023 Approved
AWS Command Line Interface (Install) 1.29.36 269 Tuesday, August 29, 2023 Approved
AWS Command Line Interface (Install) 1.29.34 43 Friday, August 25, 2023 Approved
AWS Command Line Interface (Install) 1.29.32 49 Wednesday, August 23, 2023 Approved
AWS Command Line Interface (Install) 1.29.31 55 Tuesday, August 22, 2023 Approved
AWS Command Line Interface (Install) 1.29.29 59 Friday, August 18, 2023 Approved
AWS Command Line Interface (Install) 1.29.26 57 Tuesday, August 15, 2023 Approved
AWS Command Line Interface (Install) 1.29.24 52 Friday, August 11, 2023 Approved
AWS Command Line Interface (Install) 1.29.22 65 Wednesday, August 9, 2023 Approved
AWS Command Line Interface (Install) 1.29.16 59 Tuesday, August 1, 2023 Approved
AWS Command Line Interface (Install) 1.29.14 54 Friday, July 28, 2023 Approved
AWS Command Line Interface (Install) 1.29.11 54 Wednesday, July 26, 2023 Approved
AWS Command Line Interface (Install) 1.29.5 39 Wednesday, July 19, 2023 Approved
AWS Command Line Interface (Install) 1.29.4 42 Tuesday, July 18, 2023 Approved
AWS Command Line Interface (Install) 1.29.2 102 Wednesday, July 12, 2023 Approved
AWS Command Line Interface (Install) 1.29.0 175 Friday, July 7, 2023 Approved
AWS Command Line Interface (Install) 1.28.0 49 Tuesday, July 4, 2023 Approved
AWS Command Line Interface (Install) 1.27.162 46 Wednesday, June 28, 2023 Approved
AWS Command Line Interface (Install) 1.27.161 56 Tuesday, June 27, 2023 Approved
AWS Command Line Interface (Install) 1.27.159 50 Friday, June 23, 2023 Approved
AWS Command Line Interface (Install) 1.27.157 52 Wednesday, June 21, 2023 Approved
AWS Command Line Interface (Install) 1.27.156 50 Tuesday, June 20, 2023 Approved
AWS Command Line Interface (Install) 1.27.153 50 Wednesday, June 14, 2023 Approved
AWS Command Line Interface (Install) 1.27.152 44 Tuesday, June 13, 2023 Approved
AWS Command Line Interface (Install) 1.27.150 48 Friday, June 9, 2023 Approved
AWS Command Line Interface (Install) 1.27.148 46 Wednesday, June 7, 2023 Approved
AWS Command Line Interface (Install) 1.27.145 48 Friday, June 2, 2023 Approved
AWS Command Line Interface (Install) 1.27.143 47 Wednesday, May 31, 2023 Approved
AWS Command Line Interface (Install) 1.27.141 54 Friday, May 26, 2023 Approved
AWS Command Line Interface (Install) 1.27.139 42 Wednesday, May 24, 2023 Approved
AWS Command Line Interface (Install) 1.27.138 45 Tuesday, May 23, 2023 Approved
AWS Command Line Interface (Install) 1.27.135 54 Thursday, May 18, 2023 Approved
AWS Command Line Interface (Install) 1.27.134 56 Tuesday, May 16, 2023 Approved
AWS Command Line Interface (Install) 1.27.133 50 Friday, May 12, 2023 Approved
AWS Command Line Interface (Install) 1.27.131 52 Wednesday, May 10, 2023 Approved
AWS Command Line Interface (Install) 1.27.130 62 Tuesday, May 9, 2023 Approved
AWS Command Line Interface (Install) 1.27.127 39 Friday, May 5, 2023 Approved
AWS Command Line Interface (Install) 1.27.125 44 Wednesday, May 3, 2023 Approved
AWS Command Line Interface (Install) 1.27.124 38 Tuesday, May 2, 2023 Approved
AWS Command Line Interface (Install) 1.27.122 43 Friday, April 28, 2023 Approved
AWS Command Line Interface (Install) 1.27.120 59 Wednesday, April 26, 2023 Approved
AWS Command Line Interface (Install) 1.27.119 50 Tuesday, April 25, 2023 Approved
AWS Command Line Interface (Install) 1.27.113 51 Friday, April 14, 2023 Approved
AWS Command Line Interface (Install) 1.27.110 52 Tuesday, April 11, 2023 Approved
AWS Command Line Interface (Install) 1.27.106 51 Wednesday, April 5, 2023 Approved
AWS Command Line Interface (Install) 1.27.101 51 Wednesday, March 29, 2023 Approved
AWS Command Line Interface (Install) 1.27.100 51 Tuesday, March 28, 2023 Approved
AWS Command Line Interface (Install) 1.27.98 48 Friday, March 24, 2023 Approved
AWS Command Line Interface (Install) 1.27.93 54 Friday, March 17, 2023 Approved
AWS Command Line Interface (Install) 1.27.90 50 Tuesday, March 14, 2023 Approved
AWS Command Line Interface (Install) 1.27.88 70 Friday, March 10, 2023 Approved
AWS Command Line Interface (Install) 1.27.86 40 Wednesday, March 8, 2023 Approved
AWS Command Line Interface (Install) 1.27.85 57 Tuesday, March 7, 2023 Approved
AWS Command Line Interface (Install) 1.27.81 50 Wednesday, March 1, 2023 Approved
AWS Command Line Interface (Install) 1.27.80 46 Tuesday, February 28, 2023 Approved
AWS Command Line Interface (Install) 1.27.78 55 Friday, February 24, 2023 Approved
AWS Command Line Interface (Install) 1.27.75 57 Tuesday, February 21, 2023 Approved
AWS Command Line Interface (Install) 1.27.73 55 Friday, February 17, 2023 Approved
AWS Command Line Interface (Install) 1.27.71 62 Wednesday, February 15, 2023 Approved
AWS Command Line Interface (Install) 1.27.70 52 Tuesday, February 14, 2023 Approved
AWS Command Line Interface (Install) 1.27.68 55 Friday, February 10, 2023 Approved
AWS Command Line Interface (Install) 1.27.66 50 Wednesday, February 8, 2023 Approved
AWS Command Line Interface (Install) 1.27.65 53 Tuesday, February 7, 2023 Approved
AWS Command Line Interface (Install) 1.27.63 49 Friday, February 3, 2023 Approved
AWS Command Line Interface (Install) 1.27.61 56 Wednesday, February 1, 2023 Approved
AWS Command Line Interface (Install) 1.27.60 49 Tuesday, January 31, 2023 Approved
AWS Command Line Interface (Install) 1.27.58 46 Friday, January 27, 2023 Approved
AWS Command Line Interface (Install) 1.27.56 57 Wednesday, January 25, 2023 Approved
AWS Command Line Interface (Install) 1.27.53 59 Friday, January 20, 2023 Approved
AWS Command Line Interface (Install) 1.27.51 51 Wednesday, January 18, 2023 Approved
AWS Command Line Interface (Install) 1.27.49 60 Friday, January 13, 2023 Approved
AWS Command Line Interface (Install) 1.27.47 58 Wednesday, January 11, 2023 Approved
AWS Command Line Interface (Install) 1.27.46 53 Tuesday, January 10, 2023 Approved
AWS Command Line Interface (Install) 1.27.43 52 Thursday, January 5, 2023 Approved
AWS Command Line Interface (Install) 1.27.40 47 Friday, December 30, 2022 Approved
AWS Command Line Interface (Install) 1.27.38 56 Wednesday, December 28, 2022 Approved
AWS Command Line Interface (Install) 1.27.36 51 Friday, December 23, 2022 Approved
AWS Command Line Interface (Install) 1.27.33 55 Tuesday, December 20, 2022 Approved
AWS Command Line Interface (Install) 1.27.31 47 Friday, December 16, 2022 Approved
AWS Command Line Interface (Install) 1.27.29 57 Wednesday, December 14, 2022 Approved
AWS Command Line Interface (Install) 1.27.26 48 Friday, December 9, 2022 Approved
AWS Command Line Interface (Install) 1.27.24 55 Wednesday, December 7, 2022 Approved
AWS Command Line Interface (Install) 1.27.23 60 Tuesday, December 6, 2022 Approved
AWS Command Line Interface (Install) 1.27.15 76 Wednesday, November 23, 2022 Approved
AWS Command Line Interface (Install) 1.27.14 61 Tuesday, November 22, 2022 Approved
AWS Command Line Interface (Install) 1.27.12 47 Friday, November 18, 2022 Approved
AWS Command Line Interface (Install) 1.27.10 56 Wednesday, November 16, 2022 Approved
AWS Command Line Interface (Install) 1.27.9 55 Tuesday, November 15, 2022 Approved
AWS Command Line Interface (Install) 1.27.7 55 Friday, November 11, 2022 Approved
AWS Command Line Interface (Install) 1.27.4 56 Tuesday, November 8, 2022 Approved
AWS Command Line Interface (Install) 1.27.3 58 Saturday, November 5, 2022 Approved
AWS Command Line Interface (Install) 1.27.2 56 Friday, November 4, 2022 Approved
AWS Command Line Interface (Install) 1.27.0 68 Wednesday, November 2, 2022 Approved
AWS Command Line Interface (Install) 1.26.5 60 Tuesday, November 1, 2022 Approved
AWS Command Line Interface (Install) 1.26.3 54 Friday, October 28, 2022 Approved
AWS Command Line Interface (Install) 1.26.1 45 Wednesday, October 26, 2022 Approved
AWS Command Line Interface (Install) 1.26.0 74 Tuesday, October 25, 2022 Approved
AWS Command Line Interface (Install) 1.25.96 57 Friday, October 21, 2022 Approved
AWS Command Line Interface (Install) 1.25.94 68 Wednesday, October 19, 2022 Approved
AWS Command Line Interface (Install) 1.25.93 65 Tuesday, October 18, 2022 Approved
AWS Command Line Interface (Install) 1.25.92 57 Saturday, October 15, 2022 Approved
AWS Command Line Interface (Install) 1.25.89 66 Friday, October 7, 2022 Approved
AWS Command Line Interface (Install) 1.25.87 49 Wednesday, October 5, 2022 Approved
AWS Command Line Interface (Install) 1.25.83 51 Wednesday, September 28, 2022 Approved
AWS Command Line Interface (Install) 1.25.82 52 Tuesday, September 27, 2022 Approved
AWS Command Line Interface (Install) 1.25.78 64 Wednesday, September 21, 2022 Approved
AWS Command Line Interface (Install) 1.25.77 64 Monday, September 19, 2022 Approved
AWS Command Line Interface (Install) 1.25.75 63 Friday, September 16, 2022 Approved
AWS Command Line Interface (Install) 1.25.73 67 Wednesday, September 14, 2022 Approved
AWS Command Line Interface (Install) 1.25.68 61 Wednesday, September 7, 2022 Approved
AWS Command Line Interface (Install) 1.25.66 66 Friday, September 2, 2022 Approved
AWS Command Line Interface (Install) 1.25.64 74 Wednesday, August 31, 2022 Approved
AWS Command Line Interface (Install) 1.25.63 65 Tuesday, August 30, 2022 Approved
AWS Command Line Interface (Install) 1.25.62 52 Saturday, August 27, 2022 Approved
AWS Command Line Interface (Install) 1.25.59 67 Wednesday, August 24, 2022 Approved
AWS Command Line Interface (Install) 1.25.58 69 Tuesday, August 23, 2022 Approved
AWS Command Line Interface (Install) 1.25.56 63 Friday, August 19, 2022 Approved
AWS Command Line Interface (Install) 1.25.55 70 Thursday, August 18, 2022 Approved
AWS Command Line Interface (Install) 1.25.51 70 Saturday, August 13, 2022 Approved
AWS Command Line Interface (Install) 1.25.49 64 Thursday, August 11, 2022 Approved
AWS Command Line Interface (Install) 1.25.48 63 Wednesday, August 10, 2022 Approved
AWS Command Line Interface (Install) 1.25.46 63 Friday, August 5, 2022 Approved
AWS Command Line Interface (Install) 1.25.43 62 Tuesday, August 2, 2022 Approved
AWS Command Line Interface (Install) 1.25.42 69 Monday, August 1, 2022 Approved
AWS Command Line Interface (Install) 1.25.40 69 Friday, July 29, 2022 Approved
AWS Command Line Interface (Install) 1.25.38 61 Wednesday, July 27, 2022 Approved
AWS Command Line Interface (Install) 1.25.37 58 Tuesday, July 26, 2022 Approved
AWS Command Line Interface (Install) 1.25.35 54 Friday, July 22, 2022 Approved
AWS Command Line Interface (Install) 1.25.32 60 Tuesday, July 19, 2022 Approved
AWS Command Line Interface (Install) 1.25.28 65 Wednesday, July 13, 2022 Approved
AWS Command Line Interface (Install) 1.25.25 55 Friday, July 8, 2022 Approved
AWS Command Line Interface (Install) 1.25.23 66 Wednesday, July 6, 2022 Approved
AWS Command Line Interface (Install) 1.25.22 68 Saturday, July 2, 2022 Approved
AWS Command Line Interface (Install) 1.25.21 67 Friday, July 1, 2022 Approved
AWS Command Line Interface (Install) 1.25.19 63 Wednesday, June 29, 2022 Approved
AWS Command Line Interface (Install) 1.25.18 67 Tuesday, June 28, 2022 Approved
AWS Command Line Interface (Install) 1.25.16 68 Friday, June 24, 2022 Approved
AWS Command Line Interface (Install) 1.25.14 60 Wednesday, June 22, 2022 Approved
AWS Command Line Interface (Install) 1.25.13 72 Tuesday, June 21, 2022 Approved
AWS Command Line Interface (Install) 1.25.10 74 Thursday, June 16, 2022 Approved
AWS Command Line Interface (Install) 1.25.9 54 Wednesday, June 15, 2022 Approved
AWS Command Line Interface (Install) 1.25.8 90 Tuesday, June 14, 2022 Approved
AWS Command Line Interface (Install) 1.25.7 69 Saturday, June 11, 2022 Approved
AWS Command Line Interface (Install) 1.25.6 64 Friday, June 10, 2022 Approved
AWS Command Line Interface (Install) 1.25.4 60 Wednesday, June 8, 2022 Approved
AWS Command Line Interface (Install) 1.25.3 68 Tuesday, June 7, 2022 Approved
AWS Command Line Interface (Install) 1.25.2 69 Friday, June 3, 2022 Approved
AWS Command Line Interface (Install) 1.25.0 81 Wednesday, June 1, 2022 Approved
AWS Command Line Interface (Install) 1.24.9 68 Friday, May 27, 2022 Approved
AWS Command Line Interface (Install) 1.24.7 88 Wednesday, May 25, 2022 Approved
AWS Command Line Interface (Install) 1.24.6 74 Tuesday, May 24, 2022 Approved
AWS Command Line Interface (Install) 1.24.4 81 Friday, May 20, 2022 Approved
AWS Command Line Interface (Install) 1.24.2 76 Wednesday, May 18, 2022 Approved
AWS Command Line Interface (Install) 1.24.1 74 Tuesday, May 17, 2022 Approved
AWS Command Line Interface (Install) 1.23.13 78 Friday, May 13, 2022 Approved
AWS Command Line Interface (Install) 1.23.11 81 Wednesday, May 11, 2022 Approved
AWS Command Line Interface (Install) 1.23.6 105 Wednesday, May 4, 2022 Approved
AWS Command Line Interface (Install) 1.23.5 68 Tuesday, May 3, 2022 Approved
AWS Command Line Interface (Install) 1.23.3 62 Thursday, April 28, 2022 Approved
AWS Command Line Interface (Install) 1.23.1 70 Wednesday, April 27, 2022 Approved
AWS Command Line Interface (Install) 1.23.0 87 Tuesday, April 26, 2022 Approved
AWS Command Line Interface (Install) 1.22.101 77 Saturday, April 23, 2022 Approved
AWS Command Line Interface (Install) 1.22.98 63 Wednesday, April 20, 2022 Approved
AWS Command Line Interface (Install) 1.22.96 74 Friday, April 15, 2022 Approved
AWS Command Line Interface (Install) 1.22.94 80 Wednesday, April 13, 2022 Approved
AWS Command Line Interface (Install) 1.22.93 73 Tuesday, April 12, 2022 Approved
AWS Command Line Interface (Install) 1.22.89 87 Wednesday, April 6, 2022 Approved
AWS Command Line Interface (Install) 1.22.88 74 Tuesday, April 5, 2022 Approved
AWS Command Line Interface (Install) 1.22.86 73 Friday, April 1, 2022 Approved
AWS Command Line Interface (Install) 1.22.84 71 Wednesday, March 30, 2022 Approved
AWS Command Line Interface (Install) 1.22.81 78 Friday, March 25, 2022 Approved
AWS Command Line Interface (Install) 1.22.79 69 Wednesday, March 23, 2022 Approved
AWS Command Line Interface (Install) 1.22.78 74 Tuesday, March 22, 2022 Approved
AWS Command Line Interface (Install) 1.22.77 175 Saturday, March 19, 2022 Approved
AWS Command Line Interface (Install) 1.22.74 72 Tuesday, March 15, 2022 Approved
AWS Command Line Interface (Install) 1.22.71 83 Thursday, March 10, 2022 Approved
AWS Command Line Interface (Install) 1.22.69 79 Tuesday, March 8, 2022 Approved
AWS Command Line Interface (Install) 1.22.68 75 Saturday, March 5, 2022 Approved
AWS Command Line Interface (Install) 1.22.66 72 Thursday, March 3, 2022 Approved
AWS Command Line Interface (Install) 1.22.64 72 Tuesday, March 1, 2022 Approved
AWS Command Line Interface (Install) 1.22.63 73 Saturday, February 26, 2022 Approved
AWS Command Line Interface (Install) 1.22.61 76 Thursday, February 24, 2022 Approved
AWS Command Line Interface (Install) 1.22.59 80 Tuesday, February 22, 2022 Approved
AWS Command Line Interface (Install) 1.22.58 79 Saturday, February 19, 2022 Approved
AWS Command Line Interface (Install) 1.22.56 71 Thursday, February 17, 2022 Approved
AWS Command Line Interface (Install) 1.22.55 74 Tuesday, February 15, 2022 Approved
AWS Command Line Interface (Install) 1.22.54 111 Saturday, February 12, 2022 Approved
AWS Command Line Interface (Install) 1.22.52 86 Thursday, February 10, 2022 Approved
AWS Command Line Interface (Install) 1.22.50 69 Tuesday, February 8, 2022 Approved
AWS Command Line Interface (Install) 1.22.49 68 Saturday, February 5, 2022 Approved
AWS Command Line Interface (Install) 1.22.47 80 Thursday, February 3, 2022 Approved
AWS Command Line Interface (Install) 1.22.46 89 Saturday, January 29, 2022 Approved
AWS Command Line Interface (Install) 1.22.44 89 Thursday, January 27, 2022 Approved
AWS Command Line Interface (Install) 1.22.42 85 Monday, January 24, 2022 Approved
AWS Command Line Interface (Install) 1.22.39 91 Thursday, January 20, 2022 Approved
AWS Command Line Interface (Install) 1.22.37 93 Saturday, January 15, 2022 Approved
AWS Command Line Interface (Install) 1.22.34 81 Thursday, January 13, 2022 Approved
AWS Command Line Interface (Install) 1.22.32 79 Monday, January 10, 2022 Approved
AWS Command Line Interface (Install) 1.22.31 88 Saturday, January 8, 2022 Approved
AWS Command Line Interface (Install) 1.22.29 77 Thursday, January 6, 2022 Approved
AWS Command Line Interface (Install) 1.22.25 161 Tuesday, December 21, 2021 Approved
AWS Command Line Interface (Install) 1.22.24 77 Tuesday, December 14, 2021 Approved
AWS Command Line Interface (Install) 1.22.22 83 Thursday, December 9, 2021 Approved
AWS Command Line Interface (Install) 1.22.21 63 Tuesday, December 7, 2021 Approved
AWS Command Line Interface (Install) 1.22.13 102 Thursday, November 25, 2021 Approved
AWS Command Line Interface (Install) 1.22.11 90 Tuesday, November 23, 2021 Approved
AWS Command Line Interface (Install) 1.22.10 72 Saturday, November 20, 2021 Approved
AWS Command Line Interface (Install) 1.22.8 92 Thursday, November 18, 2021 Approved
AWS Command Line Interface (Install) 1.22.6 87 Tuesday, November 16, 2021 Approved
AWS Command Line Interface (Install) 1.22.5 90 Saturday, November 13, 2021 Approved
AWS Command Line Interface (Install) 1.22.3 110 Thursday, November 11, 2021 Approved
AWS Command Line Interface (Install) 1.22.1 87 Tuesday, November 9, 2021 Approved
AWS Command Line Interface (Install) 1.21.12 145 Saturday, November 6, 2021 Approved
AWS Command Line Interface (Install) 1.21.0 90 Thursday, October 21, 2021 Approved
AWS Command Line Interface (Install) 1.20.64 84 Tuesday, October 19, 2021 Approved
AWS Command Line Interface (Install) 1.20.63 88 Saturday, October 16, 2021 Approved
AWS Command Line Interface (Install) 1.20.61 93 Thursday, October 14, 2021 Approved
AWS Command Line Interface (Install) 1.20.58 208 Saturday, October 9, 2021 Approved
AWS Command Line Interface (Install) 1.20.57 96 Friday, October 8, 2021 Approved
AWS Command Line Interface (Install) 1.20.56 90 Thursday, October 7, 2021 Approved
AWS Command Line Interface (Install) 1.20.54 89 Tuesday, October 5, 2021 Approved
AWS Command Line Interface (Install) 1.20.53 85 Saturday, October 2, 2021 Approved
AWS Command Line Interface (Install) 1.20.51 88 Thursday, September 30, 2021 Approved
AWS Command Line Interface (Install) 1.20.49 92 Tuesday, September 28, 2021 Approved
AWS Command Line Interface (Install) 1.20.48 92 Saturday, September 25, 2021 Approved
AWS Command Line Interface (Install) 1.20.46 85 Thursday, September 23, 2021 Approved
AWS Command Line Interface (Install) 1.20.44 108 Saturday, September 18, 2021 Approved
AWS Command Line Interface (Install) 1.20.40 123 Saturday, September 11, 2021 Approved
AWS Command Line Interface (Install) 1.20.38 94 Thursday, September 9, 2021 Approved
AWS Command Line Interface (Install) 1.20.36 82 Saturday, September 4, 2021 Approved
AWS Command Line Interface (Install) 1.20.34 103 Thursday, September 2, 2021 Approved
AWS Command Line Interface (Install) 1.20.32 95 Tuesday, August 31, 2021 Approved
AWS Command Line Interface (Install) 1.20.31 84 Saturday, August 28, 2021 Approved
AWS Command Line Interface (Install) 1.20.29 84 Thursday, August 26, 2021 Approved
AWS Command Line Interface (Install) 1.20.27 96 Tuesday, August 24, 2021 Approved
AWS Command Line Interface (Install) 1.20.26 124 Saturday, August 21, 2021 Approved
AWS Command Line Interface (Install) 1.20.24 92 Thursday, August 19, 2021 Approved
AWS Command Line Interface (Install) 1.20.23 114 Tuesday, August 17, 2021 Approved
AWS Command Line Interface (Install) 1.20.22 82 Tuesday, August 17, 2021 Approved
AWS Command Line Interface (Install) 1.20.21 97 Saturday, August 14, 2021 Approved
AWS Command Line Interface (Install) 1.20.19 91 Thursday, August 12, 2021 Approved
AWS Command Line Interface (Install) 1.20.17 97 Tuesday, August 10, 2021 Approved
AWS Command Line Interface (Install) 1.20.16 101 Saturday, August 7, 2021 Approved
AWS Command Line Interface (Install) 1.20.15 109 Thursday, August 5, 2021 Approved
AWS Command Line Interface (Install) 1.20.14 103 Thursday, August 5, 2021 Approved
AWS Command Line Interface (Install) 1.20.12 87 Tuesday, August 3, 2021 Approved
AWS Command Line Interface (Install) 1.20.9 91 Thursday, July 29, 2021 Approved
AWS Command Line Interface (Install) 1.20.7 104 Tuesday, July 27, 2021 Approved
AWS Command Line Interface (Install) 1.20.6 98 Saturday, July 24, 2021 Approved
AWS Command Line Interface (Install) 1.20.4 92 Thursday, July 22, 2021 Approved
AWS Command Line Interface (Install) 1.20.2 93 Monday, July 19, 2021 Approved
AWS Command Line Interface (Install) 1.20.1 102 Saturday, July 17, 2021 Approved
AWS Command Line Interface (Install) 1.19.111 80 Wednesday, July 14, 2021 Approved
AWS Command Line Interface (Install) 1.19.110 93 Tuesday, July 13, 2021 Approved
AWS Command Line Interface (Install) 1.19.109 94 Saturday, July 10, 2021 Approved
AWS Command Line Interface (Install) 1.19.107 80 Thursday, July 8, 2021 Approved
AWS Command Line Interface (Install) 1.19.105 92 Friday, July 2, 2021 Approved
AWS Command Line Interface (Install) 1.19.103 1169 Thursday, July 1, 2021 Approved
AWS Command Line Interface (Install) 1.19.102 93 Tuesday, June 29, 2021 Approved
AWS Command Line Interface (Install) 1.19.101 90 Saturday, June 26, 2021 Approved
AWS Command Line Interface (Install) 1.19.99 109 Thursday, June 24, 2021 Approved
AWS Command Line Interface (Install) 1.19.98 78 Tuesday, June 22, 2021 Approved
AWS Command Line Interface (Install) 1.19.96 93 Thursday, June 17, 2021 Approved
AWS Command Line Interface (Install) 1.19.94 95 Tuesday, June 15, 2021 Approved
AWS Command Line Interface (Install) 1.19.93 95 Saturday, June 12, 2021 Approved
AWS Command Line Interface (Install) 1.19.92 96 Thursday, June 10, 2021 Approved
AWS Command Line Interface (Install) 1.19.91 99 Thursday, June 10, 2021 Approved
AWS Command Line Interface (Install) 1.19.89 93 Tuesday, June 8, 2021 Approved
AWS Command Line Interface (Install) 1.19.88 87 Saturday, June 5, 2021 Approved
AWS Command Line Interface (Install) 1.19.86 94 Thursday, June 3, 2021 Approved
AWS Command Line Interface (Install) 1.19.84 89 Saturday, May 29, 2021 Approved
AWS Command Line Interface (Install) 1.19.82 89 Thursday, May 27, 2021 Approved
AWS Command Line Interface (Install) 1.19.79 99 Tuesday, May 25, 2021 Approved
AWS Command Line Interface (Install) 1.19.78 94 Saturday, May 22, 2021 Approved
AWS Command Line Interface (Install) 1.19.77 85 Friday, May 21, 2021 Approved
AWS Command Line Interface (Install) 1.19.76 87 Thursday, May 20, 2021 Approved
AWS Command Line Interface (Install) 1.19.75 92 Wednesday, May 19, 2021 Approved
AWS Command Line Interface (Install) 1.19.74 103 Tuesday, May 18, 2021 Approved
AWS Command Line Interface (Install) 1.19.72 81 Friday, May 14, 2021 Approved
AWS Command Line Interface (Install) 1.19.70 102 Tuesday, May 11, 2021 Approved
AWS Command Line Interface (Install) 1.19.69 107 Saturday, May 8, 2021 Approved
AWS Command Line Interface (Install) 1.19.67 110 Thursday, May 6, 2021 Approved
AWS Command Line Interface (Install) 1.19.64 99 Monday, May 3, 2021 Approved
AWS Command Line Interface (Install) 1.19.62 106 Saturday, May 1, 2021 Approved
AWS Command Line Interface (Install) 1.19.60 80 Thursday, April 29, 2021 Approved
AWS Command Line Interface (Install) 1.19.58 93 Tuesday, April 27, 2021 Approved
AWS Command Line Interface (Install) 1.19.57 86 Saturday, April 24, 2021 Approved
AWS Command Line Interface (Install) 1.19.56 93 Friday, April 23, 2021 Approved
AWS Command Line Interface (Install) 1.19.54 99 Tuesday, April 20, 2021 Approved
AWS Command Line Interface (Install) 1.19.52 81 Thursday, April 15, 2021 Approved
AWS Command Line Interface (Install) 1.19.50 81 Tuesday, April 13, 2021 Approved
AWS Command Line Interface (Install) 1.19.49 96 Saturday, April 10, 2021 Approved
AWS Command Line Interface (Install) 1.19.45 101 Tuesday, April 6, 2021 Approved
AWS Command Line Interface (Install) 1.19.44 85 Saturday, April 3, 2021 Approved
AWS Command Line Interface (Install) 1.19.42 87 Thursday, April 1, 2021 Approved
AWS Command Line Interface (Install) 1.19.40 83 Monday, March 29, 2021 Approved
AWS Command Line Interface (Install) 1.19.39 107 Saturday, March 27, 2021 Approved
AWS Command Line Interface (Install) 1.19.37 103 Thursday, March 25, 2021 Approved
AWS Command Line Interface (Install) 1.19.35 116 Wednesday, March 24, 2021 Approved
AWS Command Line Interface (Install) 1.19.34 104 Tuesday, March 23, 2021 Approved
AWS Command Line Interface (Install) 1.19.32 91 Friday, March 19, 2021 Approved
AWS Command Line Interface (Install) 1.19.30 110 Thursday, March 18, 2021 Approved
AWS Command Line Interface (Install) 1.19.29 92 Wednesday, March 17, 2021 Approved
AWS Command Line Interface (Install) 1.19.28 121 Tuesday, March 16, 2021 Approved
AWS Command Line Interface (Install) 1.19.27 104 Saturday, March 13, 2021 Approved
AWS Command Line Interface (Install) 1.19.26 4328 Thursday, March 11, 2021 Approved
AWS Command Line Interface (Install) 1.19.25 107 Thursday, March 11, 2021 Approved
AWS Command Line Interface (Install) 1.19.23 109 Tuesday, March 9, 2021 Approved
AWS Command Line Interface (Install) 1.19.22 94 Saturday, March 6, 2021 Approved
AWS Command Line Interface (Install) 1.19.21 101 Friday, March 5, 2021 Approved
AWS Command Line Interface (Install) 1.19.20 106 Thursday, March 4, 2021 Approved
AWS Command Line Interface (Install) 1.19.19 112 Wednesday, March 3, 2021 Approved
AWS Command Line Interface (Install) 1.19.17 119 Saturday, February 27, 2021 Approved
AWS Command Line Interface (Install) 1.19.16 105 Friday, February 26, 2021 Approved
AWS Command Line Interface (Install) 1.19.15 99 Thursday, February 25, 2021 Approved
AWS Command Line Interface (Install) 1.19.13 90 Tuesday, February 23, 2021 Approved
AWS Command Line Interface (Install) 1.19.12 89 Saturday, February 20, 2021 Approved
AWS Command Line Interface (Install) 1.19.11 90 Friday, February 19, 2021 Approved
AWS Command Line Interface (Install) 1.19.10 110 Thursday, February 18, 2021 Approved
AWS Command Line Interface (Install) 1.19.8 92 Tuesday, February 16, 2021 Approved
AWS Command Line Interface (Install) 1.19.7 117 Saturday, February 13, 2021 Approved
AWS Command Line Interface (Install) 1.19.4 129 Tuesday, February 9, 2021 Approved
AWS Command Line Interface (Install) 1.19.3 199 Saturday, February 6, 2021 Approved
AWS Command Line Interface (Install) 1.19.1 118 Thursday, February 4, 2021 Approved
AWS Command Line Interface (Install) 1.18.223 112 Saturday, January 30, 2021 Approved
AWS Command Line Interface (Install) 1.18.221 116 Thursday, January 28, 2021 Approved
AWS Command Line Interface (Install) 1.18.220 115 Wednesday, January 27, 2021 Approved
AWS Command Line Interface (Install) 1.18.219 133 Saturday, January 23, 2021 Approved
AWS Command Line Interface (Install) 1.18.216 99 Saturday, January 16, 2021 Approved
AWS Command Line Interface (Install) 1.18.214 118 Thursday, January 14, 2021 Approved
AWS Command Line Interface (Install) 1.18.212 116 Tuesday, January 12, 2021 Approved
AWS Command Line Interface (Install) 1.18.210 112 Thursday, January 7, 2021 Approved
AWS Command Line Interface (Install) 1.18.208 119 Tuesday, January 5, 2021 Approved
AWS Command Line Interface (Install) 1.18.207 104 Friday, January 1, 2021 Approved
AWS Command Line Interface (Install) 1.18.206 108 Thursday, December 31, 2020 Approved
AWS Command Line Interface (Install) 1.18.205 112 Tuesday, December 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.204 101 Monday, December 28, 2020 Approved
AWS Command Line Interface (Install) 1.18.201 95 Tuesday, December 22, 2020 Approved
AWS Command Line Interface (Install) 1.18.200 104 Friday, December 18, 2020 Approved
AWS Command Line Interface (Install) 1.18.197 101 Tuesday, December 15, 2020 Approved
AWS Command Line Interface (Install) 1.18.196 104 Tuesday, December 15, 2020 Approved
AWS Command Line Interface (Install) 1.18.195 1804 Saturday, December 12, 2020 Approved
AWS Command Line Interface (Install) 1.18.193 95 Wednesday, December 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.191 93 Tuesday, December 8, 2020 Approved
AWS Command Line Interface (Install) 1.18.190 104 Saturday, December 5, 2020 Approved
AWS Command Line Interface (Install) 1.18.184 112 Tuesday, November 24, 2020 Approved
AWS Command Line Interface (Install) 1.18.183 112 Saturday, November 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.181 130 Thursday, November 19, 2020 Approved
AWS Command Line Interface (Install) 1.18.179 120 Tuesday, November 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.178 122 Saturday, November 14, 2020 Approved
AWS Command Line Interface (Install) 1.18.176 97 Thursday, November 12, 2020 Approved
AWS Command Line Interface (Install) 1.18.174 110 Monday, November 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.173 112 Saturday, November 7, 2020 Approved
AWS Command Line Interface (Install) 1.18.171 179 Thursday, November 5, 2020 Approved
AWS Command Line Interface (Install) 1.18.170 125 Tuesday, November 3, 2020 Approved
AWS Command Line Interface (Install) 1.18.167 127 Thursday, October 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.165 236 Tuesday, October 27, 2020 Approved
AWS Command Line Interface (Install) 1.18.164 138 Saturday, October 24, 2020 Approved
AWS Command Line Interface (Install) 1.18.162 129 Thursday, October 22, 2020 Approved
AWS Command Line Interface (Install) 1.18.160 124 Tuesday, October 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.159 104 Saturday, October 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.157 185 Saturday, October 10, 2020 Approved
AWS Command Line Interface (Install) 1.18.153 123 Tuesday, October 6, 2020 Approved
AWS Command Line Interface (Install) 1.18.152 134 Saturday, October 3, 2020 Approved
AWS Command Line Interface (Install) 1.18.150 113 Thursday, October 1, 2020 Approved
AWS Command Line Interface (Install) 1.18.148 121 Tuesday, September 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.147 148 Saturday, September 26, 2020 Approved
AWS Command Line Interface (Install) 1.18.146 100 Thursday, September 24, 2020 Approved
AWS Command Line Interface (Install) 1.18.144 101 Wednesday, September 23, 2020 Approved
AWS Command Line Interface (Install) 1.18.143 115 Tuesday, September 22, 2020 Approved
AWS Command Line Interface (Install) 1.18.142 117 Saturday, September 19, 2020 Approved
AWS Command Line Interface (Install) 1.18.141 409 Thursday, September 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.140 121 Thursday, September 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.138 102 Tuesday, September 15, 2020 Approved
AWS Command Line Interface (Install) 1.18.137 120 Saturday, September 12, 2020 Approved
AWS Command Line Interface (Install) 1.18.133 170 Saturday, September 5, 2020 Approved
AWS Command Line Interface (Install) 1.18.131 126 Thursday, September 3, 2020 Approved
AWS Command Line Interface (Install) 1.18.129 132 Tuesday, September 1, 2020 Approved
AWS Command Line Interface (Install) 1.18.128 140 Saturday, August 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.126 171 Thursday, August 27, 2020 Approved
AWS Command Line Interface (Install) 1.18.125 139 Tuesday, August 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.123 149 Thursday, August 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.121 174 Tuesday, August 18, 2020 Approved
AWS Command Line Interface (Install) 1.18.120 125 Saturday, August 15, 2020 Approved
AWS Command Line Interface (Install) 1.18.119 122 Thursday, August 13, 2020 Approved
AWS Command Line Interface (Install) 1.18.116 6755 Monday, August 10, 2020 Approved
AWS Command Line Interface (Install) 1.18.115 140 Saturday, August 8, 2020 Approved
AWS Command Line Interface (Install) 1.18.113 176 Thursday, August 6, 2020 Approved
AWS Command Line Interface (Install) 1.18.111 166 Tuesday, August 4, 2020 Approved
AWS Command Line Interface (Install) 1.18.110 174 Saturday, August 1, 2020 Approved
AWS Command Line Interface (Install) 1.18.108 152 Thursday, July 30, 2020 Approved
AWS Command Line Interface (Install) 1.18.106 176 Tuesday, July 28, 2020 Approved
AWS Command Line Interface (Install) 1.18.105 174 Saturday, July 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.103 212 Thursday, July 23, 2020 Approved
AWS Command Line Interface (Install) 1.18.101 1289 Tuesday, July 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.100 171 Saturday, July 18, 2020 Approved
AWS Command Line Interface (Install) 1.18.96 199 Thursday, July 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.94 223 Tuesday, July 7, 2020 Approved
AWS Command Line Interface (Install) 1.18.92 198 Thursday, July 2, 2020 Approved
AWS Command Line Interface (Install) 1.18.90 195 Tuesday, June 30, 2020 Approved
AWS Command Line Interface (Install) 1.18.89 246 Saturday, June 27, 2020 Approved
AWS Command Line Interface (Install) 1.18.87 205 Thursday, June 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.85 212 Tuesday, June 23, 2020 Approved
AWS Command Line Interface (Install) 1.18.84 236 Saturday, June 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.82 197 Thursday, June 18, 2020 Approved
AWS Command Line Interface (Install) 1.18.80 277 Tuesday, June 16, 2020 Approved
AWS Command Line Interface (Install) 1.18.79 222 Saturday, June 13, 2020 Approved
AWS Command Line Interface (Install) 1.18.75 188 Tuesday, June 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.74 215 Saturday, June 6, 2020 Approved
AWS Command Line Interface (Install) 1.18.72 216 Thursday, June 4, 2020 Approved
AWS Command Line Interface (Install) 1.18.70 211 Tuesday, June 2, 2020 Approved
AWS Command Line Interface (Install) 1.18.69 6575 Friday, May 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.68 236 Thursday, May 28, 2020 Approved
AWS Command Line Interface (Install) 1.18.65 26123 Thursday, May 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.63 185 Wednesday, May 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.62 233 Tuesday, May 19, 2020 Approved
AWS Command Line Interface (Install) 1.18.61 209 Saturday, May 16, 2020 Approved
AWS Command Line Interface (Install) 1.18.57 197 Tuesday, May 12, 2020 Approved
AWS Command Line Interface (Install) 1.18.56 256 Saturday, May 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.54 214 Thursday, May 7, 2020 Approved
AWS Command Line Interface (Install) 1.18.52 208 Tuesday, May 5, 2020 Approved
AWS Command Line Interface (Install) 1.18.51 276 Saturday, May 2, 2020 Approved
AWS Command Line Interface (Install) 1.18.50 174 Friday, May 1, 2020 Approved
AWS Command Line Interface (Install) 1.18.49 206 Thursday, April 30, 2020 Approved
AWS Command Line Interface (Install) 1.18.46 377 Saturday, April 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.43 228 Wednesday, April 22, 2020 Approved
AWS Command Line Interface (Install) 1.18.42 553 Tuesday, April 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.41 196 Friday, April 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.39 224 Thursday, April 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.36 333 Saturday, April 4, 2020 Approved
AWS Command Line Interface (Install) 1.18.35 197 Friday, April 3, 2020 Approved
AWS Command Line Interface (Install) 1.18.34 183 Thursday, April 2, 2020 Approved
AWS Command Line Interface (Install) 1.18.31 229 Saturday, March 28, 2020 Approved
AWS Command Line Interface (Install) 1.18.30 233 Thursday, March 26, 2020 Approved
AWS Command Line Interface (Install) 1.18.29 189 Thursday, March 26, 2020 Approved
AWS Command Line Interface (Install) 1.18.28 304 Wednesday, March 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.26 233 Saturday, March 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.25 227 Friday, March 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.24 218 Thursday, March 19, 2020 Approved
AWS Command Line Interface (Install) 1.18.22 199 Tuesday, March 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.21 254 Saturday, March 14, 2020 Approved
AWS Command Line Interface (Install) 1.18.20 225 Friday, March 13, 2020 Approved
AWS Command Line Interface (Install) 1.18.19 230 Thursday, March 12, 2020 Approved
AWS Command Line Interface (Install) 1.18.16 178 Saturday, March 7, 2020 Approved
AWS Command Line Interface (Install) 1.18.15 167 Friday, March 6, 2020 Approved
AWS Command Line Interface (Install) 1.18.14 229 Thursday, March 5, 2020 Approved
AWS Command Line Interface (Install) 1.18.11 22297 Saturday, February 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.9 5884 Friday, February 28, 2020 Approved
AWS Command Line Interface (Install) 1.18.6 3723 Tuesday, February 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.5 4429 Friday, February 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.4 1220 Friday, February 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.3 1409 Thursday, February 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.2 1392 Wednesday, February 19, 2020 Approved
AWS Command Line Interface (Install) 1.18.1 1665 Tuesday, February 18, 2020 Approved
AWS Command Line Interface (Install) 1.18.0 1974 Saturday, February 15, 2020 Approved
AWS Command Line Interface (Install) 1.17.17 4224 Friday, February 14, 2020 Approved
AWS Command Line Interface (Install) 1.17.16 2822 Thursday, February 13, 2020 Approved
AWS Command Line Interface (Install) 1.17.15 1544 Wednesday, February 12, 2020 Approved
AWS Command Line Interface (Install) 1.17.13 3047 Saturday, February 8, 2020 Approved
AWS Command Line Interface (Install) 1.17.12 1237 Friday, February 7, 2020 Approved
AWS Command Line Interface (Install) 1.17.11 164 Thursday, February 6, 2020 Approved
AWS Command Line Interface (Install) 1.17.10 190 Wednesday, February 5, 2020 Approved
AWS Command Line Interface (Install) 1.17.9 8283 Saturday, January 25, 2020 Approved
AWS Command Line Interface (Install) 1.17.8 953 Friday, January 24, 2020 Approved
AWS Command Line Interface (Install) 1.17.7 3044 Wednesday, January 22, 2020 Approved
AWS Command Line Interface (Install) 1.17.6 289 Tuesday, January 21, 2020 Approved
AWS Command Line Interface (Install) 1.17.5 2571 Saturday, January 18, 2020 Approved
AWS Command Line Interface (Install) 1.17.4 1215 Friday, January 17, 2020 Approved
AWS Command Line Interface (Install) 1.17.3 1113 Thursday, January 16, 2020 Approved
AWS Command Line Interface (Install) 1.17.2 2033 Tuesday, January 14, 2020 Approved
AWS Command Line Interface (Install) 1.17.1 1187 Tuesday, January 14, 2020 Approved
AWS Command Line Interface (Install) 1.17.0 2026 Saturday, January 11, 2020 Approved
AWS Command Line Interface (Install) 1.16.314 1396 Friday, January 10, 2020 Approved
AWS Command Line Interface (Install) 1.16.313 1418 Thursday, January 9, 2020 Approved
AWS Command Line Interface (Install) 1.16.312 1122 Wednesday, January 8, 2020 Approved
AWS Command Line Interface (Install) 1.16.311 1352 Tuesday, January 7, 2020 Approved
AWS Command Line Interface (Install) 1.16.310 191 Friday, January 3, 2020 Approved
AWS Command Line Interface (Install) 1.16.309 1437 Tuesday, December 24, 2019 Approved
AWS Command Line Interface (Install) 1.16.308 5817 Saturday, December 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.307 1068 Friday, December 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.305 2039 Wednesday, December 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.303 2535 Saturday, December 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.302 1190 Friday, December 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.301 1534 Thursday, December 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.300 1297 Wednesday, December 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.299 1548 Tuesday, December 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.298 2564 Friday, December 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.297 1312 Thursday, December 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.296 1354 Wednesday, December 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.294 825 Tuesday, December 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.292 4728 Wednesday, November 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.291 1374 Tuesday, November 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.290 2080 Saturday, November 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.289 1215 Friday, November 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.287 1299 Thursday, November 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.286 1757 Wednesday, November 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.284 1554 Tuesday, November 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.283 2216 Saturday, November 16, 2019 Approved
AWS Command Line Interface (Install) 1.16.282 1280 Friday, November 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.281 1563 Thursday, November 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.280 1519 Wednesday, November 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.279 1468 Tuesday, November 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.278 2092 Saturday, November 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.277 2682 Friday, November 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.276 1402 Thursday, November 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.274 1644 Tuesday, November 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.273 1299 Tuesday, November 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.272 2092 Saturday, November 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.271 1016 Friday, November 1, 2019 Approved
AWS Command Line Interface (Install) 1.16.270 1507 Thursday, October 31, 2019 Approved
AWS Command Line Interface (Install) 1.16.269 1572 Wednesday, October 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.268 1626 Tuesday, October 29, 2019 Approved
AWS Command Line Interface (Install) 1.16.266 2890 Friday, October 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.265 1803 Thursday, October 24, 2019 Approved
AWS Command Line Interface (Install) 1.16.264 1550 Wednesday, October 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.263 3565 Friday, October 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.262 733 Friday, October 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.261 2356 Thursday, October 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.260 1574 Wednesday, October 16, 2019 Approved
AWS Command Line Interface (Install) 1.16.259 1511 Tuesday, October 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.258 1965 Saturday, October 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.257 1334 Friday, October 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.256 2070 Thursday, October 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.255 1717 Wednesday, October 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.254 1400 Tuesday, October 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.253 2036 Saturday, October 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.252 1526 Friday, October 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.251 2149 Thursday, October 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.250 1645 Wednesday, October 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.249 1668 Tuesday, October 1, 2019 Approved
AWS Command Line Interface (Install) 1.16.248 2371 Saturday, September 28, 2019 Approved
AWS Command Line Interface (Install) 1.16.247 1144 Friday, September 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.246 1850 Wednesday, September 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.245 1454 Wednesday, September 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.244 1538 Tuesday, September 24, 2019 Approved
AWS Command Line Interface (Install) 1.16.243 1865 Saturday, September 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.242 1237 Friday, September 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.241 2347 Thursday, September 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.240 1506 Wednesday, September 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.239 1163 Tuesday, September 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.238 7176 Friday, September 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.237 1834 Thursday, September 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.236 1401 Wednesday, September 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.235 1330 Tuesday, September 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.234 1809 Saturday, September 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.233 1228 Friday, September 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.232 1853 Thursday, September 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.231 1267 Wednesday, September 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.230 2516 Saturday, August 31, 2019 Approved
AWS Command Line Interface (Install) 1.16.229 1888 Friday, August 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.228 2831 Thursday, August 29, 2019 Approved
AWS Command Line Interface (Install) 1.16.227 2372 Wednesday, August 28, 2019 Approved
AWS Command Line Interface (Install) 1.16.226 1281 Tuesday, August 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.225 2035 Friday, August 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.224 1095 Friday, August 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.223 1161 Thursday, August 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.222 1243 Wednesday, August 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.221 2601 Tuesday, August 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.220 1867 Saturday, August 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.219 1122 Friday, August 16, 2019 Approved
AWS Command Line Interface (Install) 1.16.218 1197 Thursday, August 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.217 1681 Wednesday, August 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.216 1140 Tuesday, August 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.215 1668 Saturday, August 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.214 1035 Friday, August 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.213 2229 Thursday, August 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.212 557 Wednesday, August 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.211 1723 Tuesday, August 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.210 1677 Saturday, August 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.209 5131 Wednesday, July 31, 2019 Approved
AWS Command Line Interface (Install) 1.16.208 1017 Tuesday, July 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.207 1632 Saturday, July 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.206 1192 Friday, July 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.205 1409 Thursday, July 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.204 1201 Tuesday, July 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.203 1205 Tuesday, July 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.202 1159 Monday, July 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.201 847 Saturday, July 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.200 921 Friday, July 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.199 1119 Thursday, July 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.198 3121 Saturday, July 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.197 962 Friday, July 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.196 1037 Thursday, July 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.195 1057 Wednesday, July 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.194 1267 Tuesday, July 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.193 2746 Thursday, July 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.192 984 Wednesday, July 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.191 993 Tuesday, July 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.190 1549 Saturday, June 29, 2019 Approved
AWS Command Line Interface (Install) 1.16.189 877 Friday, June 28, 2019 Approved
AWS Command Line Interface (Install) 1.16.188 986 Thursday, June 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.186 1212 Wednesday, June 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.185 1038 Tuesday, June 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.184 2838 Saturday, June 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.183 1001 Friday, June 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.182 868 Thursday, June 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.181 1370 Wednesday, June 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.180 1461 Tuesday, June 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.179 1692 Saturday, June 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.178 896 Friday, June 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.177 2289 Thursday, June 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.176 1596 Wednesday, June 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.175 1502 Tuesday, June 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.174 1885 Saturday, June 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.173 1079 Friday, June 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.172 1269 Thursday, June 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.171 1285 Wednesday, June 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.170 1430 Tuesday, June 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.169 2994 Friday, May 31, 2019 Approved
AWS Command Line Interface (Install) 1.16.168 1175 Thursday, May 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.167 1074 Wednesday, May 29, 2019 Approved
AWS Command Line Interface (Install) 1.16.166 2327 Saturday, May 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.165 1046 Friday, May 24, 2019 Approved
AWS Command Line Interface (Install) 1.16.164 12784 Thursday, May 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.163 1262 Wednesday, May 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.162 1288 Monday, May 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.161 1777 Saturday, May 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.160 1132 Friday, May 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.159 1022 Thursday, May 16, 2019 Approved
AWS Command Line Interface (Install) 1.16.158 1118 Wednesday, May 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.157 1387 Tuesday, May 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.156 1843 Saturday, May 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.155 1689 Thursday, May 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.154 1247 Wednesday, May 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.153 1311 Tuesday, May 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.152 2617 Saturday, May 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.151 1445 Friday, May 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.150 1232 Thursday, May 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.149 1031 Wednesday, May 1, 2019 Approved
AWS Command Line Interface (Install) 1.16.148 1227 Tuesday, April 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.147 1977 Saturday, April 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.146 1218 Friday, April 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.145 1504 Thursday, April 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.144 2969 Saturday, April 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.143 1094 Friday, April 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.142 1047 Thursday, April 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.141 1121 Wednesday, April 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.140 10567 Saturday, April 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.139 1118 Friday, April 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.138 1237 Thursday, April 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.137 775 Wednesday, April 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.136 1475 Tuesday, April 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.135 2012 Saturday, March 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.134 1173 Friday, March 29, 2019 Approved
AWS Command Line Interface (Install) 1.16.133 1706 Thursday, March 28, 2019 Approved
AWS Command Line Interface (Install) 1.16.132 1568 Tuesday, March 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.131 1193 Tuesday, March 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.130 1862 Saturday, March 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.129 966 Friday, March 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.128 1165 Thursday, March 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.127 922 Wednesday, March 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.126 1631 Tuesday, March 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.125 2625 Friday, March 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.124 1216 Thursday, March 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.123 425 Wednesday, March 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.122 1935 Tuesday, March 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.121 1926 Saturday, March 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.120 1040 Friday, March 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.119 1059 Thursday, March 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.118 1176 Wednesday, March 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.117 1568 Tuesday, March 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.116 1666 Saturday, March 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.115 1388 Friday, March 1, 2019 Approved
AWS Command Line Interface (Install) 1.16.114 4687 Thursday, February 28, 2019 Approved
AWS Command Line Interface (Install) 1.16.113 1526 Wednesday, February 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.112 1209 Tuesday, February 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.111 1669 Saturday, February 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.110 957 Friday, February 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.109 1329 Thursday, February 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.108 1213 Wednesday, February 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.107 1239 Tuesday, February 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.106 1921 Saturday, February 16, 2019 Approved
AWS Command Line Interface (Install) 1.16.105 1236 Friday, February 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.104 1178 Thursday, February 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.103 854 Wednesday, February 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.102 1267 Tuesday, February 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.101 1512 Saturday, February 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.99 1712 Thursday, February 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.98 1262 Wednesday, February 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.97 1180 Tuesday, February 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.96 5892 Saturday, January 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.94 1760 Thursday, January 24, 2019 Approved
AWS Command Line Interface (Install) 1.16.93 1786 Tuesday, January 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.92 1717 Saturday, January 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.91 1048 Friday, January 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.90 1241 Thursday, January 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.89 1845 Tuesday, January 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.88 1614 Saturday, January 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.87 943 Friday, January 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.86 976 Thursday, January 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.85 1739 Tuesday, January 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.84 1513 Saturday, January 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.81 5019 Saturday, December 22, 2018 Approved
AWS Command Line Interface (Install) 1.16.80 871 Friday, December 21, 2018 Approved
AWS Command Line Interface (Install) 1.16.79 929 Thursday, December 20, 2018 Approved
AWS Command Line Interface (Install) 1.16.78 1099 Wednesday, December 19, 2018 Approved
AWS Command Line Interface (Install) 1.16.77 935 Tuesday, December 18, 2018 Approved
AWS Command Line Interface (Install) 1.16.76 1485 Saturday, December 15, 2018 Approved
AWS Command Line Interface (Install) 1.16.75 1076 Friday, December 14, 2018 Approved
AWS Command Line Interface (Install) 1.16.74 1189 Thursday, December 13, 2018 Approved
AWS Command Line Interface (Install) 1.16.73 1177 Wednesday, December 12, 2018 Approved
AWS Command Line Interface (Install) 1.16.72 2547 Saturday, December 8, 2018 Approved
AWS Command Line Interface (Install) 1.16.71 1053 Friday, December 7, 2018 Approved
AWS Command Line Interface (Install) 1.16.70 1442 Thursday, December 6, 2018 Approved
AWS Command Line Interface (Install) 1.16.69 1340 Wednesday, December 5, 2018 Approved
AWS Command Line Interface (Install) 1.16.68 2100 Tuesday, December 4, 2018 Approved
AWS Command Line Interface (Install) 1.16.67 3004 Friday, November 30, 2018 Approved
AWS Command Line Interface (Install) 1.16.65 1075 Thursday, November 29, 2018 Approved
AWS Command Line Interface (Install) 1.16.63 1276 Wednesday, November 28, 2018 Approved
AWS Command Line Interface (Install) 1.16.60 4020 Thursday, November 22, 2018 Approved
AWS Command Line Interface (Install) 1.16.59 780 Wednesday, November 21, 2018 Approved
AWS Command Line Interface (Install) 1.16.58 1511 Tuesday, November 20, 2018 Approved
AWS Command Line Interface (Install) 1.16.57 2114 Saturday, November 17, 2018 Approved
AWS Command Line Interface (Install) 1.16.56 1246 Friday, November 16, 2018 Approved
AWS Command Line Interface (Install) 1.16.55 1292 Thursday, November 15, 2018 Approved
AWS Command Line Interface (Install) 1.16.54 1273 Wednesday, November 14, 2018 Approved
AWS Command Line Interface (Install) 1.16.53 1413 Tuesday, November 13, 2018 Approved
AWS Command Line Interface (Install) 1.16.52 1970 Saturday, November 10, 2018 Approved
AWS Command Line Interface (Install) 1.16.51 790 Friday, November 9, 2018 Approved
AWS Command Line Interface (Install) 1.16.50 677 Thursday, November 8, 2018 Approved
AWS Command Line Interface (Install) 1.16.48 2467 Tuesday, November 6, 2018 Approved
AWS Command Line Interface (Install) 1.16.47 1803 Saturday, November 3, 2018 Approved
AWS Command Line Interface (Install) 1.16.46 1046 Friday, November 2, 2018 Approved
AWS Command Line Interface (Install) 1.16.45 1142 Thursday, November 1, 2018 Approved
AWS Command Line Interface (Install) 1.16.44 1151 Wednesday, October 31, 2018 Approved
AWS Command Line Interface (Install) 1.16.43 2283 Sunday, October 28, 2018 Approved
AWS Command Line Interface (Install) 1.16.42 1525 Friday, October 26, 2018 Approved
AWS Command Line Interface (Install) 1.16.41 1061 Thursday, October 25, 2018 Approved
AWS Command Line Interface (Install) 1.16.40 1119 Wednesday, October 24, 2018 Approved
AWS Command Line Interface (Install) 1.16.39 1006 Tuesday, October 23, 2018 Approved
AWS Command Line Interface (Install) 1.16.38 1156 Sunday, October 21, 2018 Approved
AWS Command Line Interface (Install) 1.16.37 1565 Friday, October 19, 2018 Approved
AWS Command Line Interface (Install) 1.16.36 1074 Thursday, October 18, 2018 Approved
AWS Command Line Interface (Install) 1.16.35 1276 Wednesday, October 17, 2018 Approved
AWS Command Line Interface (Install) 1.16.34 1002 Tuesday, October 16, 2018 Approved
AWS Command Line Interface (Install) 1.16.33 1068 Sunday, October 14, 2018 Approved
AWS Command Line Interface (Install) 1.16.32 1556 Friday, October 12, 2018 Approved
AWS Command Line Interface (Install) 1.16.29 2440 Tuesday, October 9, 2018 Approved
AWS Command Line Interface (Install) 1.16.28 1078 Monday, October 8, 2018 Approved
AWS Command Line Interface (Install) 1.16.27 1564 Friday, October 5, 2018 Approved
AWS Command Line Interface (Install) 1.16.26 1601 Wednesday, October 3, 2018 Approved
AWS Command Line Interface (Install) 1.16.25 1075 Tuesday, October 2, 2018 Approved
AWS Command Line Interface (Install) 1.16.24 1063 Monday, October 1, 2018 Approved
AWS Command Line Interface (Install) 1.16.23 1447 Friday, September 28, 2018 Approved
AWS Command Line Interface (Install) 1.16.22 1003 Thursday, September 27, 2018 Approved
AWS Command Line Interface (Install) 1.16.21 1055 Wednesday, September 26, 2018 Approved
AWS Command Line Interface (Install) 1.16.20 1096 Tuesday, September 25, 2018 Approved
AWS Command Line Interface (Install) 1.16.19 1056 Monday, September 24, 2018 Approved
AWS Command Line Interface (Install) 1.16.18 1974 Friday, September 21, 2018 Approved
AWS Command Line Interface (Install) 1.16.17 1323 Thursday, September 20, 2018 Approved
AWS Command Line Interface (Install) 1.16.16 1115 Wednesday, September 19, 2018 Approved
AWS Command Line Interface (Install) 1.16.15 1237 Tuesday, September 18, 2018 Approved
AWS Command Line Interface (Install) 1.16.14 2535 Friday, September 14, 2018 Approved
AWS Command Line Interface (Install) 1.16.13 1188 Thursday, September 13, 2018 Approved
AWS Command Line Interface (Install) 1.16.11 1771 Tuesday, September 11, 2018 Approved
AWS Command Line Interface (Install) 1.16.10 1298 Monday, September 10, 2018 Approved
AWS Command Line Interface (Install) 1.16.9 1767 Friday, September 7, 2018 Approved
AWS Command Line Interface (Install) 1.16.8 1037 Thursday, September 6, 2018 Approved
AWS Command Line Interface (Install) 1.16.7 1060 Wednesday, September 5, 2018 Approved
AWS Command Line Interface (Install) 1.16.6 1805 Monday, September 3, 2018 Approved
AWS Command Line Interface (Install) 1.16.5 1948 Friday, August 31, 2018 Approved
AWS Command Line Interface (Install) 1.16.4 1061 Thursday, August 30, 2018 Approved
AWS Command Line Interface (Install) 1.16.3 711 Wednesday, August 29, 2018 Approved
AWS Command Line Interface (Install) 1.16.2 509 Tuesday, August 28, 2018 Approved
AWS Command Line Interface (Install) 1.16.1 1923 Monday, August 27, 2018 Approved
AWS Command Line Interface (Install) 1.15.85 1645 Friday, August 24, 2018 Approved
AWS Command Line Interface (Install) 1.15.84 1845 Thursday, August 23, 2018 Approved
AWS Command Line Interface (Install) 1.15.83 656 Wednesday, August 22, 2018 Approved
AWS Command Line Interface (Install) 1.15.82 1396 Tuesday, August 21, 2018 Approved
AWS Command Line Interface (Install) 1.15.81 1072 Monday, August 20, 2018 Approved
AWS Command Line Interface (Install) 1.15.80 1613 Friday, August 17, 2018 Approved
AWS Command Line Interface (Install) 1.15.79 941 Thursday, August 16, 2018 Approved
AWS Command Line Interface (Install) 1.15.78 959 Wednesday, August 15, 2018 Approved
AWS Command Line Interface (Install) 1.15.77 881 Tuesday, August 14, 2018 Approved
AWS Command Line Interface (Install) 1.15.76 979 Monday, August 13, 2018 Approved
AWS Command Line Interface (Install) 1.15.75 1603 Friday, August 10, 2018 Approved
AWS Command Line Interface (Install) 1.15.74 981 Thursday, August 9, 2018 Approved
AWS Command Line Interface (Install) 1.15.73 958 Wednesday, August 8, 2018 Approved
AWS Command Line Interface (Install) 1.15.72 970 Tuesday, August 7, 2018 Approved
AWS Command Line Interface (Install) 1.15.71 996 Monday, August 6, 2018 Approved
AWS Command Line Interface (Install) 1.15.70 1432 Friday, August 3, 2018 Approved
AWS Command Line Interface (Install) 1.15.69 983 Thursday, August 2, 2018 Approved
AWS Command Line Interface (Install) 1.15.68 1007 Wednesday, August 1, 2018 Approved
AWS Command Line Interface (Install) 1.15.67 1006 Tuesday, July 31, 2018 Approved
AWS Command Line Interface (Install) 1.15.66 2258 Friday, July 27, 2018 Approved
AWS Command Line Interface (Install) 1.15.65 1053 Thursday, July 26, 2018 Approved
AWS Command Line Interface (Install) 1.15.64 1019 Wednesday, July 25, 2018 Approved
AWS Command Line Interface (Install) 1.15.63 2026 Monday, July 23, 2018 Approved
AWS Command Line Interface (Install) 1.15.62 1544 Friday, July 20, 2018 Approved
AWS Command Line Interface (Install) 1.15.61 1106 Thursday, July 19, 2018 Approved
AWS Command Line Interface (Install) 1.15.60 1052 Wednesday, July 18, 2018 Approved
AWS Command Line Interface (Install) 1.15.59 1515 Monday, July 16, 2018 Approved
AWS Command Line Interface (Install) 1.15.58 1398 Friday, July 13, 2018 Approved
AWS Command Line Interface (Install) 1.15.57 982 Thursday, July 12, 2018 Approved
AWS Command Line Interface (Install) 1.15.56 987 Wednesday, July 11, 2018 Approved
AWS Command Line Interface (Install) 1.15.55 913 Tuesday, July 10, 2018 Approved
AWS Command Line Interface (Install) 1.15.53 1003 Sunday, July 8, 2018 Approved
AWS Command Line Interface (Install) 1.15.52 1303 Friday, July 6, 2018 Approved
AWS Command Line Interface 1.15.51 1575 Tuesday, July 3, 2018 Approved
AWS Command Line Interface 1.15.50 930 Monday, July 2, 2018 Approved
AWS Command Line Interface (Install) 1.15.49 1921 Friday, June 29, 2018 Approved
AWS Command Line Interface (Install) 1.15.47 922 Thursday, June 28, 2018 Approved
AWS Command Line Interface (Install) 1.15.46 492 Wednesday, June 27, 2018 Approved
AWS Command Line Interface (Install) 1.15.45 486 Monday, June 25, 2018 Approved
AWS Command Line Interface (Install) 1.15.44 720 Friday, June 22, 2018 Approved
AWS Command Line Interface (Install) 1.15.42 3055 Thursday, June 21, 2018 Approved
AWS Command Line Interface (Install) 1.15.41 981 Wednesday, June 20, 2018 Approved
AWS Command Line Interface (Install) 1.15.40 1444 Monday, June 18, 2018 Approved
AWS Command Line Interface (Install) 1.15.39 1456 Friday, June 15, 2018 Approved
AWS Command Line Interface (Install) 1.15.37 1525 Wednesday, June 13, 2018 Approved
AWS Command Line Interface (Install) 1.15.35 1488 Monday, June 11, 2018 Approved
AWS Command Line Interface (Install) 1.15.34 1583 Friday, June 8, 2018 Approved
AWS Command Line Interface (Install) 1.15.33 1855 Wednesday, June 6, 2018 Approved
AWS Command Line Interface ((Install) 1.15.31 2178 Saturday, June 2, 2018 Approved
AWS Command Line Interface 1.15.20 6976 Tuesday, May 15, 2018 Approved
AWS Command Line Interface 1.15.2 15377 Friday, April 6, 2018 Approved
AWS Command Line Interface 1.15.1 766 Thursday, April 5, 2018 Approved
AWS Command Line Interface 1.15.0 709 Wednesday, April 4, 2018 Approved
AWS Command Line Interface 1.14.70 814 Tuesday, April 3, 2018 Approved
AWS Command Line Interface 1.14.69 304 Tuesday, April 3, 2018 Approved
AWS Command Line Interface 1.14.68 281 Friday, March 30, 2018 Approved
AWS Command Line Interface 1.14.67 1563 Friday, March 30, 2018 Approved
AWS Command Line Interface 1.14.43 11584 Tuesday, February 20, 2018 Approved
AWS Command Line Interface 1.14.42 859 Monday, February 19, 2018 Approved
AWS Command Line Interface 1.14.41 825 Sunday, February 18, 2018 Approved
AWS Command Line Interface 1.14.40 886 Thursday, February 15, 2018 Approved
AWS Command Line Interface 1.14.39 708 Thursday, February 15, 2018 Approved
AWS Command Line Interface 1.14.37 1198 Tuesday, February 13, 2018 Approved
AWS Command Line Interface 1.14.36 1148 Saturday, February 10, 2018 Approved
AWS Command Line Interface 1.14.35 752 Thursday, February 8, 2018 Approved
AWS Command Line Interface 1.14.34 1017 Wednesday, February 7, 2018 Approved
AWS Command Line Interface 1.14.32 2728 Tuesday, January 30, 2018 Approved
AWS Command Line Interface 1.14.30 2476 Tuesday, January 23, 2018 Approved
AWS Command Line Interface 1.14.29 430 Monday, January 22, 2018 Approved
AWS Command Line Interface 1.14.24 3056 Saturday, January 13, 2018 Approved
AWS Command Line Interface 1.14.23 834 Thursday, January 11, 2018 Approved
AWS Command Line Interface 1.14.22 781 Thursday, January 11, 2018 Approved
AWS Command Line Interface 1.14.19 2224 Saturday, January 6, 2018 Approved
AWS Command Line Interface 1.14.18 1466 Wednesday, January 3, 2018 Approved
AWS Command Line Interface 1.14.16 1520 Friday, December 22, 2017 Approved
AWS Command Line Interface 1.14.15 575 Friday, December 22, 2017 Approved
AWS Command Line Interface 1.14.12 1110 Tuesday, December 19, 2017 Approved
AWS Command Line Interface 1.14.11 846 Saturday, December 16, 2017 Approved
AWS Command Line Interface 1.14.10 728 Thursday, December 14, 2017 Approved
AWS Command Line Interface 1.14.9 987 Tuesday, December 12, 2017 Approved
AWS Command Line Interface 1.14.8 643 Tuesday, December 12, 2017 Approved
AWS Command Line Interface 1.14.7 899 Saturday, December 9, 2017 Approved
AWS Command Line Interface 1.14.6 663 Thursday, December 7, 2017 Approved
AWS Command Line Interface 1.14.5 500 Thursday, December 7, 2017 Approved
AWS Command Line Interface 1.14.3 1122 Monday, December 4, 2017 Approved
AWS Command Line Interface 1.14.2 1049 Thursday, November 30, 2017 Approved
AWS Command Line Interface 1.14.1 553 Thursday, November 30, 2017 Approved
AWS Command Line Interface 1.14.0 444 Wednesday, November 29, 2017 Approved
AWS Command Line Interface 1.13.0 582 Wednesday, November 29, 2017 Approved
AWS Command Line Interface 1.12.2 942 Monday, November 27, 2017 Approved
AWS Command Line Interface 1.12.1 936 Thursday, November 23, 2017 Approved
AWS Command Line Interface 1.12.0 598 Wednesday, November 22, 2017 Approved
AWS Command Line Interface 1.11.190 733 Tuesday, November 21, 2017 Approved
AWS Command Line Interface 1.11.189 843 Saturday, November 18, 2017 Approved
AWS Command Line Interface 1.11.188 660 Friday, November 17, 2017 Approved
AWS Command Line Interface 1.11.187 651 Wednesday, November 15, 2017 Approved
AWS Command Line Interface 1.11.186 624 Wednesday, November 15, 2017 Approved
AWS Command Line Interface 1.11.185 1183 Thursday, November 9, 2017 Approved
AWS Command Line Interface 1.11.184 801 Thursday, November 9, 2017 Approved
AWS Command Line Interface 1.11.183 693 Tuesday, November 7, 2017 Approved
AWS Command Line Interface 1.11.181 1066 Saturday, November 4, 2017 Approved
AWS Command Line Interface 1.11.180 651 Friday, November 3, 2017 Approved
AWS Command Line Interface 1.11.179 657 Thursday, November 2, 2017 Approved
AWS Command Line Interface 1.11.178 1539 Friday, October 27, 2017 Approved
AWS Command Line Interface 1.11.177 839 Wednesday, October 25, 2017 Approved
AWS Command Line Interface 1.11.176 683 Tuesday, October 24, 2017 Approved
AWS Command Line Interface 1.11.175 880 Friday, October 20, 2017 Approved
AWS Command Line Interface 1.11.174 698 Thursday, October 19, 2017 Approved
AWS Command Line Interface 1.11.173 685 Wednesday, October 18, 2017 Approved
AWS Command Line Interface 1.11.172 788 Tuesday, October 17, 2017 Approved
AWS Command Line Interface 1.11.171 738 Monday, October 16, 2017 Approved
AWS Command Line Interface 1.11.170 1078 Thursday, October 12, 2017 Approved
AWS Command Line Interface 1.11.169 754 Wednesday, October 11, 2017 Approved
AWS Command Line Interface 1.11.167 1549 Saturday, October 7, 2017 Approved
AWS Command Line Interface 1.11.166 598 Thursday, October 5, 2017 Approved
AWS Command Line Interface 1.11.165 599 Thursday, October 5, 2017 Approved
AWS Command Line Interface 1.11.164 727 Tuesday, October 3, 2017 Approved
AWS Command Line Interface 1.11.163 691 Monday, October 2, 2017 Approved
AWS Command Line Interface 1.11.162 770 Saturday, September 30, 2017 Approved
AWS Command Line Interface 1.11.160 1897 Tuesday, September 26, 2017 Approved
AWS Command Line Interface 1.11.159 15509 Monday, September 25, 2017 Approved
AWS Command Line Interface 1.11.158 1413 Thursday, September 21, 2017 Approved
AWS Command Line Interface 1.11.157 475 Thursday, September 21, 2017 Approved
AWS Command Line Interface 1.11.156 984 Wednesday, September 20, 2017 Approved
AWS Command Line Interface 1.11.155 768 Tuesday, September 19, 2017 Approved
AWS Command Line Interface 1.11.154 999 Friday, September 15, 2017 Approved
AWS Command Line Interface 1.11.152 912 Wednesday, September 13, 2017 Approved
AWS Command Line Interface 1.11.151 773 Tuesday, September 12, 2017 Approved
AWS Command Line Interface 1.11.150 746 Tuesday, September 12, 2017 Approved
AWS Command Line Interface 1.11.148 1299 Friday, September 8, 2017 Approved
AWS Command Line Interface 1.11.146 1125 Tuesday, September 5, 2017 Approved
AWS Command Line Interface 1.11.145 1737 Saturday, September 2, 2017 Approved
AWS Command Line Interface 1.11.144 13627 Friday, September 1, 2017 Approved
AWS Command Line Interface 1.11.143 735 Thursday, August 31, 2017 Approved
AWS Command Line Interface 1.11.142 941 Tuesday, August 29, 2017 Approved
AWS Command Line Interface 1.11.141 1873 Saturday, August 26, 2017 Approved
AWS Command Line Interface 1.11.140 1137 Thursday, August 24, 2017 Approved
AWS Command Line Interface 1.11.139 981 Wednesday, August 23, 2017 Approved
AWS Command Line Interface 1.11.137 1548 Tuesday, August 22, 2017 Approved
AWS Command Line Interface 1.11.133 4202 Saturday, August 12, 2017 Approved
AWS Command Line Interface 1.11.132 1026 Friday, August 11, 2017 Approved
AWS Command Line Interface 1.11.131 1226 Wednesday, August 9, 2017 Approved
AWS Command Line Interface 1.11.129 7095 Wednesday, August 2, 2017 Approved
AWS Command Line Interface 1.11.128 1141 Tuesday, August 1, 2017 Approved
AWS Command Line Interface 1.11.127 2221 Friday, July 28, 2017 Approved
AWS Command Line Interface 1.11.126 1141 Thursday, July 27, 2017 Approved
AWS Command Line Interface 1.11.125 618 Wednesday, July 26, 2017 Approved
AWS Command Line Interface 1.11.124 1696 Monday, July 24, 2017 Approved
AWS Command Line Interface 1.11.123 2226 Friday, July 21, 2017 Approved
AWS Command Line Interface 1.11.122 1067 Wednesday, July 19, 2017 Approved
AWS Command Line Interface 1.11.121 1567 Tuesday, July 18, 2017 Approved
AWS Command Line Interface 1.11.120 2073 Saturday, July 15, 2017 Approved
AWS Command Line Interface 1.11.118 1853 Thursday, July 13, 2017 Approved
AWS Command Line Interface 1.11.115 8466 Friday, June 30, 2017 Approved
AWS Command Line Interface 1.11.114 1306 Thursday, June 29, 2017 Approved
AWS Command Line Interface 1.11.113 1265 Wednesday, June 28, 2017 Approved
AWS Command Line Interface 1.11.112 3434 Friday, June 23, 2017 Approved
AWS Command Line Interface 1.11.111 834 Friday, June 23, 2017 Approved
AWS Command Line Interface 1.11.110 1262 Thursday, June 22, 2017 Approved
AWS Command Line Interface 1.11.109 902 Wednesday, June 21, 2017 Approved
AWS Command Line Interface 1.11.108 1410 Monday, June 19, 2017 Approved
AWS Command Line Interface 1.11.107 1570 Sunday, June 18, 2017 Approved
AWS Command Line Interface 1.11.101 7205 Thursday, June 8, 2017 Approved
AWS Command Line Interface 1.11.100 1497 Wednesday, June 7, 2017 Approved
AWS Command Line Interface 1.11.99 652 Wednesday, June 7, 2017 Approved
AWS Command Line Interface 1.11.98 771 Monday, June 5, 2017 Approved
AWS Command Line Interface 1.11.97 3102 Saturday, June 3, 2017 Approved
AWS Command Line Interface 1.11.96 1205 Friday, June 2, 2017 Approved
AWS Command Line Interface 1.11.95 1205 Wednesday, May 31, 2017 Approved
AWS Command Line Interface 1.11.94 1157 Wednesday, May 31, 2017 Approved
AWS Command Line Interface 1.11.91 4691 Wednesday, May 24, 2017 Approved
AWS Command Line Interface 1.11.90 740 Tuesday, May 23, 2017 Approved
AWS Command Line Interface 1.11.89 3224 Friday, May 19, 2017 Approved
AWS Command Line Interface 1.11.88 1028 Thursday, May 18, 2017 Approved
AWS Command Line Interface 1.11.87 1243 Wednesday, May 17, 2017 Approved
AWS Command Line Interface 1.11.86 1162 Tuesday, May 16, 2017 Approved
AWS Command Line Interface 1.11.85 2388 Friday, May 12, 2017 Approved
AWS Command Line Interface 1.11.83 3925 Friday, May 5, 2017 Approved
AWS Command Line Interface 1.11.82 3614 Saturday, April 29, 2017 Approved
AWS Command Line Interface 1.11.81 1878 Wednesday, April 26, 2017 Approved
AWS Command Line Interface 1.11.80 1426 Saturday, April 22, 2017 Approved
AWS Command Line Interface 1.11.79 611 Friday, April 21, 2017 Approved
AWS Command Line Interface 1.11.78 891 Wednesday, April 19, 2017 Approved
AWS Command Line Interface 1.11.77 1488 Tuesday, April 18, 2017 Approved
AWS Command Line Interface 1.11.76 7967 Tuesday, April 11, 2017 Approved
AWS Command Line Interface 1.11.75 1449 Saturday, April 8, 2017 Approved
AWS Command Line Interface 1.11.74 875 Thursday, April 6, 2017 Approved
AWS Command Line Interface 1.11.73 908 Thursday, April 6, 2017 Approved
AWS Command Line Interface 1.11.72 768 Tuesday, April 4, 2017 Approved
AWS Command Line Interface 1.11.71 691 Tuesday, April 4, 2017 Approved
AWS Command Line Interface 1.11.70 924 Friday, March 31, 2017 Approved
AWS Command Line Interface 1.11.69 591 Friday, March 31, 2017 Approved
AWS Command Line Interface 1.11.68 1078 Wednesday, March 29, 2017 Approved
AWS Command Line Interface 1.11.67 704 Tuesday, March 28, 2017 Approved
AWS Command Line Interface 1.11.66 1025 Thursday, March 23, 2017 Approved
AWS Command Line Interface 1.11.65 832 Thursday, March 23, 2017 Approved
AWS Command Line Interface 1.11.64 682 Wednesday, March 22, 2017 Approved
AWS Command Line Interface 1.11.63 1798 Tuesday, March 14, 2017 Approved
AWS Command Line Interface 1.11.61 871 Friday, March 10, 2017 Approved
AWS Command Line Interface 1.11.60 743 Friday, March 10, 2017 Approved
AWS Command Line Interface 1.11.59 697 Thursday, March 9, 2017 Approved
AWS Command Line Interface 1.11.58 688 Wednesday, March 8, 2017 Approved
AWS Command Line Interface 1.11.57 632 Tuesday, March 7, 2017 Approved
AWS Command Line Interface 1.11.56 1838 Tuesday, February 28, 2017 Approved
AWS Command Line Interface 1.11.55 781 Sunday, February 26, 2017 Approved
AWS Command Line Interface 1.11.54 765 Friday, February 24, 2017 Approved
AWS Command Line Interface 1.11.52 1098 Wednesday, February 22, 2017 Approved
AWS Command Line Interface 1.11.51 42640 Sunday, February 19, 2017 Approved
AWS Command Line Interface 1.11.50 784 Friday, February 17, 2017 Approved
AWS Command Line Interface 1.11.49 758 Thursday, February 16, 2017 Approved
AWS Command Line Interface 1.11.48 798 Wednesday, February 15, 2017 Approved
AWS Command Line Interface 1.11.47 542 Tuesday, February 14, 2017 Approved
AWS Command Line Interface 1.11.46 1411 Friday, February 10, 2017 Approved
AWS Command Line Interface 1.11.45 983 Wednesday, February 8, 2017 Approved
AWS Command Line Interface 1.11.43 2441 Thursday, January 26, 2017 Approved
AWS Command Line Interface 1.11.42 726 Wednesday, January 25, 2017 Approved
AWS Command Line Interface 1.11.41 3202 Friday, January 20, 2017 Approved
AWS Command Line Interface 1.11.40 516 Friday, January 20, 2017 Approved
AWS Command Line Interface 1.11.39 765 Thursday, January 19, 2017 Approved
AWS Command Line Interface 1.11.38 696 Tuesday, January 17, 2017 Approved
AWS Command Line Interface 1.11.37 535 Tuesday, January 17, 2017 Approved
AWS Command Line Interface 1.11.36 1876 Wednesday, January 4, 2017 Approved
AWS Command Line Interface 1.11.34 1673 Friday, December 23, 2016 Approved
AWS Command Line Interface 1.11.33 948 Thursday, December 22, 2016 Approved
AWS Command Line Interface 1.11.32 652 Wednesday, December 21, 2016 Approved
AWS Command Line Interface 1.11.31 714 Tuesday, December 20, 2016 Approved
AWS Command Line Interface 1.11.30 867 Friday, December 16, 2016 Approved
AWS Command Line Interface 1.11.24 1959 Saturday, December 3, 2016 Approved
AWS Command Line Interface 1.11.22 1492 Wednesday, November 30, 2016 Approved
AWS Command Line Interface 1.10.38 10441 Wednesday, June 15, 2016 Approved
AWS Command Line Interface 1.10.35 486 Friday, June 3, 2016 Approved
AWS Command Line Interface 1.10.33 419 Friday, May 27, 2016 Approved
AWS Command Line Interface 1.10.30 433 Wednesday, May 18, 2016 Approved
AWS Command Line Interface 1.10.27 465 Wednesday, May 11, 2016 Approved
AWS Command Line Interface 1.10.26 436 Friday, May 6, 2016 Approved
AWS Command Line Interface 1.10.25 412 Wednesday, May 4, 2016 Approved
AWS Command Line Interface 1.10.24 471 Friday, April 29, 2016 Approved
AWS Command Line Interface 1.10.23 521 Thursday, April 28, 2016 Approved
AWS Command Line Interface 1.10.22 634 Friday, April 22, 2016 Approved
AWS Command Line Interface 1.10.21 536 Tuesday, April 19, 2016 Approved
AWS Command Line Interface 1.10.20 672 Tuesday, April 12, 2016 Approved
AWS Command Line Interface 1.10.18 553 Monday, April 11, 2016 Approved
AWS Command Line Interface 1.10.16 839 Friday, March 25, 2016 Approved
AWS Command Line Interface 1.10.15 568 Wednesday, March 23, 2016 Approved
AWS Command Line Interface 1.10.14 548 Friday, March 18, 2016 Approved
AWS Command Line Interface 1.10.13 488 Wednesday, March 16, 2016 Approved
AWS Command Line Interface 1.10.12 538 Friday, March 11, 2016 Approved
AWS Command Line Interface 1.10.11 554 Wednesday, March 9, 2016 Approved
AWS Command Line Interface 1.10.10 554 Friday, March 4, 2016 Approved
AWS Command Line Interface 1.10.9 532 Wednesday, March 2, 2016 Approved
AWS Command Line Interface 1.10.8 528 Monday, February 29, 2016 Approved
AWS Command Line Interface 1.10.7 636 Wednesday, February 24, 2016 Approved
awscli 1.0.4 13387 Saturday, February 22, 2014 Approved
awscli 1.0.3 575 Saturday, December 7, 2013 Approved
awscli 1.0.2 503 Saturday, December 7, 2013 Approved
awscli 1.0.1 700 Saturday, December 7, 2013 Approved

This package has no dependencies.

Discussion for the AWS Command Line Interface v2 (Install) Package

Ground Rules:

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