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,567,968

Downloads of v 2.27.13:

8,033

Last Update:

13 May 2025

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.27.13 | Updated: 13 May 2025

Downloads:

5,567,968

Downloads of v 2.27.13:

8,033

Maintainer(s):

Software Author(s):

  • Amazon Web Services

AWS Command Line Interface v2 (Install) 2.27.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.27.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.27.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.27.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.27.13'
end

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


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

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


package { 'awscli':
  ensure   => '2.27.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 13 May 2025.

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.27.13.msi'
$checksum64 = '3ea121c2deb5a2fcaa0d889b1b012dbea86c5f878faf79fe27e735145845f4ab'

$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.27.14 971 Wednesday, May 14, 2025 Approved
AWS Command Line Interface v2 (Install) 2.27.13 8033 Tuesday, May 13, 2025 Approved
AWS Command Line Interface v2 (Install) 2.27.12 9393 Saturday, May 10, 2025 Approved
AWS Command Line Interface v2 (Install) 2.27.11 3074 Friday, May 9, 2025 Approved
AWS Command Line Interface v2 (Install) 2.27.10 4532 Thursday, May 8, 2025 Approved
AWS Command Line Interface v2 (Install) 2.27.8 7726 Tuesday, May 6, 2025 Approved
AWS Command Line Interface v2 (Install) 2.27.7 9091 Saturday, May 3, 2025 Approved
AWS Command Line Interface v2 (Install) 2.27.6 3001 Friday, May 2, 2025 Approved
AWS Command Line Interface v2 (Install) 2.27.5 3661 Thursday, May 1, 2025 Approved
AWS Command Line Interface v2 (Install) 2.27.4 4046 Wednesday, April 30, 2025 Approved
AWS Command Line Interface v2 (Install) 2.27.3 4464 Tuesday, April 29, 2025 Approved
AWS Command Line Interface v2 (Install) 2.27.2 8880 Saturday, April 26, 2025 Approved
AWS Command Line Interface v2 (Install) 2.27.1 3188 Friday, April 25, 2025 Approved
AWS Command Line Interface v2 (Install) 2.27.0 2042 Thursday, April 24, 2025 Approved
AWS Command Line Interface v2 (Install) 2.26.7 5813 Wednesday, April 23, 2025 Approved
AWS Command Line Interface v2 (Install) 2.26.6 4772 Tuesday, April 22, 2025 Approved
AWS Command Line Interface v2 (Install) 2.26.5 8508 Saturday, April 19, 2025 Approved
AWS Command Line Interface v2 (Install) 2.26.4 605 Friday, April 18, 2025 Approved
AWS Command Line Interface v2 (Install) 2.26.3 3883 Thursday, April 17, 2025 Approved
AWS Command Line Interface v2 (Install) 2.26.2 9566 Tuesday, April 15, 2025 Approved
AWS Command Line Interface v2 (Install) 2.26.1 9204 Saturday, April 12, 2025 Approved
AWS Command Line Interface v2 (Install) 2.26.0 2828 Friday, April 11, 2025 Approved
AWS Command Line Interface v2 (Install) 2.25.14 1985 Thursday, April 10, 2025 Approved
AWS Command Line Interface v2 (Install) 2.25.12 7797 Tuesday, April 8, 2025 Approved
AWS Command Line Interface v2 (Install) 2.25.11 9647 Saturday, April 5, 2025 Approved
AWS Command Line Interface v2 (Install) 2.25.10 2812 Friday, April 4, 2025 Approved
AWS Command Line Interface v2 (Install) 2.25.9 6229 Thursday, April 3, 2025 Approved
AWS Command Line Interface v2 (Install) 2.25.8 2373 Wednesday, April 2, 2025 Approved
AWS Command Line Interface v2 (Install) 2.25.7 6076 Tuesday, April 1, 2025 Approved
AWS Command Line Interface v2 (Install) 2.25.6 5256 Saturday, March 29, 2025 Approved
AWS Command Line Interface v2 (Install) 2.25.5 14 Friday, March 28, 2025
Waiting for Maintainer
AWS Command Line Interface v2 (Install) 2.25.4 7534 Thursday, March 27, 2025 Approved
AWS Command Line Interface v2 (Install) 2.25.3 4317 Wednesday, March 26, 2025 Approved
AWS Command Line Interface v2 (Install) 2.25.2 6206 Tuesday, March 25, 2025 Approved
AWS Command Line Interface v2 (Install) 2.25.1 9101 Saturday, March 22, 2025 Approved
AWS Command Line Interface v2 (Install) 2.25.0 2971 Friday, March 21, 2025 Approved
AWS Command Line Interface v2 (Install) 2.24.27 1410 Thursday, March 20, 2025 Approved
AWS Command Line Interface v2 (Install) 2.24.26 6861 Wednesday, March 19, 2025 Approved
AWS Command Line Interface v2 (Install) 2.24.25 4707 Tuesday, March 18, 2025 Approved
AWS Command Line Interface v2 (Install) 2.24.24 7549 Saturday, March 15, 2025 Approved
AWS Command Line Interface v2 (Install) 2.24.23 3369 Friday, March 14, 2025 Approved
AWS Command Line Interface v2 (Install) 2.24.22 6948 Wednesday, March 12, 2025 Approved
AWS Command Line Interface v2 (Install) 2.24.21 6044 Tuesday, March 11, 2025 Approved
AWS Command Line Interface v2 (Install) 2.24.20 9318 Saturday, March 8, 2025 Approved
AWS Command Line Interface v2 (Install) 2.24.19 938 Friday, March 7, 2025 Approved
AWS Command Line Interface v2 (Install) 2.24.18 3232 Thursday, March 6, 2025 Approved
AWS Command Line Interface v2 (Install) 2.24.17 5916 Wednesday, March 5, 2025 Approved
AWS Command Line Interface v2 (Install) 2.24.16 5237 Tuesday, March 4, 2025 Approved
AWS Command Line Interface v2 (Install) 2.24.15 6307 Saturday, March 1, 2025 Approved
AWS Command Line Interface v2 (Install) 2.24.14 5009 Friday, February 28, 2025 Approved
AWS Command Line Interface v2 (Install) 2.24.13 5213 Thursday, February 27, 2025 Approved
AWS Command Line Interface v2 (Install) 2.24.12 2998 Wednesday, February 26, 2025 Approved
AWS Command Line Interface v2 (Install) 2.24.11 6004 Tuesday, February 25, 2025 Approved
AWS Command Line Interface v2 (Install) 2.24.10 10002 Saturday, February 22, 2025 Approved
AWS Command Line Interface v2 (Install) 2.24.9 3989 Friday, February 21, 2025 Approved
AWS Command Line Interface v2 (Install) 2.24.8 4798 Thursday, February 20, 2025 Approved
AWS Command Line Interface v2 (Install) 2.24.7 3378 Wednesday, February 19, 2025 Approved
AWS Command Line Interface v2 (Install) 2.24.6 5492 Tuesday, February 18, 2025 Approved
AWS Command Line Interface v2 (Install) 2.24.5 9166 Saturday, February 15, 2025 Approved
AWS Command Line Interface v2 (Install) 2.24.4 1593 Friday, February 14, 2025 Approved
AWS Command Line Interface v2 (Install) 2.24.3 6147 Wednesday, February 12, 2025 Approved
AWS Command Line Interface v2 (Install) 2.24.2 4162 Wednesday, February 12, 2025 Approved
AWS Command Line Interface v2 (Install) 2.24.1 4971 Tuesday, February 11, 2025 Approved
AWS Command Line Interface v2 (Install) 2.24.0 9061 Saturday, February 8, 2025 Approved
AWS Command Line Interface v2 (Install) 2.23.15 3074 Friday, February 7, 2025 Approved
AWS Command Line Interface v2 (Install) 2.23.14 4950 Wednesday, February 5, 2025 Approved
AWS Command Line Interface v2 (Install) 2.23.13 3745 Wednesday, February 5, 2025 Approved
AWS Command Line Interface v2 (Install) 2.23.12 1643 Tuesday, February 4, 2025 Approved
AWS Command Line Interface v2 (Install) 2.23.11 10573 Saturday, February 1, 2025 Approved
AWS Command Line Interface v2 (Install) 2.23.10 566 Friday, January 31, 2025 Approved
AWS Command Line Interface v2 (Install) 2.23.9 3667 Thursday, January 30, 2025 Approved
AWS Command Line Interface v2 (Install) 2.23.8 5570 Wednesday, January 29, 2025 Approved
AWS Command Line Interface v2 (Install) 2.23.7 5298 Tuesday, January 28, 2025 Approved
AWS Command Line Interface v2 (Install) 2.23.6 8286 Saturday, January 25, 2025 Approved
AWS Command Line Interface v2 (Install) 2.23.5 3125 Friday, January 24, 2025 Approved
AWS Command Line Interface v2 (Install) 2.23.4 3548 Thursday, January 23, 2025 Approved
AWS Command Line Interface v2 (Install) 2.23.3 2162 Wednesday, January 22, 2025 Approved
AWS Command Line Interface v2 (Install) 2.23.2 10469 Saturday, January 18, 2025 Approved
AWS Command Line Interface v2 (Install) 2.23.1 3422 Friday, January 17, 2025 Approved
AWS Command Line Interface v2 (Install) 2.23.0 3093 Thursday, January 16, 2025 Approved
AWS Command Line Interface v2 (Install) 2.22.35 4212 Wednesday, January 15, 2025 Approved
AWS Command Line Interface v2 (Install) 2.22.34 4542 Tuesday, January 14, 2025 Approved
AWS Command Line Interface v2 (Install) 2.22.33 8606 Saturday, January 11, 2025 Approved
AWS Command Line Interface v2 (Install) 2.22.32 3279 Friday, January 10, 2025 Approved
AWS Command Line Interface v2 (Install) 2.22.30 6258 Wednesday, January 8, 2025 Approved
AWS Command Line Interface v2 (Install) 2.22.29 4571 Tuesday, January 7, 2025 Approved
AWS Command Line Interface v2 (Install) 2.22.28 6912 Saturday, January 4, 2025 Approved
AWS Command Line Interface v2 (Install) 2.22.27 2735 Friday, January 3, 2025 Approved
AWS Command Line Interface v2 (Install) 2.22.26 8172 Monday, December 30, 2024 Approved
AWS Command Line Interface v2 (Install) 2.22.25 4414 Saturday, December 28, 2024 Approved
AWS Command Line Interface v2 (Install) 2.22.24 2700 Friday, December 27, 2024 Approved
AWS Command Line Interface v2 (Install) 2.22.23 4988 Tuesday, December 24, 2024 Approved
AWS Command Line Interface v2 (Install) 2.22.22 4572 Saturday, December 21, 2024 Approved
AWS Command Line Interface v2 (Install) 2.22.21 2687 Friday, December 20, 2024 Approved
AWS Command Line Interface v2 (Install) 2.22.20 5178 Thursday, December 19, 2024 Approved
AWS Command Line Interface v2 (Install) 2.22.19 1494 Wednesday, December 18, 2024 Approved
AWS Command Line Interface v2 (Install) 2.22.18 5504 Tuesday, December 17, 2024 Approved
AWS Command Line Interface v2 (Install) 2.22.17 7069 Saturday, December 14, 2024 Approved
AWS Command Line Interface v2 (Install) 2.22.16 3055 Friday, December 13, 2024 Approved
AWS Command Line Interface v2 (Install) 2.22.15 2096 Thursday, December 12, 2024 Approved
AWS Command Line Interface v2 (Install) 2.22.14 4675 Wednesday, December 11, 2024 Approved
AWS Command Line Interface v2 (Install) 2.22.13 4088 Tuesday, December 10, 2024 Approved
AWS Command Line Interface v2 (Install) 2.22.12 11175 Thursday, December 5, 2024 Approved
AWS Command Line Interface v2 (Install) 2.22.10 3812 Wednesday, December 4, 2024 Approved
AWS Command Line Interface v2 (Install) 2.22.8 6240 Tuesday, December 3, 2024 Approved
AWS Command Line Interface v2 (Install) 2.22.7 10350 Thursday, November 28, 2024 Approved
AWS Command Line Interface v2 (Install) 2.22.5 6121 Tuesday, November 26, 2024 Approved
AWS Command Line Interface v2 (Install) 2.22.4 8418 Saturday, November 23, 2024 Approved
AWS Command Line Interface v2 (Install) 2.22.2 5556 Thursday, November 21, 2024 Approved
AWS Command Line Interface v2 (Install) 2.22.1 3540 Wednesday, November 20, 2024 Approved
AWS Command Line Interface v2 (Install) 2.22.0 4351 Tuesday, November 19, 2024 Approved
AWS Command Line Interface v2 (Install) 2.21.3 8739 Saturday, November 16, 2024 Approved
AWS Command Line Interface v2 (Install) 2.21.2 2959 Friday, November 15, 2024 Approved
AWS Command Line Interface v2 (Install) 2.21.0 2960 Thursday, November 14, 2024 Approved
AWS Command Line Interface v2 (Install) 2.20.0 5377 Wednesday, November 13, 2024 Approved
AWS Command Line Interface v2 (Install) 2.19.5 5103 Tuesday, November 12, 2024 Approved
AWS Command Line Interface v2 (Install) 2.19.4 7887 Saturday, November 9, 2024 Approved
AWS Command Line Interface v2 (Install) 2.19.3 2146 Friday, November 8, 2024 Approved
AWS Command Line Interface v2 (Install) 2.19.2 3423 Thursday, November 7, 2024 Approved
AWS Command Line Interface v2 (Install) 2.19.1 9834 Saturday, November 2, 2024 Approved
AWS Command Line Interface v2 (Install) 2.19.0 2517 Friday, November 1, 2024 Approved
AWS Command Line Interface v2 (Install) 2.18.18 2151 Thursday, October 31, 2024 Approved
AWS Command Line Interface v2 (Install) 2.18.17 87 Wednesday, October 30, 2024 Approved
AWS Command Line Interface v2 (Install) 2.18.16 5620 Tuesday, October 29, 2024 Approved
AWS Command Line Interface v2 (Install) 2.18.15 5413 Saturday, October 26, 2024 Approved
AWS Command Line Interface v2 (Install) 2.18.14 10210 Friday, October 25, 2024 Approved
AWS Command Line Interface v2 (Install) 2.18.13 4174 Thursday, October 24, 2024 Approved
AWS Command Line Interface v2 (Install) 2.18.12 2997 Wednesday, October 23, 2024 Approved
AWS Command Line Interface v2 (Install) 2.18.11 4715 Tuesday, October 22, 2024 Approved
AWS Command Line Interface v2 (Install) 2.18.10 8655 Saturday, October 19, 2024 Approved
AWS Command Line Interface v2 (Install) 2.18.9 3421 Friday, October 18, 2024 Approved
AWS Command Line Interface v2 (Install) 2.18.8 4065 Thursday, October 17, 2024 Approved
AWS Command Line Interface v2 (Install) 2.18.7 3737 Wednesday, October 16, 2024 Approved
AWS Command Line Interface v2 (Install) 2.18.6 3383 Tuesday, October 15, 2024 Approved
AWS Command Line Interface v2 (Install) 2.18.4 8880 Friday, October 11, 2024 Approved
AWS Command Line Interface v2 (Install) 2.18.3 3415 Thursday, October 10, 2024 Approved
AWS Command Line Interface v2 (Install) 2.18.2 3820 Wednesday, October 9, 2024 Approved
AWS Command Line Interface v2 (Install) 2.18.1 4566 Tuesday, October 8, 2024 Approved
AWS Command Line Interface v2 (Install) 2.18.0 6925 Saturday, October 5, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.65 2554 Friday, October 4, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.64 3716 Thursday, October 3, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.63 2659 Wednesday, October 2, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.61 11214 Saturday, September 28, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.59 5718 Thursday, September 26, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.58 3695 Wednesday, September 25, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.57 3915 Tuesday, September 24, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.56 7852 Saturday, September 21, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.55 2904 Friday, September 20, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.54 3629 Thursday, September 19, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.53 3643 Wednesday, September 18, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.52 3753 Tuesday, September 17, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.51 8051 Saturday, September 14, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.50 3075 Friday, September 13, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.49 3952 Thursday, September 12, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.48 4922 Wednesday, September 11, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.47 6136 Monday, September 9, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.46 4046 Saturday, September 7, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.45 216 Friday, September 6, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.44 3231 Thursday, September 5, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.43 7359 Wednesday, September 4, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.42 9264 Saturday, August 31, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.40 4509 Thursday, August 29, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.39 4371 Wednesday, August 28, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.38 3548 Tuesday, August 27, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.37 7630 Saturday, August 24, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.36 2907 Friday, August 23, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.35 3410 Thursday, August 22, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.34 3786 Wednesday, August 21, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.33 3391 Tuesday, August 20, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.32 6801 Saturday, August 17, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.31 2491 Friday, August 16, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.30 2780 Thursday, August 15, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.29 4382 Wednesday, August 14, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.28 3248 Tuesday, August 13, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.27 5319 Saturday, August 10, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.26 3082 Friday, August 9, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.25 3135 Thursday, August 8, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.24 2584 Wednesday, August 7, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.23 3986 Tuesday, August 6, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.22 6026 Saturday, August 3, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.21 2817 Friday, August 2, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.20 5527 Wednesday, July 31, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.19 2407 Tuesday, July 30, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.18 7392 Friday, July 26, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.16 5431 Wednesday, July 24, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.15 3267 Tuesday, July 23, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.14 8737 Friday, July 19, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.13 12357 Saturday, July 13, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.12 4065 Thursday, July 11, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.11 3664 Wednesday, July 10, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.10 3833 Tuesday, July 9, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.9 7893 Saturday, July 6, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.8 4709 Thursday, July 4, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.7 4231 Wednesday, July 3, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.6 3411 Tuesday, July 2, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.5 7473 Saturday, June 29, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.4 1902 Friday, June 28, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.3 89 Thursday, June 27, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.2 6256 Wednesday, June 26, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.1 4541 Tuesday, June 25, 2024 Approved
AWS Command Line Interface v2 (Install) 2.17.0 9393 Friday, June 21, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.12 4439 Thursday, June 20, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.11 2715 Wednesday, June 19, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.10 4755 Tuesday, June 18, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.9 8035 Friday, June 14, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.8 1926 Friday, June 14, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.7 4388 Thursday, June 13, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.6 3901 Wednesday, June 12, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.5 4496 Tuesday, June 11, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.4 7383 Saturday, June 8, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.3 1691 Friday, June 7, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.2 4859 Thursday, June 6, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.1 3532 Wednesday, June 5, 2024 Approved
AWS Command Line Interface v2 (Install) 2.16.0 3316 Tuesday, June 4, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.62 6044 Saturday, June 1, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.61 3036 Friday, May 31, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.60 5286 Thursday, May 30, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.59 3906 Wednesday, May 29, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.58 11114 Saturday, May 25, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.57 3540 Friday, May 24, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.56 3132 Thursday, May 23, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.55 4419 Wednesday, May 22, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.54 2778 Tuesday, May 21, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.53 6210 Saturday, May 18, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.52 2541 Friday, May 17, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.51 3576 Thursday, May 16, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.50 3006 Wednesday, May 15, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.49 3032 Tuesday, May 14, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.48 7423 Saturday, May 11, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.47 3743 Thursday, May 9, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.46 1024 Thursday, May 9, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.45 6671 Tuesday, May 7, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.44 22485 Saturday, May 4, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.43 4603 Thursday, May 2, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.42 10619 Saturday, April 27, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.41 5084 Thursday, April 25, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.40 10120 Saturday, April 20, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.39 4489 Thursday, April 18, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.38 10743 Saturday, April 13, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.37 4311 Thursday, April 11, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.36 10076 Saturday, April 6, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.35 4501 Thursday, April 4, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.34 12195 Saturday, March 30, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.33 5036 Thursday, March 28, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.32 11303 Saturday, March 23, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.31 6487 Thursday, March 21, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.30 12789 Saturday, March 16, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.28 11336 Tuesday, March 12, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.27 7034 Saturday, March 9, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.26 6876 Thursday, March 7, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.25 22001 Saturday, March 2, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.24 8446 Thursday, February 29, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.23 15603 Saturday, February 24, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.22 8368 Thursday, February 22, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.21 12867 Saturday, February 17, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.20 7123 Thursday, February 15, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.19 16631 Saturday, February 10, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.17 20770 Saturday, February 3, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.16 6688 Thursday, February 1, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.15 14925 Saturday, January 27, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.14 7128 Thursday, January 25, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.13 9056 Tuesday, January 23, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.12 8923 Saturday, January 20, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.11 8040 Thursday, January 18, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.10 13586 Saturday, January 13, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.9 7101 Thursday, January 11, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.8 12624 Saturday, January 6, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.7 6358 Thursday, January 4, 2024 Approved
AWS Command Line Interface v2 (Install) 2.15.6 10148 Saturday, December 30, 2023 Approved
AWS Command Line Interface v2 (Install) 2.15.5 5034 Thursday, December 28, 2023 Approved
AWS Command Line Interface v2 (Install) 2.15.4 8684 Saturday, December 23, 2023 Approved
AWS Command Line Interface v2 (Install) 2.15.3 6506 Thursday, December 21, 2023 Approved
AWS Command Line Interface v2 (Install) 2.15.2 11625 Saturday, December 16, 2023 Approved
AWS Command Line Interface v2 (Install) 2.15.1 5147 Thursday, December 14, 2023 Approved
AWS Command Line Interface v2 (Install) 2.15.0 16867 Saturday, December 9, 2023 Approved
AWS Command Line Interface v2 (Install) 2.14.6 8901 Thursday, December 7, 2023 Approved
AWS Command Line Interface v2 (Install) 2.14.5 15072 Friday, December 1, 2023 Approved
AWS Command Line Interface v2 (Install) 2.14.2 6396 Wednesday, November 29, 2023 Approved
AWS Command Line Interface v2 (Install) 2.14.0 7100 Tuesday, November 28, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.38 14248 Wednesday, November 22, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.37 14541 Saturday, November 18, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.36 5251 Thursday, November 16, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.35 8376 Tuesday, November 14, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.34 9219 Saturday, November 11, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.32 15404 Saturday, November 4, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.31 6388 Thursday, November 2, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.30 13094 Saturday, October 28, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.29 6271 Thursday, October 26, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.28 13427 Saturday, October 21, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.27 8318 Thursday, October 19, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.26 13450 Saturday, October 14, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.25 15925 Saturday, October 7, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.24 6420 Thursday, October 5, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.23 7971 Tuesday, October 3, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.21 160 Saturday, September 23, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.20 24810 Thursday, September 21, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.19 12585 Saturday, September 16, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.18 7124 Thursday, September 14, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.16 17767 Thursday, September 7, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.15 12161 Saturday, September 2, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.14 8505 Thursday, August 31, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.13 13432 Saturday, August 26, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.12 7037 Thursday, August 24, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.11 1657 Saturday, August 19, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.9 27589 Saturday, August 12, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.8 7283 Thursday, August 10, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.7 12986 Saturday, August 5, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.6 7619 Thursday, August 3, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.5 97 Saturday, July 29, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.4 15816 Thursday, July 27, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.3 14476 Saturday, July 22, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.2 14389 Thursday, July 20, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.1 23132 Friday, July 14, 2023 Approved
AWS Command Line Interface v2 (Install) 2.13.0 28338 Saturday, July 8, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.7 11037 Thursday, July 6, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.6 17612 Saturday, July 1, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.5 7370 Friday, June 30, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.4 8145 Thursday, June 29, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.3 17522 Saturday, June 24, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.2 10901 Thursday, June 22, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.1 18178 Saturday, June 17, 2023 Approved
AWS Command Line Interface v2 (Install) 2.12.0 11924 Thursday, June 15, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.27 13221 Saturday, June 10, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.26 7000 Thursday, June 8, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.25 12544 Saturday, June 3, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.24 7241 Thursday, June 1, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.23 12719 Saturday, May 27, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.22 7841 Thursday, May 25, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.21 13245 Saturday, May 20, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.20 25220 Saturday, May 13, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.19 9805 Thursday, May 11, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.17 17201 Thursday, May 4, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.16 16341 Saturday, April 29, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.13 24526 Saturday, April 15, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.11 21938 Monday, April 10, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.10 9198 Thursday, April 6, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.9 8742 Tuesday, April 4, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.8 9267 Saturday, April 1, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.6 17798 Saturday, March 25, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.5 6869 Thursday, March 23, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.4 17557 Saturday, March 18, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.2 17695 Saturday, March 11, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.1 7566 Thursday, March 9, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.0 14321 Friday, March 3, 2023 Approved
AWS Command Line Interface v2 (Install) 2.10.4 5958 Thursday, March 2, 2023 Approved
AWS Command Line Interface v2 (Install) 2.10.3 11651 Saturday, February 25, 2023 Approved
AWS Command Line Interface v2 (Install) 2.10.2 8232 Thursday, February 23, 2023 Approved
AWS Command Line Interface v2 (Install) 2.10.1 12545 Saturday, February 18, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.23 17755 Saturday, February 11, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.22 7363 Thursday, February 9, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.21 11307 Monday, February 6, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.20 11465 Thursday, February 2, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.19 11429 Monday, January 30, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.18 11763 Thursday, January 26, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.17 13403 Saturday, January 21, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.16 8683 Thursday, January 19, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.15 12868 Saturday, January 14, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.14 7517 Thursday, January 12, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.13 15804 Friday, January 6, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.12 14478 Saturday, December 31, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.11 7016 Thursday, December 29, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.10 11240 Friday, December 23, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.9 7507 Thursday, December 22, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.8 12865 Saturday, December 17, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.7 8548 Thursday, December 15, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.6 13951 Saturday, December 10, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.5 7447 Thursday, December 8, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.4 12299 Saturday, December 3, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.3 6376 Thursday, December 1, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.2 5461 Wednesday, November 30, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.1 13544 Thursday, November 24, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.0 16397 Saturday, November 19, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.13 6809 Thursday, November 17, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.12 9620 Saturday, November 12, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.11 11622 Thursday, November 10, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.9 13342 Saturday, November 5, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.8 7505 Thursday, November 3, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.7 15741 Friday, October 28, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.6 7434 Thursday, October 27, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.5 10796 Saturday, October 22, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.3 17783 Friday, October 14, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.2 15647 Saturday, October 8, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.1 6605 Thursday, October 6, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.0 10822 Saturday, October 1, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.35 13664 Saturday, September 24, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.34 6741 Thursday, September 22, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.33 11618 Saturday, September 17, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.32 6934 Thursday, September 15, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.31 14083 Saturday, September 10, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.30 7659 Thursday, September 8, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.29 13891 Monday, September 5, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.28 19878 Thursday, September 1, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.26 23223 Thursday, August 25, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.25 16577 Saturday, August 20, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.24 11616 Wednesday, August 17, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.22 15297 Friday, August 12, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.21 32590 Thursday, August 4, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.20 16126 Saturday, July 30, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.19 7943 Thursday, July 28, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.18 14104 Saturday, July 23, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.17 8205 Thursday, July 21, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.16 14005 Saturday, July 16, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.15 7274 Thursday, July 14, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.14 13325 Saturday, July 9, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.13 6247 Thursday, July 7, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.11 27804 Saturday, June 25, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.9 18302 Saturday, June 18, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.8 4875 Friday, June 17, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.7 21316 Thursday, June 9, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.6 11617 Saturday, June 4, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.5 6977 Thursday, June 2, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.4 11552 Friday, May 27, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.3 6139 Thursday, May 26, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.2 12319 Saturday, May 21, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.1 7937 Wednesday, May 18, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.0 11228 Saturday, May 14, 2022 Approved
AWS Command Line Interface v2 (Install) 2.6.4 6842 Wednesday, May 11, 2022 Approved
AWS Command Line Interface v2 (Install) 2.6.3 8232 Sunday, May 8, 2022 Approved
AWS Command Line Interface v2 (Install) 2.6.2 6884 Thursday, May 5, 2022 Approved
AWS Command Line Interface v2 (Install) 2.6.1 9370 Friday, April 29, 2022 Approved
AWS Command Line Interface v2 (Install) 2.6.0 5276 Thursday, April 28, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.8 10745 Friday, April 22, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.7 3720 Thursday, April 21, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.6 10552 Saturday, April 16, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.4 11258 Saturday, April 9, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.3 5829 Thursday, April 7, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.2 8609 Saturday, April 2, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.1 5855 Thursday, March 31, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.0 6714 Monday, March 28, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.29 8340 Saturday, March 26, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.28 5502 Thursday, March 24, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.27 10439 Friday, March 18, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.25 12194 Friday, March 11, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.24 5944 Wednesday, March 9, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.23 8762 Friday, March 4, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.22 6050 Wednesday, March 2, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.21 22708 Friday, February 25, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.20 6061 Wednesday, February 23, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.19 8097 Friday, February 18, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.18 10537 Friday, February 11, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.17 6771 Wednesday, February 9, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.16 8298 Friday, February 4, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.15 10546 Friday, January 28, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.13 10810 Friday, January 21, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.12 14771 Wednesday, January 19, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.11 6761 Friday, January 14, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.10 4155 Wednesday, January 12, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.9 6813 Friday, January 7, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.7 13199 Wednesday, December 22, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.6 17018 Friday, December 10, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.5 8495 Saturday, December 4, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.4 2626 Friday, December 3, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.3 4975 Tuesday, November 30, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.2 6578 Saturday, November 27, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.1 6063 Wednesday, November 24, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.0 6803 Friday, November 19, 2021 Approved
AWS Command Line Interface v2 (Install) 2.3.7 5202 Wednesday, November 17, 2021 Approved
AWS Command Line Interface v2 (Install) 2.3.6 7382 Friday, November 12, 2021 Approved
AWS Command Line Interface v2 (Install) 2.3.5 5115 Wednesday, November 10, 2021 Approved
AWS Command Line Interface v2 (Install) 2.3.4 6912 Friday, November 5, 2021 Approved
AWS Command Line Interface v2 (Install) 2.3.0 16204 Friday, October 22, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.47 4852 Wednesday, October 20, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.46 6656 Friday, October 15, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.45 5716 Tuesday, October 12, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.43 12451 Friday, October 1, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.42 5076 Wednesday, September 29, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.41 6553 Friday, September 24, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.40 3978 Wednesday, September 22, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.39 6056 Friday, September 17, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.38 4407 Wednesday, September 15, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.37 7533 Friday, September 10, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.36 4164 Wednesday, September 8, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.35 5761 Friday, September 3, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.33 7955 Friday, August 27, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.32 3623 Wednesday, August 25, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.31 6404 Friday, August 20, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.30 4166 Wednesday, August 18, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.29 5785 Friday, August 13, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.28 3847 Wednesday, August 11, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.27 6413 Friday, August 6, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.26 3318 Wednesday, August 4, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.25 7455 Saturday, July 31, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.24 2023 Friday, July 30, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.23 2377 Wednesday, July 28, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.22 6919 Friday, July 23, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.21 4516 Wednesday, July 21, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.20 5177 Friday, July 16, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.19 3349 Thursday, July 15, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.18 7053 Friday, July 9, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.17 3875 Wednesday, July 7, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.16 7025 Friday, July 2, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.15 5969 Wednesday, June 30, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.14 5457 Friday, June 25, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.13 7794 Thursday, June 17, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.12 6084 Wednesday, June 16, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.11 5584 Friday, June 11, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.10 4721 Wednesday, June 9, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.9 5987 Friday, June 4, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.8 3381 Wednesday, June 2, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.7 6447 Friday, May 28, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.6 4379 Wednesday, May 26, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.5 13319 Saturday, May 15, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.4 5568 Wednesday, May 12, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.3 5763 Friday, May 7, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.2 3952 Wednesday, May 5, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.1 5031 Friday, April 30, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.0 3138 Wednesday, April 28, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.39 126 Thursday, April 22, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.38 12362 Friday, April 16, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.37 4071 Wednesday, April 14, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.36 5646 Friday, April 9, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.35 426 Wednesday, April 7, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.34 9251 Friday, April 2, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.33 3537 Wednesday, March 31, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.32 562 Tuesday, March 30, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.29 53552 Tuesday, March 16, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.28 18522 Tuesday, February 23, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.27 34261 Wednesday, February 17, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.26 5941 Friday, February 12, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.25 3082 Wednesday, February 10, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.24 6752 Friday, February 5, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.23 3532 Wednesday, February 3, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.22 9947 Friday, January 29, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.21 7684 Friday, January 22, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.20 4345 Wednesday, January 20, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.19 5625 Friday, January 15, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.18 2789 Wednesday, January 13, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.17 4983 Friday, January 8, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.16 1913 Wednesday, January 6, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.15 5651 Wednesday, December 30, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.14 4080 Wednesday, December 23, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.13 4542 Friday, December 18, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.12 1923 Thursday, December 17, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.11 1703 Wednesday, December 16, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.10 5295 Friday, December 11, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.9 1693 Thursday, December 10, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.8 3102 Wednesday, December 9, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.7 4700 Friday, December 4, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.6 2470 Wednesday, December 2, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.4 6793 Wednesday, November 25, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.3 4861 Friday, November 20, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.2 2177 Wednesday, November 18, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.1 4474 Friday, November 13, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.0 4061 Wednesday, November 11, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.63 4738 Tuesday, November 10, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.62 2854 Friday, November 6, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.61 7140 Friday, October 30, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.60 4077 Wednesday, October 28, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.59 7209 Friday, October 23, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.58 3276 Wednesday, October 21, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.57 3735 Friday, October 16, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.56 9046 Friday, October 9, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.55 5571 Wednesday, October 7, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.54 4988 Friday, October 2, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.53 5923 Wednesday, September 30, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.52 4376 Friday, September 25, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.51 2418 Thursday, September 24, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.50 6575 Friday, September 18, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.49 2975 Wednesday, September 16, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.48 5255 Friday, September 11, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.47 3347 Wednesday, September 9, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.46 3874 Friday, September 4, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.45 2727 Wednesday, September 2, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.44 3225 Friday, August 28, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.43 4812 Wednesday, August 26, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.42 5747 Friday, August 21, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.41 3176 Wednesday, August 19, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.40 3655 Friday, August 14, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.39 3801 Wednesday, August 12, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.38 4251 Friday, August 7, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.37 3102 Wednesday, August 5, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.36 4066 Friday, July 31, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.35 3019 Wednesday, July 29, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.34 4529 Friday, July 24, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.33 3377 Wednesday, July 22, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.31 5607 Thursday, July 16, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.30 7977 Friday, July 10, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.29 2790 Wednesday, July 8, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.28 3985 Friday, July 3, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.27 2834 Wednesday, July 1, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.26 4459 Friday, June 26, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.25 2928 Wednesday, June 24, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.24 4425 Friday, June 19, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.23 2762 Wednesday, June 17, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.22 5566 Friday, June 12, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.21 1240 Thursday, June 11, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.20 1886 Wednesday, June 10, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.19 3640 Friday, June 5, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.18 2154 Wednesday, June 3, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.17 4610 Wednesday, May 27, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.15 3516 Thursday, May 21, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.14 5668 Friday, May 15, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.13 2545 Wednesday, May 13, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.12 4029 Friday, May 8, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.11 3295 Wednesday, May 6, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.10 6442 Tuesday, April 28, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.9 3417 Thursday, April 23, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.8 4797 Friday, April 17, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.7 6248 Tuesday, April 7, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.6 5856 Tuesday, March 31, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.5 5125 Tuesday, March 24, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.4 5523 Wednesday, March 18, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.3 5717 Tuesday, March 10, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.2 4315 Tuesday, March 3, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.1 5786 Wednesday, February 26, 2020 Approved
AWS Command Line Interface (Install) 1.36.8 427 Friday, November 22, 2024 Approved
AWS Command Line Interface (Install) 1.34.30 36 Tuesday, October 1, 2024 Approved
AWS Command Line Interface (Install) 1.33.37 34 Tuesday, August 6, 2024 Approved
AWS Command Line Interface (Install) 1.32.102 62 Friday, May 10, 2024 Approved
AWS Command Line Interface (Install) 1.32.100 50 Wednesday, May 8, 2024 Approved
AWS Command Line Interface (Install) 1.32.97 43 Friday, May 3, 2024 Approved
AWS Command Line Interface (Install) 1.32.95 54 Wednesday, May 1, 2024 Approved
AWS Command Line Interface (Install) 1.32.94 52 Tuesday, April 30, 2024 Approved
AWS Command Line Interface (Install) 1.32.92 50 Friday, April 26, 2024 Approved
AWS Command Line Interface (Install) 1.32.89 53 Tuesday, April 23, 2024 Approved
AWS Command Line Interface (Install) 1.32.87 46 Friday, April 19, 2024 Approved
AWS Command Line Interface (Install) 1.32.86 55 Wednesday, April 17, 2024 Approved
AWS Command Line Interface (Install) 1.32.85 48 Wednesday, April 17, 2024 Approved
AWS Command Line Interface (Install) 1.32.83 43 Friday, April 12, 2024 Approved
AWS Command Line Interface (Install) 1.32.81 50 Wednesday, April 10, 2024 Approved
AWS Command Line Interface (Install) 1.32.80 46 Tuesday, April 9, 2024 Approved
AWS Command Line Interface (Install) 1.32.76 40 Wednesday, April 3, 2024 Approved
AWS Command Line Interface (Install) 1.32.75 46 Tuesday, April 2, 2024 Approved
AWS Command Line Interface (Install) 1.32.73 43 Friday, March 29, 2024 Approved
AWS Command Line Interface (Install) 1.32.71 57 Wednesday, March 27, 2024 Approved
AWS Command Line Interface (Install) 1.32.70 56 Tuesday, March 26, 2024 Approved
AWS Command Line Interface (Install) 1.32.66 54 Wednesday, March 20, 2024 Approved
AWS Command Line Interface (Install) 1.32.65 51 Tuesday, March 19, 2024 Approved
AWS Command Line Interface (Install) 1.32.61 61 Wednesday, March 13, 2024 Approved
AWS Command Line Interface (Install) 1.32.58 53 Friday, March 8, 2024 Approved
AWS Command Line Interface (Install) 1.32.56 45 Wednesday, March 6, 2024 Approved
AWS Command Line Interface (Install) 1.32.53 51 Friday, March 1, 2024 Approved
AWS Command Line Interface (Install) 1.32.51 44 Wednesday, February 28, 2024 Approved
AWS Command Line Interface (Install) 1.32.50 40 Tuesday, February 27, 2024 Approved
AWS Command Line Interface (Install) 1.32.48 51 Friday, February 23, 2024 Approved
AWS Command Line Interface (Install) 1.32.45 53 Tuesday, February 20, 2024 Approved
AWS Command Line Interface (Install) 1.32.43 41 Friday, February 16, 2024 Approved
AWS Command Line Interface (Install) 1.32.40 53 Tuesday, February 13, 2024 Approved
AWS Command Line Interface (Install) 1.32.38 63 Friday, February 9, 2024 Approved
AWS Command Line Interface (Install) 1.32.36 56 Wednesday, February 7, 2024 Approved
AWS Command Line Interface (Install) 1.32.35 48 Tuesday, February 6, 2024 Approved
AWS Command Line Interface (Install) 1.32.33 49 Friday, February 2, 2024 Approved
AWS Command Line Interface (Install) 1.32.31 49 Wednesday, January 31, 2024 Approved
AWS Command Line Interface (Install) 1.32.30 58 Tuesday, January 30, 2024 Approved
AWS Command Line Interface (Install) 1.32.28 52 Friday, January 26, 2024 Approved
AWS Command Line Interface (Install) 1.32.22 43 Friday, January 19, 2024 Approved
AWS Command Line Interface (Install) 1.32.20 45 Wednesday, January 17, 2024 Approved
AWS Command Line Interface (Install) 1.32.19 57 Monday, January 15, 2024 Approved
AWS Command Line Interface (Install) 1.32.17 44 Friday, January 12, 2024 Approved
AWS Command Line Interface (Install) 1.32.15 59 Tuesday, January 9, 2024 Approved
AWS Command Line Interface (Install) 1.32.13 57 Friday, January 5, 2024 Approved
AWS Command Line Interface (Install) 1.32.6 54 Friday, December 22, 2023 Approved
AWS Command Line Interface (Install) 1.32.4 59 Wednesday, December 20, 2023 Approved
AWS Command Line Interface (Install) 1.32.3 59 Tuesday, December 19, 2023 Approved
AWS Command Line Interface (Install) 1.32.1 57 Friday, December 15, 2023 Approved
AWS Command Line Interface (Install) 1.31.13 57 Wednesday, December 13, 2023 Approved
AWS Command Line Interface (Install) 1.31.12 65 Monday, December 11, 2023 Approved
AWS Command Line Interface (Install) 1.31.10 60 Friday, December 8, 2023 Approved
AWS Command Line Interface (Install) 1.31.7 60 Tuesday, December 5, 2023 Approved
AWS Command Line Interface (Install) 1.31.6 69 Saturday, December 2, 2023 Approved
AWS Command Line Interface (Install) 1.30.4 61 Tuesday, November 21, 2023 Approved
AWS Command Line Interface (Install) 1.30.2 60 Friday, November 17, 2023 Approved
AWS Command Line Interface (Install) 1.30.0 58 Wednesday, November 15, 2023 Approved
AWS Command Line Interface (Install) 1.29.83 53 Friday, November 10, 2023 Approved
AWS Command Line Interface (Install) 1.29.82 66 Thursday, November 9, 2023 Approved
AWS Command Line Interface (Install) 1.29.80 65 Wednesday, November 8, 2023 Approved
AWS Command Line Interface (Install) 1.29.79 64 Tuesday, November 7, 2023 Approved
AWS Command Line Interface (Install) 1.29.77 60 Thursday, November 2, 2023 Approved
AWS Command Line Interface (Install) 1.29.75 58 Wednesday, November 1, 2023 Approved
AWS Command Line Interface (Install) 1.29.72 56 Friday, October 27, 2023 Approved
AWS Command Line Interface (Install) 1.29.70 59 Wednesday, October 25, 2023 Approved
AWS Command Line Interface (Install) 1.29.69 58 Tuesday, October 24, 2023 Approved
AWS Command Line Interface (Install) 1.29.67 72 Friday, October 20, 2023 Approved
AWS Command Line Interface (Install) 1.29.65 63 Wednesday, October 18, 2023 Approved
AWS Command Line Interface (Install) 1.29.64 66 Tuesday, October 17, 2023 Approved
AWS Command Line Interface (Install) 1.29.63 72 Friday, October 13, 2023 Approved
AWS Command Line Interface (Install) 1.29.61 50 Friday, October 6, 2023 Approved
AWS Command Line Interface (Install) 1.29.59 59 Wednesday, October 4, 2023 Approved
AWS Command Line Interface (Install) 1.29.57 62 Saturday, September 30, 2023 Approved
AWS Command Line Interface (Install) 1.29.55 57 Wednesday, September 27, 2023 Approved
AWS Command Line Interface (Install) 1.29.54 47 Tuesday, September 26, 2023 Approved
AWS Command Line Interface (Install) 1.29.51 73 Wednesday, September 20, 2023 Approved
AWS Command Line Interface (Install) 1.29.50 64 Tuesday, September 19, 2023 Approved
AWS Command Line Interface (Install) 1.29.48 65 Friday, September 15, 2023 Approved
AWS Command Line Interface (Install) 1.29.45 66 Tuesday, September 12, 2023 Approved
AWS Command Line Interface (Install) 1.29.43 68 Friday, September 8, 2023 Approved
AWS Command Line Interface (Install) 1.29.41 57 Wednesday, September 6, 2023 Approved
AWS Command Line Interface (Install) 1.29.36 295 Tuesday, August 29, 2023 Approved
AWS Command Line Interface (Install) 1.29.34 51 Friday, August 25, 2023 Approved
AWS Command Line Interface (Install) 1.29.32 65 Wednesday, August 23, 2023 Approved
AWS Command Line Interface (Install) 1.29.31 68 Tuesday, August 22, 2023 Approved
AWS Command Line Interface (Install) 1.29.29 67 Friday, August 18, 2023 Approved
AWS Command Line Interface (Install) 1.29.26 67 Tuesday, August 15, 2023 Approved
AWS Command Line Interface (Install) 1.29.24 71 Friday, August 11, 2023 Approved
AWS Command Line Interface (Install) 1.29.22 86 Wednesday, August 9, 2023 Approved
AWS Command Line Interface (Install) 1.29.16 86 Tuesday, August 1, 2023 Approved
AWS Command Line Interface (Install) 1.29.14 66 Friday, July 28, 2023 Approved
AWS Command Line Interface (Install) 1.29.11 63 Wednesday, July 26, 2023 Approved
AWS Command Line Interface (Install) 1.29.5 51 Wednesday, July 19, 2023 Approved
AWS Command Line Interface (Install) 1.29.4 55 Tuesday, July 18, 2023 Approved
AWS Command Line Interface (Install) 1.29.2 136 Wednesday, July 12, 2023 Approved
AWS Command Line Interface (Install) 1.29.0 183 Friday, July 7, 2023 Approved
AWS Command Line Interface (Install) 1.28.0 59 Tuesday, July 4, 2023 Approved
AWS Command Line Interface (Install) 1.27.162 58 Wednesday, June 28, 2023 Approved
AWS Command Line Interface (Install) 1.27.161 71 Tuesday, June 27, 2023 Approved
AWS Command Line Interface (Install) 1.27.159 64 Friday, June 23, 2023 Approved
AWS Command Line Interface (Install) 1.27.157 64 Wednesday, June 21, 2023 Approved
AWS Command Line Interface (Install) 1.27.156 60 Tuesday, June 20, 2023 Approved
AWS Command Line Interface (Install) 1.27.153 62 Wednesday, June 14, 2023 Approved
AWS Command Line Interface (Install) 1.27.152 51 Tuesday, June 13, 2023 Approved
AWS Command Line Interface (Install) 1.27.150 66 Friday, June 9, 2023 Approved
AWS Command Line Interface (Install) 1.27.148 55 Wednesday, June 7, 2023 Approved
AWS Command Line Interface (Install) 1.27.145 64 Friday, June 2, 2023 Approved
AWS Command Line Interface (Install) 1.27.143 57 Wednesday, May 31, 2023 Approved
AWS Command Line Interface (Install) 1.27.141 69 Friday, May 26, 2023 Approved
AWS Command Line Interface (Install) 1.27.139 56 Wednesday, May 24, 2023 Approved
AWS Command Line Interface (Install) 1.27.138 58 Tuesday, May 23, 2023 Approved
AWS Command Line Interface (Install) 1.27.135 66 Thursday, May 18, 2023 Approved
AWS Command Line Interface (Install) 1.27.134 74 Tuesday, May 16, 2023 Approved
AWS Command Line Interface (Install) 1.27.133 58 Friday, May 12, 2023 Approved
AWS Command Line Interface (Install) 1.27.131 67 Wednesday, May 10, 2023 Approved
AWS Command Line Interface (Install) 1.27.130 71 Tuesday, May 9, 2023 Approved
AWS Command Line Interface (Install) 1.27.127 55 Friday, May 5, 2023 Approved
AWS Command Line Interface (Install) 1.27.125 62 Wednesday, May 3, 2023 Approved
AWS Command Line Interface (Install) 1.27.124 58 Tuesday, May 2, 2023 Approved
AWS Command Line Interface (Install) 1.27.122 51 Friday, April 28, 2023 Approved
AWS Command Line Interface (Install) 1.27.120 75 Wednesday, April 26, 2023 Approved
AWS Command Line Interface (Install) 1.27.119 62 Tuesday, April 25, 2023 Approved
AWS Command Line Interface (Install) 1.27.113 76 Friday, April 14, 2023 Approved
AWS Command Line Interface (Install) 1.27.110 62 Tuesday, April 11, 2023 Approved
AWS Command Line Interface (Install) 1.27.106 59 Wednesday, April 5, 2023 Approved
AWS Command Line Interface (Install) 1.27.101 72 Wednesday, March 29, 2023 Approved
AWS Command Line Interface (Install) 1.27.100 73 Tuesday, March 28, 2023 Approved
AWS Command Line Interface (Install) 1.27.98 65 Friday, March 24, 2023 Approved
AWS Command Line Interface (Install) 1.27.93 63 Friday, March 17, 2023 Approved
AWS Command Line Interface (Install) 1.27.90 61 Tuesday, March 14, 2023 Approved
AWS Command Line Interface (Install) 1.27.88 80 Friday, March 10, 2023 Approved
AWS Command Line Interface (Install) 1.27.86 56 Wednesday, March 8, 2023 Approved
AWS Command Line Interface (Install) 1.27.85 69 Tuesday, March 7, 2023 Approved
AWS Command Line Interface (Install) 1.27.81 70 Wednesday, March 1, 2023 Approved
AWS Command Line Interface (Install) 1.27.80 59 Tuesday, February 28, 2023 Approved
AWS Command Line Interface (Install) 1.27.78 70 Friday, February 24, 2023 Approved
AWS Command Line Interface (Install) 1.27.75 69 Tuesday, February 21, 2023 Approved
AWS Command Line Interface (Install) 1.27.73 76 Friday, February 17, 2023 Approved
AWS Command Line Interface (Install) 1.27.71 72 Wednesday, February 15, 2023 Approved
AWS Command Line Interface (Install) 1.27.70 68 Tuesday, February 14, 2023 Approved
AWS Command Line Interface (Install) 1.27.68 69 Friday, February 10, 2023 Approved
AWS Command Line Interface (Install) 1.27.66 64 Wednesday, February 8, 2023 Approved
AWS Command Line Interface (Install) 1.27.65 71 Tuesday, February 7, 2023 Approved
AWS Command Line Interface (Install) 1.27.63 76 Friday, February 3, 2023 Approved
AWS Command Line Interface (Install) 1.27.61 70 Wednesday, February 1, 2023 Approved
AWS Command Line Interface (Install) 1.27.60 67 Tuesday, January 31, 2023 Approved
AWS Command Line Interface (Install) 1.27.58 67 Friday, January 27, 2023 Approved
AWS Command Line Interface (Install) 1.27.56 69 Wednesday, January 25, 2023 Approved
AWS Command Line Interface (Install) 1.27.53 74 Friday, January 20, 2023 Approved
AWS Command Line Interface (Install) 1.27.51 64 Wednesday, January 18, 2023 Approved
AWS Command Line Interface (Install) 1.27.49 70 Friday, January 13, 2023 Approved
AWS Command Line Interface (Install) 1.27.47 72 Wednesday, January 11, 2023 Approved
AWS Command Line Interface (Install) 1.27.46 64 Tuesday, January 10, 2023 Approved
AWS Command Line Interface (Install) 1.27.43 67 Thursday, January 5, 2023 Approved
AWS Command Line Interface (Install) 1.27.40 63 Friday, December 30, 2022 Approved
AWS Command Line Interface (Install) 1.27.38 69 Wednesday, December 28, 2022 Approved
AWS Command Line Interface (Install) 1.27.36 66 Friday, December 23, 2022 Approved
AWS Command Line Interface (Install) 1.27.33 72 Tuesday, December 20, 2022 Approved
AWS Command Line Interface (Install) 1.27.31 65 Friday, December 16, 2022 Approved
AWS Command Line Interface (Install) 1.27.29 71 Wednesday, December 14, 2022 Approved
AWS Command Line Interface (Install) 1.27.26 66 Friday, December 9, 2022 Approved
AWS Command Line Interface (Install) 1.27.24 70 Wednesday, December 7, 2022 Approved
AWS Command Line Interface (Install) 1.27.23 68 Tuesday, December 6, 2022 Approved
AWS Command Line Interface (Install) 1.27.15 89 Wednesday, November 23, 2022 Approved
AWS Command Line Interface (Install) 1.27.14 81 Tuesday, November 22, 2022 Approved
AWS Command Line Interface (Install) 1.27.12 66 Friday, November 18, 2022 Approved
AWS Command Line Interface (Install) 1.27.10 76 Wednesday, November 16, 2022 Approved
AWS Command Line Interface (Install) 1.27.9 64 Tuesday, November 15, 2022 Approved
AWS Command Line Interface (Install) 1.27.7 71 Friday, November 11, 2022 Approved
AWS Command Line Interface (Install) 1.27.4 67 Tuesday, November 8, 2022 Approved
AWS Command Line Interface (Install) 1.27.3 77 Saturday, November 5, 2022 Approved
AWS Command Line Interface (Install) 1.27.2 84 Friday, November 4, 2022 Approved
AWS Command Line Interface (Install) 1.27.0 87 Wednesday, November 2, 2022 Approved
AWS Command Line Interface (Install) 1.26.5 81 Tuesday, November 1, 2022 Approved
AWS Command Line Interface (Install) 1.26.3 63 Friday, October 28, 2022 Approved
AWS Command Line Interface (Install) 1.26.1 60 Wednesday, October 26, 2022 Approved
AWS Command Line Interface (Install) 1.26.0 92 Tuesday, October 25, 2022 Approved
AWS Command Line Interface (Install) 1.25.96 65 Friday, October 21, 2022 Approved
AWS Command Line Interface (Install) 1.25.94 81 Wednesday, October 19, 2022 Approved
AWS Command Line Interface (Install) 1.25.93 74 Tuesday, October 18, 2022 Approved
AWS Command Line Interface (Install) 1.25.92 67 Saturday, October 15, 2022 Approved
AWS Command Line Interface (Install) 1.25.89 80 Friday, October 7, 2022 Approved
AWS Command Line Interface (Install) 1.25.87 57 Wednesday, October 5, 2022 Approved
AWS Command Line Interface (Install) 1.25.83 64 Wednesday, September 28, 2022 Approved
AWS Command Line Interface (Install) 1.25.82 74 Tuesday, September 27, 2022 Approved
AWS Command Line Interface (Install) 1.25.78 78 Wednesday, September 21, 2022 Approved
AWS Command Line Interface (Install) 1.25.77 72 Monday, September 19, 2022 Approved
AWS Command Line Interface (Install) 1.25.75 80 Friday, September 16, 2022 Approved
AWS Command Line Interface (Install) 1.25.73 85 Wednesday, September 14, 2022 Approved
AWS Command Line Interface (Install) 1.25.68 78 Wednesday, September 7, 2022 Approved
AWS Command Line Interface (Install) 1.25.66 84 Friday, September 2, 2022 Approved
AWS Command Line Interface (Install) 1.25.64 94 Wednesday, August 31, 2022 Approved
AWS Command Line Interface (Install) 1.25.63 81 Tuesday, August 30, 2022 Approved
AWS Command Line Interface (Install) 1.25.62 66 Saturday, August 27, 2022 Approved
AWS Command Line Interface (Install) 1.25.59 78 Wednesday, August 24, 2022 Approved
AWS Command Line Interface (Install) 1.25.58 90 Tuesday, August 23, 2022 Approved
AWS Command Line Interface (Install) 1.25.56 76 Friday, August 19, 2022 Approved
AWS Command Line Interface (Install) 1.25.55 82 Thursday, August 18, 2022 Approved
AWS Command Line Interface (Install) 1.25.51 84 Saturday, August 13, 2022 Approved
AWS Command Line Interface (Install) 1.25.49 80 Thursday, August 11, 2022 Approved
AWS Command Line Interface (Install) 1.25.48 86 Wednesday, August 10, 2022 Approved
AWS Command Line Interface (Install) 1.25.46 85 Friday, August 5, 2022 Approved
AWS Command Line Interface (Install) 1.25.43 76 Tuesday, August 2, 2022 Approved
AWS Command Line Interface (Install) 1.25.42 79 Monday, August 1, 2022 Approved
AWS Command Line Interface (Install) 1.25.40 86 Friday, July 29, 2022 Approved
AWS Command Line Interface (Install) 1.25.38 76 Wednesday, July 27, 2022 Approved
AWS Command Line Interface (Install) 1.25.37 71 Tuesday, July 26, 2022 Approved
AWS Command Line Interface (Install) 1.25.35 63 Friday, July 22, 2022 Approved
AWS Command Line Interface (Install) 1.25.32 68 Tuesday, July 19, 2022 Approved
AWS Command Line Interface (Install) 1.25.28 75 Wednesday, July 13, 2022 Approved
AWS Command Line Interface (Install) 1.25.25 69 Friday, July 8, 2022 Approved
AWS Command Line Interface (Install) 1.25.23 83 Wednesday, July 6, 2022 Approved
AWS Command Line Interface (Install) 1.25.22 80 Saturday, July 2, 2022 Approved
AWS Command Line Interface (Install) 1.25.21 78 Friday, July 1, 2022 Approved
AWS Command Line Interface (Install) 1.25.19 78 Wednesday, June 29, 2022 Approved
AWS Command Line Interface (Install) 1.25.18 77 Tuesday, June 28, 2022 Approved
AWS Command Line Interface (Install) 1.25.16 80 Friday, June 24, 2022 Approved
AWS Command Line Interface (Install) 1.25.14 75 Wednesday, June 22, 2022 Approved
AWS Command Line Interface (Install) 1.25.13 82 Tuesday, June 21, 2022 Approved
AWS Command Line Interface (Install) 1.25.10 92 Thursday, June 16, 2022 Approved
AWS Command Line Interface (Install) 1.25.9 67 Wednesday, June 15, 2022 Approved
AWS Command Line Interface (Install) 1.25.8 106 Tuesday, June 14, 2022 Approved
AWS Command Line Interface (Install) 1.25.7 81 Saturday, June 11, 2022 Approved
AWS Command Line Interface (Install) 1.25.6 76 Friday, June 10, 2022 Approved
AWS Command Line Interface (Install) 1.25.4 70 Wednesday, June 8, 2022 Approved
AWS Command Line Interface (Install) 1.25.3 83 Tuesday, June 7, 2022 Approved
AWS Command Line Interface (Install) 1.25.2 79 Friday, June 3, 2022 Approved
AWS Command Line Interface (Install) 1.25.0 98 Wednesday, June 1, 2022 Approved
AWS Command Line Interface (Install) 1.24.9 80 Friday, May 27, 2022 Approved
AWS Command Line Interface (Install) 1.24.7 104 Wednesday, May 25, 2022 Approved
AWS Command Line Interface (Install) 1.24.6 98 Tuesday, May 24, 2022 Approved
AWS Command Line Interface (Install) 1.24.4 94 Friday, May 20, 2022 Approved
AWS Command Line Interface (Install) 1.24.2 96 Wednesday, May 18, 2022 Approved
AWS Command Line Interface (Install) 1.24.1 92 Tuesday, May 17, 2022 Approved
AWS Command Line Interface (Install) 1.23.13 91 Friday, May 13, 2022 Approved
AWS Command Line Interface (Install) 1.23.11 95 Wednesday, May 11, 2022 Approved
AWS Command Line Interface (Install) 1.23.6 120 Wednesday, May 4, 2022 Approved
AWS Command Line Interface (Install) 1.23.5 82 Tuesday, May 3, 2022 Approved
AWS Command Line Interface (Install) 1.23.3 79 Thursday, April 28, 2022 Approved
AWS Command Line Interface (Install) 1.23.1 86 Wednesday, April 27, 2022 Approved
AWS Command Line Interface (Install) 1.23.0 119 Tuesday, April 26, 2022 Approved
AWS Command Line Interface (Install) 1.22.101 91 Saturday, April 23, 2022 Approved
AWS Command Line Interface (Install) 1.22.98 78 Wednesday, April 20, 2022 Approved
AWS Command Line Interface (Install) 1.22.96 93 Friday, April 15, 2022 Approved
AWS Command Line Interface (Install) 1.22.94 92 Wednesday, April 13, 2022 Approved
AWS Command Line Interface (Install) 1.22.93 89 Tuesday, April 12, 2022 Approved
AWS Command Line Interface (Install) 1.22.89 99 Wednesday, April 6, 2022 Approved
AWS Command Line Interface (Install) 1.22.88 88 Tuesday, April 5, 2022 Approved
AWS Command Line Interface (Install) 1.22.86 93 Friday, April 1, 2022 Approved
AWS Command Line Interface (Install) 1.22.84 80 Wednesday, March 30, 2022 Approved
AWS Command Line Interface (Install) 1.22.81 84 Friday, March 25, 2022 Approved
AWS Command Line Interface (Install) 1.22.79 81 Wednesday, March 23, 2022 Approved
AWS Command Line Interface (Install) 1.22.78 85 Tuesday, March 22, 2022 Approved
AWS Command Line Interface (Install) 1.22.77 210 Saturday, March 19, 2022 Approved
AWS Command Line Interface (Install) 1.22.74 89 Tuesday, March 15, 2022 Approved
AWS Command Line Interface (Install) 1.22.71 93 Thursday, March 10, 2022 Approved
AWS Command Line Interface (Install) 1.22.69 90 Tuesday, March 8, 2022 Approved
AWS Command Line Interface (Install) 1.22.68 87 Saturday, March 5, 2022 Approved
AWS Command Line Interface (Install) 1.22.66 86 Thursday, March 3, 2022 Approved
AWS Command Line Interface (Install) 1.22.64 80 Tuesday, March 1, 2022 Approved
AWS Command Line Interface (Install) 1.22.63 85 Saturday, February 26, 2022 Approved
AWS Command Line Interface (Install) 1.22.61 86 Thursday, February 24, 2022 Approved
AWS Command Line Interface (Install) 1.22.59 96 Tuesday, February 22, 2022 Approved
AWS Command Line Interface (Install) 1.22.58 93 Saturday, February 19, 2022 Approved
AWS Command Line Interface (Install) 1.22.56 86 Thursday, February 17, 2022 Approved
AWS Command Line Interface (Install) 1.22.55 87 Tuesday, February 15, 2022 Approved
AWS Command Line Interface (Install) 1.22.54 127 Saturday, February 12, 2022 Approved
AWS Command Line Interface (Install) 1.22.52 100 Thursday, February 10, 2022 Approved
AWS Command Line Interface (Install) 1.22.50 85 Tuesday, February 8, 2022 Approved
AWS Command Line Interface (Install) 1.22.49 77 Saturday, February 5, 2022 Approved
AWS Command Line Interface (Install) 1.22.47 94 Thursday, February 3, 2022 Approved
AWS Command Line Interface (Install) 1.22.46 103 Saturday, January 29, 2022 Approved
AWS Command Line Interface (Install) 1.22.44 105 Thursday, January 27, 2022 Approved
AWS Command Line Interface (Install) 1.22.42 108 Monday, January 24, 2022 Approved
AWS Command Line Interface (Install) 1.22.39 110 Thursday, January 20, 2022 Approved
AWS Command Line Interface (Install) 1.22.37 121 Saturday, January 15, 2022 Approved
AWS Command Line Interface (Install) 1.22.34 88 Thursday, January 13, 2022 Approved
AWS Command Line Interface (Install) 1.22.32 91 Monday, January 10, 2022 Approved
AWS Command Line Interface (Install) 1.22.31 100 Saturday, January 8, 2022 Approved
AWS Command Line Interface (Install) 1.22.29 90 Thursday, January 6, 2022 Approved
AWS Command Line Interface (Install) 1.22.25 187 Tuesday, December 21, 2021 Approved
AWS Command Line Interface (Install) 1.22.24 95 Tuesday, December 14, 2021 Approved
AWS Command Line Interface (Install) 1.22.22 99 Thursday, December 9, 2021 Approved
AWS Command Line Interface (Install) 1.22.21 80 Tuesday, December 7, 2021 Approved
AWS Command Line Interface (Install) 1.22.13 115 Thursday, November 25, 2021 Approved
AWS Command Line Interface (Install) 1.22.11 102 Tuesday, November 23, 2021 Approved
AWS Command Line Interface (Install) 1.22.10 86 Saturday, November 20, 2021 Approved
AWS Command Line Interface (Install) 1.22.8 110 Thursday, November 18, 2021 Approved
AWS Command Line Interface (Install) 1.22.6 106 Tuesday, November 16, 2021 Approved
AWS Command Line Interface (Install) 1.22.5 105 Saturday, November 13, 2021 Approved
AWS Command Line Interface (Install) 1.22.3 125 Thursday, November 11, 2021 Approved
AWS Command Line Interface (Install) 1.22.1 101 Tuesday, November 9, 2021 Approved
AWS Command Line Interface (Install) 1.21.12 173 Saturday, November 6, 2021 Approved
AWS Command Line Interface (Install) 1.21.0 99 Thursday, October 21, 2021 Approved
AWS Command Line Interface (Install) 1.20.64 95 Tuesday, October 19, 2021 Approved
AWS Command Line Interface (Install) 1.20.63 103 Saturday, October 16, 2021 Approved
AWS Command Line Interface (Install) 1.20.61 106 Thursday, October 14, 2021 Approved
AWS Command Line Interface (Install) 1.20.58 221 Saturday, October 9, 2021 Approved
AWS Command Line Interface (Install) 1.20.57 124 Friday, October 8, 2021 Approved
AWS Command Line Interface (Install) 1.20.56 109 Thursday, October 7, 2021 Approved
AWS Command Line Interface (Install) 1.20.54 104 Tuesday, October 5, 2021 Approved
AWS Command Line Interface (Install) 1.20.53 102 Saturday, October 2, 2021 Approved
AWS Command Line Interface (Install) 1.20.51 100 Thursday, September 30, 2021 Approved
AWS Command Line Interface (Install) 1.20.49 109 Tuesday, September 28, 2021 Approved
AWS Command Line Interface (Install) 1.20.48 106 Saturday, September 25, 2021 Approved
AWS Command Line Interface (Install) 1.20.46 103 Thursday, September 23, 2021 Approved
AWS Command Line Interface (Install) 1.20.44 126 Saturday, September 18, 2021 Approved
AWS Command Line Interface (Install) 1.20.40 137 Saturday, September 11, 2021 Approved
AWS Command Line Interface (Install) 1.20.38 111 Thursday, September 9, 2021 Approved
AWS Command Line Interface (Install) 1.20.36 99 Saturday, September 4, 2021 Approved
AWS Command Line Interface (Install) 1.20.34 122 Thursday, September 2, 2021 Approved
AWS Command Line Interface (Install) 1.20.32 107 Tuesday, August 31, 2021 Approved
AWS Command Line Interface (Install) 1.20.31 98 Saturday, August 28, 2021 Approved
AWS Command Line Interface (Install) 1.20.29 97 Thursday, August 26, 2021 Approved
AWS Command Line Interface (Install) 1.20.27 113 Tuesday, August 24, 2021 Approved
AWS Command Line Interface (Install) 1.20.26 156 Saturday, August 21, 2021 Approved
AWS Command Line Interface (Install) 1.20.24 106 Thursday, August 19, 2021 Approved
AWS Command Line Interface (Install) 1.20.23 128 Tuesday, August 17, 2021 Approved
AWS Command Line Interface (Install) 1.20.22 92 Tuesday, August 17, 2021 Approved
AWS Command Line Interface (Install) 1.20.21 117 Saturday, August 14, 2021 Approved
AWS Command Line Interface (Install) 1.20.19 112 Thursday, August 12, 2021 Approved
AWS Command Line Interface (Install) 1.20.17 106 Tuesday, August 10, 2021 Approved
AWS Command Line Interface (Install) 1.20.16 112 Saturday, August 7, 2021 Approved
AWS Command Line Interface (Install) 1.20.15 124 Thursday, August 5, 2021 Approved
AWS Command Line Interface (Install) 1.20.14 113 Thursday, August 5, 2021 Approved
AWS Command Line Interface (Install) 1.20.12 98 Tuesday, August 3, 2021 Approved
AWS Command Line Interface (Install) 1.20.9 110 Thursday, July 29, 2021 Approved
AWS Command Line Interface (Install) 1.20.7 119 Tuesday, July 27, 2021 Approved
AWS Command Line Interface (Install) 1.20.6 120 Saturday, July 24, 2021 Approved
AWS Command Line Interface (Install) 1.20.4 100 Thursday, July 22, 2021 Approved
AWS Command Line Interface (Install) 1.20.2 109 Monday, July 19, 2021 Approved
AWS Command Line Interface (Install) 1.20.1 119 Saturday, July 17, 2021 Approved
AWS Command Line Interface (Install) 1.19.111 89 Wednesday, July 14, 2021 Approved
AWS Command Line Interface (Install) 1.19.110 110 Tuesday, July 13, 2021 Approved
AWS Command Line Interface (Install) 1.19.109 110 Saturday, July 10, 2021 Approved
AWS Command Line Interface (Install) 1.19.107 98 Thursday, July 8, 2021 Approved
AWS Command Line Interface (Install) 1.19.105 109 Friday, July 2, 2021 Approved
AWS Command Line Interface (Install) 1.19.103 1179 Thursday, July 1, 2021 Approved
AWS Command Line Interface (Install) 1.19.102 119 Tuesday, June 29, 2021 Approved
AWS Command Line Interface (Install) 1.19.101 106 Saturday, June 26, 2021 Approved
AWS Command Line Interface (Install) 1.19.99 123 Thursday, June 24, 2021 Approved
AWS Command Line Interface (Install) 1.19.98 95 Tuesday, June 22, 2021 Approved
AWS Command Line Interface (Install) 1.19.96 111 Thursday, June 17, 2021 Approved
AWS Command Line Interface (Install) 1.19.94 118 Tuesday, June 15, 2021 Approved
AWS Command Line Interface (Install) 1.19.93 110 Saturday, June 12, 2021 Approved
AWS Command Line Interface (Install) 1.19.92 109 Thursday, June 10, 2021 Approved
AWS Command Line Interface (Install) 1.19.91 113 Thursday, June 10, 2021 Approved
AWS Command Line Interface (Install) 1.19.89 109 Tuesday, June 8, 2021 Approved
AWS Command Line Interface (Install) 1.19.88 103 Saturday, June 5, 2021 Approved
AWS Command Line Interface (Install) 1.19.86 104 Thursday, June 3, 2021 Approved
AWS Command Line Interface (Install) 1.19.84 99 Saturday, May 29, 2021 Approved
AWS Command Line Interface (Install) 1.19.82 106 Thursday, May 27, 2021 Approved
AWS Command Line Interface (Install) 1.19.79 113 Tuesday, May 25, 2021 Approved
AWS Command Line Interface (Install) 1.19.78 105 Saturday, May 22, 2021 Approved
AWS Command Line Interface (Install) 1.19.77 98 Friday, May 21, 2021 Approved
AWS Command Line Interface (Install) 1.19.76 103 Thursday, May 20, 2021 Approved
AWS Command Line Interface (Install) 1.19.75 113 Wednesday, May 19, 2021 Approved
AWS Command Line Interface (Install) 1.19.74 115 Tuesday, May 18, 2021 Approved
AWS Command Line Interface (Install) 1.19.72 106 Friday, May 14, 2021 Approved
AWS Command Line Interface (Install) 1.19.70 113 Tuesday, May 11, 2021 Approved
AWS Command Line Interface (Install) 1.19.69 121 Saturday, May 8, 2021 Approved
AWS Command Line Interface (Install) 1.19.67 126 Thursday, May 6, 2021 Approved
AWS Command Line Interface (Install) 1.19.64 118 Monday, May 3, 2021 Approved
AWS Command Line Interface (Install) 1.19.62 125 Saturday, May 1, 2021 Approved
AWS Command Line Interface (Install) 1.19.60 96 Thursday, April 29, 2021 Approved
AWS Command Line Interface (Install) 1.19.58 110 Tuesday, April 27, 2021 Approved
AWS Command Line Interface (Install) 1.19.57 96 Saturday, April 24, 2021 Approved
AWS Command Line Interface (Install) 1.19.56 104 Friday, April 23, 2021 Approved
AWS Command Line Interface (Install) 1.19.54 109 Tuesday, April 20, 2021 Approved
AWS Command Line Interface (Install) 1.19.52 107 Thursday, April 15, 2021 Approved
AWS Command Line Interface (Install) 1.19.50 91 Tuesday, April 13, 2021 Approved
AWS Command Line Interface (Install) 1.19.49 110 Saturday, April 10, 2021 Approved
AWS Command Line Interface (Install) 1.19.45 114 Tuesday, April 6, 2021 Approved
AWS Command Line Interface (Install) 1.19.44 100 Saturday, April 3, 2021 Approved
AWS Command Line Interface (Install) 1.19.42 98 Thursday, April 1, 2021 Approved
AWS Command Line Interface (Install) 1.19.40 96 Monday, March 29, 2021 Approved
AWS Command Line Interface (Install) 1.19.39 118 Saturday, March 27, 2021 Approved
AWS Command Line Interface (Install) 1.19.37 118 Thursday, March 25, 2021 Approved
AWS Command Line Interface (Install) 1.19.35 128 Wednesday, March 24, 2021 Approved
AWS Command Line Interface (Install) 1.19.34 114 Tuesday, March 23, 2021 Approved
AWS Command Line Interface (Install) 1.19.32 104 Friday, March 19, 2021 Approved
AWS Command Line Interface (Install) 1.19.30 131 Thursday, March 18, 2021 Approved
AWS Command Line Interface (Install) 1.19.29 103 Wednesday, March 17, 2021 Approved
AWS Command Line Interface (Install) 1.19.28 147 Tuesday, March 16, 2021 Approved
AWS Command Line Interface (Install) 1.19.27 122 Saturday, March 13, 2021 Approved
AWS Command Line Interface (Install) 1.19.26 4342 Thursday, March 11, 2021 Approved
AWS Command Line Interface (Install) 1.19.25 123 Thursday, March 11, 2021 Approved
AWS Command Line Interface (Install) 1.19.23 128 Tuesday, March 9, 2021 Approved
AWS Command Line Interface (Install) 1.19.22 104 Saturday, March 6, 2021 Approved
AWS Command Line Interface (Install) 1.19.21 118 Friday, March 5, 2021 Approved
AWS Command Line Interface (Install) 1.19.20 121 Thursday, March 4, 2021 Approved
AWS Command Line Interface (Install) 1.19.19 135 Wednesday, March 3, 2021 Approved
AWS Command Line Interface (Install) 1.19.17 132 Saturday, February 27, 2021 Approved
AWS Command Line Interface (Install) 1.19.16 125 Friday, February 26, 2021 Approved
AWS Command Line Interface (Install) 1.19.15 113 Thursday, February 25, 2021 Approved
AWS Command Line Interface (Install) 1.19.13 99 Tuesday, February 23, 2021 Approved
AWS Command Line Interface (Install) 1.19.12 116 Saturday, February 20, 2021 Approved
AWS Command Line Interface (Install) 1.19.11 111 Friday, February 19, 2021 Approved
AWS Command Line Interface (Install) 1.19.10 123 Thursday, February 18, 2021 Approved
AWS Command Line Interface (Install) 1.19.8 102 Tuesday, February 16, 2021 Approved
AWS Command Line Interface (Install) 1.19.7 134 Saturday, February 13, 2021 Approved
AWS Command Line Interface (Install) 1.19.4 141 Tuesday, February 9, 2021 Approved
AWS Command Line Interface (Install) 1.19.3 222 Saturday, February 6, 2021 Approved
AWS Command Line Interface (Install) 1.19.1 143 Thursday, February 4, 2021 Approved
AWS Command Line Interface (Install) 1.18.223 125 Saturday, January 30, 2021 Approved
AWS Command Line Interface (Install) 1.18.221 127 Thursday, January 28, 2021 Approved
AWS Command Line Interface (Install) 1.18.220 129 Wednesday, January 27, 2021 Approved
AWS Command Line Interface (Install) 1.18.219 149 Saturday, January 23, 2021 Approved
AWS Command Line Interface (Install) 1.18.216 112 Saturday, January 16, 2021 Approved
AWS Command Line Interface (Install) 1.18.214 140 Thursday, January 14, 2021 Approved
AWS Command Line Interface (Install) 1.18.212 132 Tuesday, January 12, 2021 Approved
AWS Command Line Interface (Install) 1.18.210 123 Thursday, January 7, 2021 Approved
AWS Command Line Interface (Install) 1.18.208 132 Tuesday, January 5, 2021 Approved
AWS Command Line Interface (Install) 1.18.207 112 Friday, January 1, 2021 Approved
AWS Command Line Interface (Install) 1.18.206 125 Thursday, December 31, 2020 Approved
AWS Command Line Interface (Install) 1.18.205 127 Tuesday, December 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.204 114 Monday, December 28, 2020 Approved
AWS Command Line Interface (Install) 1.18.201 117 Tuesday, December 22, 2020 Approved
AWS Command Line Interface (Install) 1.18.200 178 Friday, December 18, 2020 Approved
AWS Command Line Interface (Install) 1.18.197 114 Tuesday, December 15, 2020 Approved
AWS Command Line Interface (Install) 1.18.196 122 Tuesday, December 15, 2020 Approved
AWS Command Line Interface (Install) 1.18.195 2009 Saturday, December 12, 2020 Approved
AWS Command Line Interface (Install) 1.18.193 106 Wednesday, December 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.191 110 Tuesday, December 8, 2020 Approved
AWS Command Line Interface (Install) 1.18.190 121 Saturday, December 5, 2020 Approved
AWS Command Line Interface (Install) 1.18.184 131 Tuesday, November 24, 2020 Approved
AWS Command Line Interface (Install) 1.18.183 129 Saturday, November 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.181 144 Thursday, November 19, 2020 Approved
AWS Command Line Interface (Install) 1.18.179 135 Tuesday, November 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.178 141 Saturday, November 14, 2020 Approved
AWS Command Line Interface (Install) 1.18.176 114 Thursday, November 12, 2020 Approved
AWS Command Line Interface (Install) 1.18.174 123 Monday, November 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.173 130 Saturday, November 7, 2020 Approved
AWS Command Line Interface (Install) 1.18.171 199 Thursday, November 5, 2020 Approved
AWS Command Line Interface (Install) 1.18.170 148 Tuesday, November 3, 2020 Approved
AWS Command Line Interface (Install) 1.18.167 146 Thursday, October 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.165 255 Tuesday, October 27, 2020 Approved
AWS Command Line Interface (Install) 1.18.164 158 Saturday, October 24, 2020 Approved
AWS Command Line Interface (Install) 1.18.162 153 Thursday, October 22, 2020 Approved
AWS Command Line Interface (Install) 1.18.160 134 Tuesday, October 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.159 116 Saturday, October 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.157 195 Saturday, October 10, 2020 Approved
AWS Command Line Interface (Install) 1.18.153 136 Tuesday, October 6, 2020 Approved
AWS Command Line Interface (Install) 1.18.152 200 Saturday, October 3, 2020 Approved
AWS Command Line Interface (Install) 1.18.150 140 Thursday, October 1, 2020 Approved
AWS Command Line Interface (Install) 1.18.148 138 Tuesday, September 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.147 166 Saturday, September 26, 2020 Approved
AWS Command Line Interface (Install) 1.18.146 118 Thursday, September 24, 2020 Approved
AWS Command Line Interface (Install) 1.18.144 120 Wednesday, September 23, 2020 Approved
AWS Command Line Interface (Install) 1.18.143 133 Tuesday, September 22, 2020 Approved
AWS Command Line Interface (Install) 1.18.142 129 Saturday, September 19, 2020 Approved
AWS Command Line Interface (Install) 1.18.141 420 Thursday, September 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.140 142 Thursday, September 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.138 114 Tuesday, September 15, 2020 Approved
AWS Command Line Interface (Install) 1.18.137 131 Saturday, September 12, 2020 Approved
AWS Command Line Interface (Install) 1.18.133 180 Saturday, September 5, 2020 Approved
AWS Command Line Interface (Install) 1.18.131 141 Thursday, September 3, 2020 Approved
AWS Command Line Interface (Install) 1.18.129 147 Tuesday, September 1, 2020 Approved
AWS Command Line Interface (Install) 1.18.128 150 Saturday, August 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.126 187 Thursday, August 27, 2020 Approved
AWS Command Line Interface (Install) 1.18.125 155 Tuesday, August 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.123 162 Thursday, August 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.121 190 Tuesday, August 18, 2020 Approved
AWS Command Line Interface (Install) 1.18.120 144 Saturday, August 15, 2020 Approved
AWS Command Line Interface (Install) 1.18.119 136 Thursday, August 13, 2020 Approved
AWS Command Line Interface (Install) 1.18.116 7197 Monday, August 10, 2020 Approved
AWS Command Line Interface (Install) 1.18.115 157 Saturday, August 8, 2020 Approved
AWS Command Line Interface (Install) 1.18.113 190 Thursday, August 6, 2020 Approved
AWS Command Line Interface (Install) 1.18.111 189 Tuesday, August 4, 2020 Approved
AWS Command Line Interface (Install) 1.18.110 191 Saturday, August 1, 2020 Approved
AWS Command Line Interface (Install) 1.18.108 173 Thursday, July 30, 2020 Approved
AWS Command Line Interface (Install) 1.18.106 188 Tuesday, July 28, 2020 Approved
AWS Command Line Interface (Install) 1.18.105 191 Saturday, July 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.103 225 Thursday, July 23, 2020 Approved
AWS Command Line Interface (Install) 1.18.101 1307 Tuesday, July 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.100 188 Saturday, July 18, 2020 Approved
AWS Command Line Interface (Install) 1.18.96 213 Thursday, July 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.94 238 Tuesday, July 7, 2020 Approved
AWS Command Line Interface (Install) 1.18.92 211 Thursday, July 2, 2020 Approved
AWS Command Line Interface (Install) 1.18.90 215 Tuesday, June 30, 2020 Approved
AWS Command Line Interface (Install) 1.18.89 260 Saturday, June 27, 2020 Approved
AWS Command Line Interface (Install) 1.18.87 219 Thursday, June 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.85 224 Tuesday, June 23, 2020 Approved
AWS Command Line Interface (Install) 1.18.84 250 Saturday, June 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.82 209 Thursday, June 18, 2020 Approved
AWS Command Line Interface (Install) 1.18.80 297 Tuesday, June 16, 2020 Approved
AWS Command Line Interface (Install) 1.18.79 230 Saturday, June 13, 2020 Approved
AWS Command Line Interface (Install) 1.18.75 196 Tuesday, June 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.74 233 Saturday, June 6, 2020 Approved
AWS Command Line Interface (Install) 1.18.72 234 Thursday, June 4, 2020 Approved
AWS Command Line Interface (Install) 1.18.70 230 Tuesday, June 2, 2020 Approved
AWS Command Line Interface (Install) 1.18.69 6618 Friday, May 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.68 245 Thursday, May 28, 2020 Approved
AWS Command Line Interface (Install) 1.18.65 33183 Thursday, May 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.63 202 Wednesday, May 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.62 245 Tuesday, May 19, 2020 Approved
AWS Command Line Interface (Install) 1.18.61 222 Saturday, May 16, 2020 Approved
AWS Command Line Interface (Install) 1.18.57 209 Tuesday, May 12, 2020 Approved
AWS Command Line Interface (Install) 1.18.56 273 Saturday, May 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.54 231 Thursday, May 7, 2020 Approved
AWS Command Line Interface (Install) 1.18.52 226 Tuesday, May 5, 2020 Approved
AWS Command Line Interface (Install) 1.18.51 298 Saturday, May 2, 2020 Approved
AWS Command Line Interface (Install) 1.18.50 187 Friday, May 1, 2020 Approved
AWS Command Line Interface (Install) 1.18.49 222 Thursday, April 30, 2020 Approved
AWS Command Line Interface (Install) 1.18.46 394 Saturday, April 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.43 237 Wednesday, April 22, 2020 Approved
AWS Command Line Interface (Install) 1.18.42 564 Tuesday, April 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.41 214 Friday, April 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.39 241 Thursday, April 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.36 386 Saturday, April 4, 2020 Approved
AWS Command Line Interface (Install) 1.18.35 221 Friday, April 3, 2020 Approved
AWS Command Line Interface (Install) 1.18.34 193 Thursday, April 2, 2020 Approved
AWS Command Line Interface (Install) 1.18.31 245 Saturday, March 28, 2020 Approved
AWS Command Line Interface (Install) 1.18.30 257 Thursday, March 26, 2020 Approved
AWS Command Line Interface (Install) 1.18.29 201 Thursday, March 26, 2020 Approved
AWS Command Line Interface (Install) 1.18.28 330 Wednesday, March 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.26 262 Saturday, March 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.25 250 Friday, March 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.24 237 Thursday, March 19, 2020 Approved
AWS Command Line Interface (Install) 1.18.22 210 Tuesday, March 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.21 272 Saturday, March 14, 2020 Approved
AWS Command Line Interface (Install) 1.18.20 237 Friday, March 13, 2020 Approved
AWS Command Line Interface (Install) 1.18.19 241 Thursday, March 12, 2020 Approved
AWS Command Line Interface (Install) 1.18.16 190 Saturday, March 7, 2020 Approved
AWS Command Line Interface (Install) 1.18.15 179 Friday, March 6, 2020 Approved
AWS Command Line Interface (Install) 1.18.14 247 Thursday, March 5, 2020 Approved
AWS Command Line Interface (Install) 1.18.11 22883 Saturday, February 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.9 5898 Friday, February 28, 2020 Approved
AWS Command Line Interface (Install) 1.18.6 3742 Tuesday, February 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.5 4437 Friday, February 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.4 1237 Friday, February 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.3 1428 Thursday, February 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.2 1410 Wednesday, February 19, 2020 Approved
AWS Command Line Interface (Install) 1.18.1 1682 Tuesday, February 18, 2020 Approved
AWS Command Line Interface (Install) 1.18.0 1995 Saturday, February 15, 2020 Approved
AWS Command Line Interface (Install) 1.17.17 4237 Friday, February 14, 2020 Approved
AWS Command Line Interface (Install) 1.17.16 3392 Thursday, February 13, 2020 Approved
AWS Command Line Interface (Install) 1.17.15 1562 Wednesday, February 12, 2020 Approved
AWS Command Line Interface (Install) 1.17.13 3069 Saturday, February 8, 2020 Approved
AWS Command Line Interface (Install) 1.17.12 1249 Friday, February 7, 2020 Approved
AWS Command Line Interface (Install) 1.17.11 182 Thursday, February 6, 2020 Approved
AWS Command Line Interface (Install) 1.17.10 201 Wednesday, February 5, 2020 Approved
AWS Command Line Interface (Install) 1.17.9 8294 Saturday, January 25, 2020 Approved
AWS Command Line Interface (Install) 1.17.8 966 Friday, January 24, 2020 Approved
AWS Command Line Interface (Install) 1.17.7 3057 Wednesday, January 22, 2020 Approved
AWS Command Line Interface (Install) 1.17.6 297 Tuesday, January 21, 2020 Approved
AWS Command Line Interface (Install) 1.17.5 2585 Saturday, January 18, 2020 Approved
AWS Command Line Interface (Install) 1.17.4 1233 Friday, January 17, 2020 Approved
AWS Command Line Interface (Install) 1.17.3 1123 Thursday, January 16, 2020 Approved
AWS Command Line Interface (Install) 1.17.2 2048 Tuesday, January 14, 2020 Approved
AWS Command Line Interface (Install) 1.17.1 1203 Tuesday, January 14, 2020 Approved
AWS Command Line Interface (Install) 1.17.0 2059 Saturday, January 11, 2020 Approved
AWS Command Line Interface (Install) 1.16.314 1407 Friday, January 10, 2020 Approved
AWS Command Line Interface (Install) 1.16.313 1433 Thursday, January 9, 2020 Approved
AWS Command Line Interface (Install) 1.16.312 1133 Wednesday, January 8, 2020 Approved
AWS Command Line Interface (Install) 1.16.311 1365 Tuesday, January 7, 2020 Approved
AWS Command Line Interface (Install) 1.16.310 202 Friday, January 3, 2020 Approved
AWS Command Line Interface (Install) 1.16.309 1452 Tuesday, December 24, 2019 Approved
AWS Command Line Interface (Install) 1.16.308 5847 Saturday, December 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.307 1084 Friday, December 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.305 2057 Wednesday, December 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.303 2550 Saturday, December 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.302 1199 Friday, December 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.301 1550 Thursday, December 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.300 1312 Wednesday, December 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.299 1559 Tuesday, December 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.298 2576 Friday, December 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.297 1324 Thursday, December 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.296 1370 Wednesday, December 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.294 837 Tuesday, December 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.292 4791 Wednesday, November 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.291 1387 Tuesday, November 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.290 2109 Saturday, November 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.289 1228 Friday, November 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.287 1324 Thursday, November 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.286 1769 Wednesday, November 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.284 1571 Tuesday, November 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.283 2228 Saturday, November 16, 2019 Approved
AWS Command Line Interface (Install) 1.16.282 1292 Friday, November 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.281 1589 Thursday, November 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.280 1535 Wednesday, November 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.279 1491 Tuesday, November 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.278 2106 Saturday, November 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.277 2692 Friday, November 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.276 1417 Thursday, November 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.274 1662 Tuesday, November 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.273 1316 Tuesday, November 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.272 2112 Saturday, November 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.271 1029 Friday, November 1, 2019 Approved
AWS Command Line Interface (Install) 1.16.270 1522 Thursday, October 31, 2019 Approved
AWS Command Line Interface (Install) 1.16.269 1595 Wednesday, October 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.268 1642 Tuesday, October 29, 2019 Approved
AWS Command Line Interface (Install) 1.16.266 2905 Friday, October 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.265 1828 Thursday, October 24, 2019 Approved
AWS Command Line Interface (Install) 1.16.264 1567 Wednesday, October 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.263 3581 Friday, October 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.262 746 Friday, October 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.261 2378 Thursday, October 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.260 1590 Wednesday, October 16, 2019 Approved
AWS Command Line Interface (Install) 1.16.259 1525 Tuesday, October 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.258 1977 Saturday, October 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.257 1353 Friday, October 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.256 2085 Thursday, October 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.255 1739 Wednesday, October 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.254 1413 Tuesday, October 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.253 2045 Saturday, October 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.252 1542 Friday, October 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.251 2162 Thursday, October 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.250 1656 Wednesday, October 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.249 1690 Tuesday, October 1, 2019 Approved
AWS Command Line Interface (Install) 1.16.248 2393 Saturday, September 28, 2019 Approved
AWS Command Line Interface (Install) 1.16.247 1168 Friday, September 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.246 1861 Wednesday, September 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.245 1469 Wednesday, September 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.244 1559 Tuesday, September 24, 2019 Approved
AWS Command Line Interface (Install) 1.16.243 1878 Saturday, September 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.242 1270 Friday, September 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.241 2362 Thursday, September 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.240 1517 Wednesday, September 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.239 1174 Tuesday, September 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.238 7192 Friday, September 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.237 1847 Thursday, September 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.236 1412 Wednesday, September 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.235 1344 Tuesday, September 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.234 1824 Saturday, September 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.233 1246 Friday, September 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.232 1881 Thursday, September 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.231 1292 Wednesday, September 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.230 2533 Saturday, August 31, 2019 Approved
AWS Command Line Interface (Install) 1.16.229 1911 Friday, August 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.228 2847 Thursday, August 29, 2019 Approved
AWS Command Line Interface (Install) 1.16.227 2384 Wednesday, August 28, 2019 Approved
AWS Command Line Interface (Install) 1.16.226 1297 Tuesday, August 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.225 2055 Friday, August 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.224 1107 Friday, August 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.223 1179 Thursday, August 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.222 1255 Wednesday, August 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.221 2614 Tuesday, August 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.220 1893 Saturday, August 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.219 1138 Friday, August 16, 2019 Approved
AWS Command Line Interface (Install) 1.16.218 1211 Thursday, August 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.217 1702 Wednesday, August 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.216 1154 Tuesday, August 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.215 1686 Saturday, August 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.214 1052 Friday, August 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.213 2243 Thursday, August 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.212 571 Wednesday, August 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.211 1734 Tuesday, August 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.210 1689 Saturday, August 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.209 5193 Wednesday, July 31, 2019 Approved
AWS Command Line Interface (Install) 1.16.208 1030 Tuesday, July 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.207 1645 Saturday, July 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.206 1206 Friday, July 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.205 1423 Thursday, July 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.204 1224 Tuesday, July 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.203 1225 Tuesday, July 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.202 1174 Monday, July 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.201 860 Saturday, July 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.200 933 Friday, July 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.199 1137 Thursday, July 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.198 3136 Saturday, July 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.197 980 Friday, July 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.196 1051 Thursday, July 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.195 1068 Wednesday, July 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.194 1279 Tuesday, July 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.193 2775 Thursday, July 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.192 1005 Wednesday, July 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.191 1005 Tuesday, July 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.190 1573 Saturday, June 29, 2019 Approved
AWS Command Line Interface (Install) 1.16.189 891 Friday, June 28, 2019 Approved
AWS Command Line Interface (Install) 1.16.188 1001 Thursday, June 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.186 1228 Wednesday, June 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.185 1056 Tuesday, June 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.184 2850 Saturday, June 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.183 1024 Friday, June 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.182 886 Thursday, June 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.181 1387 Wednesday, June 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.180 1476 Tuesday, June 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.179 1716 Saturday, June 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.178 918 Friday, June 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.177 2307 Thursday, June 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.176 1613 Wednesday, June 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.175 1518 Tuesday, June 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.174 1904 Saturday, June 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.173 1088 Friday, June 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.172 1290 Thursday, June 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.171 1300 Wednesday, June 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.170 1441 Tuesday, June 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.169 3002 Friday, May 31, 2019 Approved
AWS Command Line Interface (Install) 1.16.168 1187 Thursday, May 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.167 1087 Wednesday, May 29, 2019 Approved
AWS Command Line Interface (Install) 1.16.166 2344 Saturday, May 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.165 1057 Friday, May 24, 2019 Approved
AWS Command Line Interface (Install) 1.16.164 12800 Thursday, May 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.163 1274 Wednesday, May 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.162 1298 Monday, May 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.161 1795 Saturday, May 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.160 1152 Friday, May 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.159 1038 Thursday, May 16, 2019 Approved
AWS Command Line Interface (Install) 1.16.158 1136 Wednesday, May 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.157 1404 Tuesday, May 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.156 1861 Saturday, May 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.155 1702 Thursday, May 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.154 1268 Wednesday, May 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.153 1333 Tuesday, May 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.152 2646 Saturday, May 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.151 1461 Friday, May 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.150 1247 Thursday, May 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.149 1045 Wednesday, May 1, 2019 Approved
AWS Command Line Interface (Install) 1.16.148 1253 Tuesday, April 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.147 1987 Saturday, April 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.146 1239 Friday, April 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.145 1518 Thursday, April 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.144 2991 Saturday, April 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.143 1106 Friday, April 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.142 1061 Thursday, April 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.141 1132 Wednesday, April 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.140 10598 Saturday, April 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.139 1131 Friday, April 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.138 1251 Thursday, April 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.137 788 Wednesday, April 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.136 1494 Tuesday, April 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.135 2026 Saturday, March 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.134 1186 Friday, March 29, 2019 Approved
AWS Command Line Interface (Install) 1.16.133 1719 Thursday, March 28, 2019 Approved
AWS Command Line Interface (Install) 1.16.132 1592 Tuesday, March 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.131 1209 Tuesday, March 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.130 1871 Saturday, March 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.129 975 Friday, March 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.128 1185 Thursday, March 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.127 943 Wednesday, March 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.126 1646 Tuesday, March 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.125 2646 Friday, March 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.124 1229 Thursday, March 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.123 440 Wednesday, March 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.122 1955 Tuesday, March 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.121 1947 Saturday, March 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.120 1051 Friday, March 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.119 1069 Thursday, March 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.118 1193 Wednesday, March 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.117 1584 Tuesday, March 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.116 1684 Saturday, March 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.115 1406 Friday, March 1, 2019 Approved
AWS Command Line Interface (Install) 1.16.114 4704 Thursday, February 28, 2019 Approved
AWS Command Line Interface (Install) 1.16.113 1534 Wednesday, February 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.112 1225 Tuesday, February 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.111 1683 Saturday, February 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.110 972 Friday, February 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.109 1339 Thursday, February 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.108 1230 Wednesday, February 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.107 1253 Tuesday, February 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.106 1939 Saturday, February 16, 2019 Approved
AWS Command Line Interface (Install) 1.16.105 1252 Friday, February 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.104 1190 Thursday, February 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.103 883 Wednesday, February 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.102 1281 Tuesday, February 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.101 1534 Saturday, February 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.99 1741 Thursday, February 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.98 1285 Wednesday, February 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.97 1197 Tuesday, February 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.96 5914 Saturday, January 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.94 1770 Thursday, January 24, 2019 Approved
AWS Command Line Interface (Install) 1.16.93 1801 Tuesday, January 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.92 1738 Saturday, January 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.91 1066 Friday, January 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.90 1261 Thursday, January 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.89 1875 Tuesday, January 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.88 1623 Saturday, January 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.87 959 Friday, January 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.86 992 Thursday, January 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.85 1760 Tuesday, January 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.84 1528 Saturday, January 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.81 5038 Saturday, December 22, 2018 Approved
AWS Command Line Interface (Install) 1.16.80 888 Friday, December 21, 2018 Approved
AWS Command Line Interface (Install) 1.16.79 947 Thursday, December 20, 2018 Approved
AWS Command Line Interface (Install) 1.16.78 1117 Wednesday, December 19, 2018 Approved
AWS Command Line Interface (Install) 1.16.77 946 Tuesday, December 18, 2018 Approved
AWS Command Line Interface (Install) 1.16.76 1511 Saturday, December 15, 2018 Approved
AWS Command Line Interface (Install) 1.16.75 1094 Friday, December 14, 2018 Approved
AWS Command Line Interface (Install) 1.16.74 1220 Thursday, December 13, 2018 Approved
AWS Command Line Interface (Install) 1.16.73 1198 Wednesday, December 12, 2018 Approved
AWS Command Line Interface (Install) 1.16.72 2565 Saturday, December 8, 2018 Approved
AWS Command Line Interface (Install) 1.16.71 1066 Friday, December 7, 2018 Approved
AWS Command Line Interface (Install) 1.16.70 1453 Thursday, December 6, 2018 Approved
AWS Command Line Interface (Install) 1.16.69 1356 Wednesday, December 5, 2018 Approved
AWS Command Line Interface (Install) 1.16.68 2173 Tuesday, December 4, 2018 Approved
AWS Command Line Interface (Install) 1.16.67 3026 Friday, November 30, 2018 Approved
AWS Command Line Interface (Install) 1.16.65 1089 Thursday, November 29, 2018 Approved
AWS Command Line Interface (Install) 1.16.63 1287 Wednesday, November 28, 2018 Approved
AWS Command Line Interface (Install) 1.16.60 4033 Thursday, November 22, 2018 Approved
AWS Command Line Interface (Install) 1.16.59 800 Wednesday, November 21, 2018 Approved
AWS Command Line Interface (Install) 1.16.58 1527 Tuesday, November 20, 2018 Approved
AWS Command Line Interface (Install) 1.16.57 2133 Saturday, November 17, 2018 Approved
AWS Command Line Interface (Install) 1.16.56 1260 Friday, November 16, 2018 Approved
AWS Command Line Interface (Install) 1.16.55 1310 Thursday, November 15, 2018 Approved
AWS Command Line Interface (Install) 1.16.54 1284 Wednesday, November 14, 2018 Approved
AWS Command Line Interface (Install) 1.16.53 1441 Tuesday, November 13, 2018 Approved
AWS Command Line Interface (Install) 1.16.52 1999 Saturday, November 10, 2018 Approved
AWS Command Line Interface (Install) 1.16.51 804 Friday, November 9, 2018 Approved
AWS Command Line Interface (Install) 1.16.50 694 Thursday, November 8, 2018 Approved
AWS Command Line Interface (Install) 1.16.48 2482 Tuesday, November 6, 2018 Approved
AWS Command Line Interface (Install) 1.16.47 1824 Saturday, November 3, 2018 Approved
AWS Command Line Interface (Install) 1.16.46 1061 Friday, November 2, 2018 Approved
AWS Command Line Interface (Install) 1.16.45 1154 Thursday, November 1, 2018 Approved
AWS Command Line Interface (Install) 1.16.44 1169 Wednesday, October 31, 2018 Approved
AWS Command Line Interface (Install) 1.16.43 2300 Sunday, October 28, 2018 Approved
AWS Command Line Interface (Install) 1.16.42 1547 Friday, October 26, 2018 Approved
AWS Command Line Interface (Install) 1.16.41 1075 Thursday, October 25, 2018 Approved
AWS Command Line Interface (Install) 1.16.40 1137 Wednesday, October 24, 2018 Approved
AWS Command Line Interface (Install) 1.16.39 1024 Tuesday, October 23, 2018 Approved
AWS Command Line Interface (Install) 1.16.38 1168 Sunday, October 21, 2018 Approved
AWS Command Line Interface (Install) 1.16.37 1584 Friday, October 19, 2018 Approved
AWS Command Line Interface (Install) 1.16.36 1092 Thursday, October 18, 2018 Approved
AWS Command Line Interface (Install) 1.16.35 1291 Wednesday, October 17, 2018 Approved
AWS Command Line Interface (Install) 1.16.34 1030 Tuesday, October 16, 2018 Approved
AWS Command Line Interface (Install) 1.16.33 1091 Sunday, October 14, 2018 Approved
AWS Command Line Interface (Install) 1.16.32 1575 Friday, October 12, 2018 Approved
AWS Command Line Interface (Install) 1.16.29 2457 Tuesday, October 9, 2018 Approved
AWS Command Line Interface (Install) 1.16.28 1109 Monday, October 8, 2018 Approved
AWS Command Line Interface (Install) 1.16.27 1583 Friday, October 5, 2018 Approved
AWS Command Line Interface (Install) 1.16.26 1626 Wednesday, October 3, 2018 Approved
AWS Command Line Interface (Install) 1.16.25 1094 Tuesday, October 2, 2018 Approved
AWS Command Line Interface (Install) 1.16.24 1073 Monday, October 1, 2018 Approved
AWS Command Line Interface (Install) 1.16.23 1469 Friday, September 28, 2018 Approved
AWS Command Line Interface (Install) 1.16.22 1019 Thursday, September 27, 2018 Approved
AWS Command Line Interface (Install) 1.16.21 1069 Wednesday, September 26, 2018 Approved
AWS Command Line Interface (Install) 1.16.20 1108 Tuesday, September 25, 2018 Approved
AWS Command Line Interface (Install) 1.16.19 1076 Monday, September 24, 2018 Approved
AWS Command Line Interface (Install) 1.16.18 1995 Friday, September 21, 2018 Approved
AWS Command Line Interface (Install) 1.16.17 1334 Thursday, September 20, 2018 Approved
AWS Command Line Interface (Install) 1.16.16 1132 Wednesday, September 19, 2018 Approved
AWS Command Line Interface (Install) 1.16.15 1250 Tuesday, September 18, 2018 Approved
AWS Command Line Interface (Install) 1.16.14 2564 Friday, September 14, 2018 Approved
AWS Command Line Interface (Install) 1.16.13 1200 Thursday, September 13, 2018 Approved
AWS Command Line Interface (Install) 1.16.11 1783 Tuesday, September 11, 2018 Approved
AWS Command Line Interface (Install) 1.16.10 1315 Monday, September 10, 2018 Approved
AWS Command Line Interface (Install) 1.16.9 1778 Friday, September 7, 2018 Approved
AWS Command Line Interface (Install) 1.16.8 1055 Thursday, September 6, 2018 Approved
AWS Command Line Interface (Install) 1.16.7 1083 Wednesday, September 5, 2018 Approved
AWS Command Line Interface (Install) 1.16.6 1829 Monday, September 3, 2018 Approved
AWS Command Line Interface (Install) 1.16.5 1959 Friday, August 31, 2018 Approved
AWS Command Line Interface (Install) 1.16.4 1079 Thursday, August 30, 2018 Approved
AWS Command Line Interface (Install) 1.16.3 732 Wednesday, August 29, 2018 Approved
AWS Command Line Interface (Install) 1.16.2 528 Tuesday, August 28, 2018 Approved
AWS Command Line Interface (Install) 1.16.1 1934 Monday, August 27, 2018 Approved
AWS Command Line Interface (Install) 1.15.85 1660 Friday, August 24, 2018 Approved
AWS Command Line Interface (Install) 1.15.84 1861 Thursday, August 23, 2018 Approved
AWS Command Line Interface (Install) 1.15.83 671 Wednesday, August 22, 2018 Approved
AWS Command Line Interface (Install) 1.15.82 1410 Tuesday, August 21, 2018 Approved
AWS Command Line Interface (Install) 1.15.81 1084 Monday, August 20, 2018 Approved
AWS Command Line Interface (Install) 1.15.80 1630 Friday, August 17, 2018 Approved
AWS Command Line Interface (Install) 1.15.79 976 Thursday, August 16, 2018 Approved
AWS Command Line Interface (Install) 1.15.78 971 Wednesday, August 15, 2018 Approved
AWS Command Line Interface (Install) 1.15.77 897 Tuesday, August 14, 2018 Approved
AWS Command Line Interface (Install) 1.15.76 993 Monday, August 13, 2018 Approved
AWS Command Line Interface (Install) 1.15.75 1623 Friday, August 10, 2018 Approved
AWS Command Line Interface (Install) 1.15.74 994 Thursday, August 9, 2018 Approved
AWS Command Line Interface (Install) 1.15.73 979 Wednesday, August 8, 2018 Approved
AWS Command Line Interface (Install) 1.15.72 985 Tuesday, August 7, 2018 Approved
AWS Command Line Interface (Install) 1.15.71 1015 Monday, August 6, 2018 Approved
AWS Command Line Interface (Install) 1.15.70 1451 Friday, August 3, 2018 Approved
AWS Command Line Interface (Install) 1.15.69 997 Thursday, August 2, 2018 Approved
AWS Command Line Interface (Install) 1.15.68 1017 Wednesday, August 1, 2018 Approved
AWS Command Line Interface (Install) 1.15.67 1020 Tuesday, July 31, 2018 Approved
AWS Command Line Interface (Install) 1.15.66 2274 Friday, July 27, 2018 Approved
AWS Command Line Interface (Install) 1.15.65 1067 Thursday, July 26, 2018 Approved
AWS Command Line Interface (Install) 1.15.64 1038 Wednesday, July 25, 2018 Approved
AWS Command Line Interface (Install) 1.15.63 2041 Monday, July 23, 2018 Approved
AWS Command Line Interface (Install) 1.15.62 1560 Friday, July 20, 2018 Approved
AWS Command Line Interface (Install) 1.15.61 1117 Thursday, July 19, 2018 Approved
AWS Command Line Interface (Install) 1.15.60 1072 Wednesday, July 18, 2018 Approved
AWS Command Line Interface (Install) 1.15.59 1536 Monday, July 16, 2018 Approved
AWS Command Line Interface (Install) 1.15.58 1409 Friday, July 13, 2018 Approved
AWS Command Line Interface (Install) 1.15.57 1011 Thursday, July 12, 2018 Approved
AWS Command Line Interface (Install) 1.15.56 1003 Wednesday, July 11, 2018 Approved
AWS Command Line Interface (Install) 1.15.55 939 Tuesday, July 10, 2018 Approved
AWS Command Line Interface (Install) 1.15.53 1027 Sunday, July 8, 2018 Approved
AWS Command Line Interface (Install) 1.15.52 1332 Friday, July 6, 2018 Approved
AWS Command Line Interface 1.15.51 1596 Tuesday, July 3, 2018 Approved
AWS Command Line Interface 1.15.50 951 Monday, July 2, 2018 Approved
AWS Command Line Interface (Install) 1.15.49 1947 Friday, June 29, 2018 Approved
AWS Command Line Interface (Install) 1.15.47 948 Thursday, June 28, 2018 Approved
AWS Command Line Interface (Install) 1.15.46 505 Wednesday, June 27, 2018 Approved
AWS Command Line Interface (Install) 1.15.45 510 Monday, June 25, 2018 Approved
AWS Command Line Interface (Install) 1.15.44 730 Friday, June 22, 2018 Approved
AWS Command Line Interface (Install) 1.15.42 3065 Thursday, June 21, 2018 Approved
AWS Command Line Interface (Install) 1.15.41 995 Wednesday, June 20, 2018 Approved
AWS Command Line Interface (Install) 1.15.40 1458 Monday, June 18, 2018 Approved
AWS Command Line Interface (Install) 1.15.39 1472 Friday, June 15, 2018 Approved
AWS Command Line Interface (Install) 1.15.37 1550 Wednesday, June 13, 2018 Approved
AWS Command Line Interface (Install) 1.15.35 1509 Monday, June 11, 2018 Approved
AWS Command Line Interface (Install) 1.15.34 1607 Friday, June 8, 2018 Approved
AWS Command Line Interface (Install) 1.15.33 1866 Wednesday, June 6, 2018 Approved
AWS Command Line Interface ((Install) 1.15.31 2190 Saturday, June 2, 2018 Approved
AWS Command Line Interface 1.15.20 6988 Tuesday, May 15, 2018 Approved
AWS Command Line Interface 1.15.2 15394 Friday, April 6, 2018 Approved
AWS Command Line Interface 1.15.1 783 Thursday, April 5, 2018 Approved
AWS Command Line Interface 1.15.0 727 Wednesday, April 4, 2018 Approved
AWS Command Line Interface 1.14.70 829 Tuesday, April 3, 2018 Approved
AWS Command Line Interface 1.14.69 320 Tuesday, April 3, 2018 Approved
AWS Command Line Interface 1.14.68 302 Friday, March 30, 2018 Approved
AWS Command Line Interface 1.14.67 1575 Friday, March 30, 2018 Approved
AWS Command Line Interface 1.14.43 11601 Tuesday, February 20, 2018 Approved
AWS Command Line Interface 1.14.42 873 Monday, February 19, 2018 Approved
AWS Command Line Interface 1.14.41 841 Sunday, February 18, 2018 Approved
AWS Command Line Interface 1.14.40 902 Thursday, February 15, 2018 Approved
AWS Command Line Interface 1.14.39 719 Thursday, February 15, 2018 Approved
AWS Command Line Interface 1.14.37 1208 Tuesday, February 13, 2018 Approved
AWS Command Line Interface 1.14.36 1172 Saturday, February 10, 2018 Approved
AWS Command Line Interface 1.14.35 773 Thursday, February 8, 2018 Approved
AWS Command Line Interface 1.14.34 1032 Wednesday, February 7, 2018 Approved
AWS Command Line Interface 1.14.32 2755 Tuesday, January 30, 2018 Approved
AWS Command Line Interface 1.14.30 2492 Tuesday, January 23, 2018 Approved
AWS Command Line Interface 1.14.29 446 Monday, January 22, 2018 Approved
AWS Command Line Interface 1.14.24 3071 Saturday, January 13, 2018 Approved
AWS Command Line Interface 1.14.23 848 Thursday, January 11, 2018 Approved
AWS Command Line Interface 1.14.22 796 Thursday, January 11, 2018 Approved
AWS Command Line Interface 1.14.19 2238 Saturday, January 6, 2018 Approved
AWS Command Line Interface 1.14.18 1494 Wednesday, January 3, 2018 Approved
AWS Command Line Interface 1.14.16 1530 Friday, December 22, 2017 Approved
AWS Command Line Interface 1.14.15 583 Friday, December 22, 2017 Approved
AWS Command Line Interface 1.14.12 1128 Tuesday, December 19, 2017 Approved
AWS Command Line Interface 1.14.11 854 Saturday, December 16, 2017 Approved
AWS Command Line Interface 1.14.10 735 Thursday, December 14, 2017 Approved
AWS Command Line Interface 1.14.9 1005 Tuesday, December 12, 2017 Approved
AWS Command Line Interface 1.14.8 660 Tuesday, December 12, 2017 Approved
AWS Command Line Interface 1.14.7 912 Saturday, December 9, 2017 Approved
AWS Command Line Interface 1.14.6 681 Thursday, December 7, 2017 Approved
AWS Command Line Interface 1.14.5 511 Thursday, December 7, 2017 Approved
AWS Command Line Interface 1.14.3 1143 Monday, December 4, 2017 Approved
AWS Command Line Interface 1.14.2 1070 Thursday, November 30, 2017 Approved
AWS Command Line Interface 1.14.1 569 Thursday, November 30, 2017 Approved
AWS Command Line Interface 1.14.0 467 Wednesday, November 29, 2017 Approved
AWS Command Line Interface 1.13.0 595 Wednesday, November 29, 2017 Approved
AWS Command Line Interface 1.12.2 965 Monday, November 27, 2017 Approved
AWS Command Line Interface 1.12.1 956 Thursday, November 23, 2017 Approved
AWS Command Line Interface 1.12.0 609 Wednesday, November 22, 2017 Approved
AWS Command Line Interface 1.11.190 749 Tuesday, November 21, 2017 Approved
AWS Command Line Interface 1.11.189 857 Saturday, November 18, 2017 Approved
AWS Command Line Interface 1.11.188 674 Friday, November 17, 2017 Approved
AWS Command Line Interface 1.11.187 668 Wednesday, November 15, 2017 Approved
AWS Command Line Interface 1.11.186 644 Wednesday, November 15, 2017 Approved
AWS Command Line Interface 1.11.185 1198 Thursday, November 9, 2017 Approved
AWS Command Line Interface 1.11.184 815 Thursday, November 9, 2017 Approved
AWS Command Line Interface 1.11.183 706 Tuesday, November 7, 2017 Approved
AWS Command Line Interface 1.11.181 1079 Saturday, November 4, 2017 Approved
AWS Command Line Interface 1.11.180 668 Friday, November 3, 2017 Approved
AWS Command Line Interface 1.11.179 675 Thursday, November 2, 2017 Approved
AWS Command Line Interface 1.11.178 1554 Friday, October 27, 2017 Approved
AWS Command Line Interface 1.11.177 860 Wednesday, October 25, 2017 Approved
AWS Command Line Interface 1.11.176 700 Tuesday, October 24, 2017 Approved
AWS Command Line Interface 1.11.175 898 Friday, October 20, 2017 Approved
AWS Command Line Interface 1.11.174 713 Thursday, October 19, 2017 Approved
AWS Command Line Interface 1.11.173 693 Wednesday, October 18, 2017 Approved
AWS Command Line Interface 1.11.172 804 Tuesday, October 17, 2017 Approved
AWS Command Line Interface 1.11.171 758 Monday, October 16, 2017 Approved
AWS Command Line Interface 1.11.170 1092 Thursday, October 12, 2017 Approved
AWS Command Line Interface 1.11.169 777 Wednesday, October 11, 2017 Approved
AWS Command Line Interface 1.11.167 1563 Saturday, October 7, 2017 Approved
AWS Command Line Interface 1.11.166 613 Thursday, October 5, 2017 Approved
AWS Command Line Interface 1.11.165 610 Thursday, October 5, 2017 Approved
AWS Command Line Interface 1.11.164 739 Tuesday, October 3, 2017 Approved
AWS Command Line Interface 1.11.163 702 Monday, October 2, 2017 Approved
AWS Command Line Interface 1.11.162 792 Saturday, September 30, 2017 Approved
AWS Command Line Interface 1.11.160 1917 Tuesday, September 26, 2017 Approved
AWS Command Line Interface 1.11.159 15526 Monday, September 25, 2017 Approved
AWS Command Line Interface 1.11.158 1431 Thursday, September 21, 2017 Approved
AWS Command Line Interface 1.11.157 495 Thursday, September 21, 2017 Approved
AWS Command Line Interface 1.11.156 999 Wednesday, September 20, 2017 Approved
AWS Command Line Interface 1.11.155 780 Tuesday, September 19, 2017 Approved
AWS Command Line Interface 1.11.154 1024 Friday, September 15, 2017 Approved
AWS Command Line Interface 1.11.152 927 Wednesday, September 13, 2017 Approved
AWS Command Line Interface 1.11.151 789 Tuesday, September 12, 2017 Approved
AWS Command Line Interface 1.11.150 755 Tuesday, September 12, 2017 Approved
AWS Command Line Interface 1.11.148 1311 Friday, September 8, 2017 Approved
AWS Command Line Interface 1.11.146 1144 Tuesday, September 5, 2017 Approved
AWS Command Line Interface 1.11.145 1752 Saturday, September 2, 2017 Approved
AWS Command Line Interface 1.11.144 13659 Friday, September 1, 2017 Approved
AWS Command Line Interface 1.11.143 750 Thursday, August 31, 2017 Approved
AWS Command Line Interface 1.11.142 975 Tuesday, August 29, 2017 Approved
AWS Command Line Interface 1.11.141 1899 Saturday, August 26, 2017 Approved
AWS Command Line Interface 1.11.140 1173 Thursday, August 24, 2017 Approved
AWS Command Line Interface 1.11.139 1000 Wednesday, August 23, 2017 Approved
AWS Command Line Interface 1.11.137 1566 Tuesday, August 22, 2017 Approved
AWS Command Line Interface 1.11.133 4219 Saturday, August 12, 2017 Approved
AWS Command Line Interface 1.11.132 1051 Friday, August 11, 2017 Approved
AWS Command Line Interface 1.11.131 1249 Wednesday, August 9, 2017 Approved
AWS Command Line Interface 1.11.129 7113 Wednesday, August 2, 2017 Approved
AWS Command Line Interface 1.11.128 1167 Tuesday, August 1, 2017 Approved
AWS Command Line Interface 1.11.127 2243 Friday, July 28, 2017 Approved
AWS Command Line Interface 1.11.126 1158 Thursday, July 27, 2017 Approved
AWS Command Line Interface 1.11.125 635 Wednesday, July 26, 2017 Approved
AWS Command Line Interface 1.11.124 1726 Monday, July 24, 2017 Approved
AWS Command Line Interface 1.11.123 2252 Friday, July 21, 2017 Approved
AWS Command Line Interface 1.11.122 1090 Wednesday, July 19, 2017 Approved
AWS Command Line Interface 1.11.121 1576 Tuesday, July 18, 2017 Approved
AWS Command Line Interface 1.11.120 2097 Saturday, July 15, 2017 Approved
AWS Command Line Interface 1.11.118 1878 Thursday, July 13, 2017 Approved
AWS Command Line Interface 1.11.115 8482 Friday, June 30, 2017 Approved
AWS Command Line Interface 1.11.114 1325 Thursday, June 29, 2017 Approved
AWS Command Line Interface 1.11.113 1287 Wednesday, June 28, 2017 Approved
AWS Command Line Interface 1.11.112 3447 Friday, June 23, 2017 Approved
AWS Command Line Interface 1.11.111 850 Friday, June 23, 2017 Approved
AWS Command Line Interface 1.11.110 1294 Thursday, June 22, 2017 Approved
AWS Command Line Interface 1.11.109 918 Wednesday, June 21, 2017 Approved
AWS Command Line Interface 1.11.108 1427 Monday, June 19, 2017 Approved
AWS Command Line Interface 1.11.107 1583 Sunday, June 18, 2017 Approved
AWS Command Line Interface 1.11.101 7230 Thursday, June 8, 2017 Approved
AWS Command Line Interface 1.11.100 1510 Wednesday, June 7, 2017 Approved
AWS Command Line Interface 1.11.99 668 Wednesday, June 7, 2017 Approved
AWS Command Line Interface 1.11.98 795 Monday, June 5, 2017 Approved
AWS Command Line Interface 1.11.97 3131 Saturday, June 3, 2017 Approved
AWS Command Line Interface 1.11.96 1221 Friday, June 2, 2017 Approved
AWS Command Line Interface 1.11.95 1225 Wednesday, May 31, 2017 Approved
AWS Command Line Interface 1.11.94 1180 Wednesday, May 31, 2017 Approved
AWS Command Line Interface 1.11.91 4710 Wednesday, May 24, 2017 Approved
AWS Command Line Interface 1.11.90 751 Tuesday, May 23, 2017 Approved
AWS Command Line Interface 1.11.89 3242 Friday, May 19, 2017 Approved
AWS Command Line Interface 1.11.88 1043 Thursday, May 18, 2017 Approved
AWS Command Line Interface 1.11.87 1261 Wednesday, May 17, 2017 Approved
AWS Command Line Interface 1.11.86 1181 Tuesday, May 16, 2017 Approved
AWS Command Line Interface 1.11.85 2409 Friday, May 12, 2017 Approved
AWS Command Line Interface 1.11.83 3942 Friday, May 5, 2017 Approved
AWS Command Line Interface 1.11.82 3632 Saturday, April 29, 2017 Approved
AWS Command Line Interface 1.11.81 1892 Wednesday, April 26, 2017 Approved
AWS Command Line Interface 1.11.80 1444 Saturday, April 22, 2017 Approved
AWS Command Line Interface 1.11.79 626 Friday, April 21, 2017 Approved
AWS Command Line Interface 1.11.78 900 Wednesday, April 19, 2017 Approved
AWS Command Line Interface 1.11.77 1497 Tuesday, April 18, 2017 Approved
AWS Command Line Interface 1.11.76 7985 Tuesday, April 11, 2017 Approved
AWS Command Line Interface 1.11.75 1475 Saturday, April 8, 2017 Approved
AWS Command Line Interface 1.11.74 908 Thursday, April 6, 2017 Approved
AWS Command Line Interface 1.11.73 931 Thursday, April 6, 2017 Approved
AWS Command Line Interface 1.11.72 795 Tuesday, April 4, 2017 Approved
AWS Command Line Interface 1.11.71 718 Tuesday, April 4, 2017 Approved
AWS Command Line Interface 1.11.70 947 Friday, March 31, 2017 Approved
AWS Command Line Interface 1.11.69 617 Friday, March 31, 2017 Approved
AWS Command Line Interface 1.11.68 1093 Wednesday, March 29, 2017 Approved
AWS Command Line Interface 1.11.67 720 Tuesday, March 28, 2017 Approved
AWS Command Line Interface 1.11.66 1039 Thursday, March 23, 2017 Approved
AWS Command Line Interface 1.11.65 848 Thursday, March 23, 2017 Approved
AWS Command Line Interface 1.11.64 713 Wednesday, March 22, 2017 Approved
AWS Command Line Interface 1.11.63 1814 Tuesday, March 14, 2017 Approved
AWS Command Line Interface 1.11.61 886 Friday, March 10, 2017 Approved
AWS Command Line Interface 1.11.60 769 Friday, March 10, 2017 Approved
AWS Command Line Interface 1.11.59 711 Thursday, March 9, 2017 Approved
AWS Command Line Interface 1.11.58 700 Wednesday, March 8, 2017 Approved
AWS Command Line Interface 1.11.57 646 Tuesday, March 7, 2017 Approved
AWS Command Line Interface 1.11.56 1859 Tuesday, February 28, 2017 Approved
AWS Command Line Interface 1.11.55 797 Sunday, February 26, 2017 Approved
AWS Command Line Interface 1.11.54 777 Friday, February 24, 2017 Approved
AWS Command Line Interface 1.11.52 1113 Wednesday, February 22, 2017 Approved
AWS Command Line Interface 1.11.51 42655 Sunday, February 19, 2017 Approved
AWS Command Line Interface 1.11.50 802 Friday, February 17, 2017 Approved
AWS Command Line Interface 1.11.49 794 Thursday, February 16, 2017 Approved
AWS Command Line Interface 1.11.48 819 Wednesday, February 15, 2017 Approved
AWS Command Line Interface 1.11.47 552 Tuesday, February 14, 2017 Approved
AWS Command Line Interface 1.11.46 1436 Friday, February 10, 2017 Approved
AWS Command Line Interface 1.11.45 1012 Wednesday, February 8, 2017 Approved
AWS Command Line Interface 1.11.43 2460 Thursday, January 26, 2017 Approved
AWS Command Line Interface 1.11.42 737 Wednesday, January 25, 2017 Approved
AWS Command Line Interface 1.11.41 3214 Friday, January 20, 2017 Approved
AWS Command Line Interface 1.11.40 540 Friday, January 20, 2017 Approved
AWS Command Line Interface 1.11.39 778 Thursday, January 19, 2017 Approved
AWS Command Line Interface 1.11.38 709 Tuesday, January 17, 2017 Approved
AWS Command Line Interface 1.11.37 546 Tuesday, January 17, 2017 Approved
AWS Command Line Interface 1.11.36 1894 Wednesday, January 4, 2017 Approved
AWS Command Line Interface 1.11.34 1688 Friday, December 23, 2016 Approved
AWS Command Line Interface 1.11.33 964 Thursday, December 22, 2016 Approved
AWS Command Line Interface 1.11.32 664 Wednesday, December 21, 2016 Approved
AWS Command Line Interface 1.11.31 735 Tuesday, December 20, 2016 Approved
AWS Command Line Interface 1.11.30 881 Friday, December 16, 2016 Approved
AWS Command Line Interface 1.11.24 1973 Saturday, December 3, 2016 Approved
AWS Command Line Interface 1.11.22 1511 Wednesday, November 30, 2016 Approved
AWS Command Line Interface 1.10.38 10460 Wednesday, June 15, 2016 Approved
AWS Command Line Interface 1.10.35 507 Friday, June 3, 2016 Approved
AWS Command Line Interface 1.10.33 435 Friday, May 27, 2016 Approved
AWS Command Line Interface 1.10.30 451 Wednesday, May 18, 2016 Approved
AWS Command Line Interface 1.10.27 488 Wednesday, May 11, 2016 Approved
AWS Command Line Interface 1.10.26 456 Friday, May 6, 2016 Approved
AWS Command Line Interface 1.10.25 425 Wednesday, May 4, 2016 Approved
AWS Command Line Interface 1.10.24 478 Friday, April 29, 2016 Approved
AWS Command Line Interface 1.10.23 544 Thursday, April 28, 2016 Approved
AWS Command Line Interface 1.10.22 655 Friday, April 22, 2016 Approved
AWS Command Line Interface 1.10.21 548 Tuesday, April 19, 2016 Approved
AWS Command Line Interface 1.10.20 689 Tuesday, April 12, 2016 Approved
AWS Command Line Interface 1.10.18 574 Monday, April 11, 2016 Approved
AWS Command Line Interface 1.10.16 853 Friday, March 25, 2016 Approved
AWS Command Line Interface 1.10.15 582 Wednesday, March 23, 2016 Approved
AWS Command Line Interface 1.10.14 562 Friday, March 18, 2016 Approved
AWS Command Line Interface 1.10.13 501 Wednesday, March 16, 2016 Approved
AWS Command Line Interface 1.10.12 571 Friday, March 11, 2016 Approved
AWS Command Line Interface 1.10.11 571 Wednesday, March 9, 2016 Approved
AWS Command Line Interface 1.10.10 574 Friday, March 4, 2016 Approved
AWS Command Line Interface 1.10.9 559 Wednesday, March 2, 2016 Approved
AWS Command Line Interface 1.10.8 538 Monday, February 29, 2016 Approved
AWS Command Line Interface 1.10.7 657 Wednesday, February 24, 2016 Approved
awscli 1.0.4 13408 Saturday, February 22, 2014 Approved
awscli 1.0.3 597 Saturday, December 7, 2013 Approved
awscli 1.0.2 522 Saturday, December 7, 2013 Approved
awscli 1.0.1 718 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