Chocolatey Community Coffee Break

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

Learn More

Chocolatey Product Spotlight

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

Learn More

Announcing Chocolatey Central Management 0.10.0

Livestream from
Thursday, 06 October 2022

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

Watch On-Demand
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

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

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

Livestream from
Thursday, 9 June 2022

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

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

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

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

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

Watch On-Demand
Chocolatey Product Spotlight: Chocolatey 1.2.0 and Chocolatey Licensed Extension 5.0.0

Livestream from
Thursday, 03 November 2022

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

Watch On-Demand
Chocolatey Coding Livestream

Livestream from
Tuesday, 29 November 2022

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

Watch On-Demand
Introduction into Chocolatey with Veeam

Webinar from
Tuesday, 13 December 2022

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

Watch On-Demand

Downloads:

3,026,447

Downloads of v 2.4.12:

13,072

Last Update:

19 Jan 2022

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.4.12 | Updated: 19 Jan 2022

Downloads:

3,026,447

Downloads of v 2.4.12:

13,072

Maintainer(s):

Software Author(s):

  • Amazon Web Services

AWS Command Line Interface v2 (Install) 2.4.12

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

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install AWS Command Line Interface 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.4.12'" [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.4.12'" 
$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.4.12'
    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.4.12'
end

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


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

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


package { 'awscli':
  ensure   => '2.4.12',
  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 19 Jan 2022.

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.4.12.msi'
$checksum64 = '701b991b94a1600a6f1a0e3c545b7f436c480e3a40297fd4694fb22470eb1df4'

$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.11.6 1 Saturday, March 25, 2023
Waiting for Maintainer
AWS Command Line Interface v2 (Install) 2.11.4 16790 Saturday, March 18, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.2 17569 Saturday, March 11, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.1 7502 Thursday, March 9, 2023 Approved
AWS Command Line Interface v2 (Install) 2.11.0 14236 Friday, March 3, 2023 Approved
AWS Command Line Interface v2 (Install) 2.10.4 5898 Thursday, March 2, 2023 Approved
AWS Command Line Interface v2 (Install) 2.10.3 11501 Saturday, February 25, 2023 Approved
AWS Command Line Interface v2 (Install) 2.10.2 8168 Thursday, February 23, 2023 Approved
AWS Command Line Interface v2 (Install) 2.10.1 12375 Saturday, February 18, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.23 17359 Saturday, February 11, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.22 7303 Thursday, February 9, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.21 11184 Monday, February 6, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.20 11388 Thursday, February 2, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.19 11361 Monday, January 30, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.18 10179 Thursday, January 26, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.17 13297 Saturday, January 21, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.16 8437 Thursday, January 19, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.15 12690 Saturday, January 14, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.14 7457 Thursday, January 12, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.13 15734 Friday, January 6, 2023 Approved
AWS Command Line Interface v2 (Install) 2.9.12 14337 Saturday, December 31, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.11 6505 Thursday, December 29, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.10 11095 Friday, December 23, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.9 7284 Thursday, December 22, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.8 12803 Saturday, December 17, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.7 8414 Thursday, December 15, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.6 13876 Saturday, December 10, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.5 7373 Thursday, December 8, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.4 12243 Saturday, December 3, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.3 6277 Thursday, December 1, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.2 5364 Wednesday, November 30, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.1 13187 Thursday, November 24, 2022 Approved
AWS Command Line Interface v2 (Install) 2.9.0 14433 Saturday, November 19, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.13 6711 Thursday, November 17, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.12 9531 Saturday, November 12, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.11 11464 Thursday, November 10, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.9 13047 Saturday, November 5, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.8 7443 Thursday, November 3, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.7 15566 Friday, October 28, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.6 7337 Thursday, October 27, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.5 10728 Saturday, October 22, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.3 17438 Friday, October 14, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.2 15476 Saturday, October 8, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.1 6538 Thursday, October 6, 2022 Approved
AWS Command Line Interface v2 (Install) 2.8.0 10658 Saturday, October 1, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.35 13585 Saturday, September 24, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.34 6668 Thursday, September 22, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.33 11545 Saturday, September 17, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.32 6872 Thursday, September 15, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.31 14012 Saturday, September 10, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.30 7607 Thursday, September 8, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.29 13832 Monday, September 5, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.28 19807 Thursday, September 1, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.26 22993 Thursday, August 25, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.25 16514 Saturday, August 20, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.24 11540 Wednesday, August 17, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.22 15228 Friday, August 12, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.21 32238 Thursday, August 4, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.20 16048 Saturday, July 30, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.19 7882 Thursday, July 28, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.18 13966 Saturday, July 23, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.17 7770 Thursday, July 21, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.16 13943 Saturday, July 16, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.15 7190 Thursday, July 14, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.14 13265 Saturday, July 9, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.13 6187 Thursday, July 7, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.11 27680 Saturday, June 25, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.9 18190 Saturday, June 18, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.8 4814 Friday, June 17, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.7 21110 Thursday, June 9, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.6 11431 Saturday, June 4, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.5 6892 Thursday, June 2, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.4 11477 Friday, May 27, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.3 6070 Thursday, May 26, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.2 12246 Saturday, May 21, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.1 7853 Wednesday, May 18, 2022 Approved
AWS Command Line Interface v2 (Install) 2.7.0 11159 Saturday, May 14, 2022 Approved
AWS Command Line Interface v2 (Install) 2.6.4 6770 Wednesday, May 11, 2022 Approved
AWS Command Line Interface v2 (Install) 2.6.3 8122 Sunday, May 8, 2022 Approved
AWS Command Line Interface v2 (Install) 2.6.2 6809 Thursday, May 5, 2022 Approved
AWS Command Line Interface v2 (Install) 2.6.1 9302 Friday, April 29, 2022 Approved
AWS Command Line Interface v2 (Install) 2.6.0 5213 Thursday, April 28, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.8 10627 Friday, April 22, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.7 3653 Thursday, April 21, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.6 10480 Saturday, April 16, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.4 11185 Saturday, April 9, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.3 5756 Thursday, April 7, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.2 8517 Saturday, April 2, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.1 5783 Thursday, March 31, 2022 Approved
AWS Command Line Interface v2 (Install) 2.5.0 6643 Monday, March 28, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.29 6881 Saturday, March 26, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.28 5440 Thursday, March 24, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.27 10334 Friday, March 18, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.25 11988 Friday, March 11, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.24 5880 Wednesday, March 9, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.23 8681 Friday, March 4, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.22 5981 Wednesday, March 2, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.21 9682 Friday, February 25, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.20 6002 Wednesday, February 23, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.19 8037 Friday, February 18, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.18 10472 Friday, February 11, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.17 6705 Wednesday, February 9, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.16 8239 Friday, February 4, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.15 10430 Friday, January 28, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.13 10747 Friday, January 21, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.12 13072 Wednesday, January 19, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.11 6685 Friday, January 14, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.10 4069 Wednesday, January 12, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.9 6743 Friday, January 7, 2022 Approved
AWS Command Line Interface v2 (Install) 2.4.7 13133 Wednesday, December 22, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.6 16034 Friday, December 10, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.5 8422 Saturday, December 4, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.4 2569 Friday, December 3, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.3 4895 Tuesday, November 30, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.2 6526 Saturday, November 27, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.1 5912 Wednesday, November 24, 2021 Approved
AWS Command Line Interface v2 (Install) 2.4.0 6727 Friday, November 19, 2021 Approved
AWS Command Line Interface v2 (Install) 2.3.7 5112 Wednesday, November 17, 2021 Approved
AWS Command Line Interface v2 (Install) 2.3.6 7309 Friday, November 12, 2021 Approved
AWS Command Line Interface v2 (Install) 2.3.5 5036 Wednesday, November 10, 2021 Approved
AWS Command Line Interface v2 (Install) 2.3.4 6829 Friday, November 5, 2021 Approved
AWS Command Line Interface v2 (Install) 2.3.0 16136 Friday, October 22, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.47 4767 Wednesday, October 20, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.46 6591 Friday, October 15, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.45 5638 Tuesday, October 12, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.43 12346 Friday, October 1, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.42 4318 Wednesday, September 29, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.41 6460 Friday, September 24, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.40 3897 Wednesday, September 22, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.39 5995 Friday, September 17, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.38 4347 Wednesday, September 15, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.37 7370 Friday, September 10, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.36 4064 Wednesday, September 8, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.35 5690 Friday, September 3, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.33 7894 Friday, August 27, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.32 3564 Wednesday, August 25, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.31 6329 Friday, August 20, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.30 4088 Wednesday, August 18, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.29 5699 Friday, August 13, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.28 3775 Wednesday, August 11, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.27 6295 Friday, August 6, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.26 3252 Wednesday, August 4, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.25 7394 Saturday, July 31, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.24 1956 Friday, July 30, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.23 2316 Wednesday, July 28, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.22 6849 Friday, July 23, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.21 4443 Wednesday, July 21, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.20 5097 Friday, July 16, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.19 3249 Thursday, July 15, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.18 6989 Friday, July 9, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.17 3754 Wednesday, July 7, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.16 6955 Friday, July 2, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.15 5906 Wednesday, June 30, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.14 5392 Friday, June 25, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.13 7724 Thursday, June 17, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.12 6014 Wednesday, June 16, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.11 5415 Friday, June 11, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.10 4663 Wednesday, June 9, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.9 5780 Friday, June 4, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.8 3307 Wednesday, June 2, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.7 6376 Friday, May 28, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.6 4302 Wednesday, May 26, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.5 13241 Saturday, May 15, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.4 5504 Wednesday, May 12, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.3 5683 Friday, May 7, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.2 3864 Wednesday, May 5, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.1 4951 Friday, April 30, 2021 Approved
AWS Command Line Interface v2 (Install) 2.2.0 3041 Wednesday, April 28, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.39 55 Thursday, April 22, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.38 12175 Friday, April 16, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.37 4007 Wednesday, April 14, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.36 5515 Friday, April 9, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.35 367 Wednesday, April 7, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.34 7261 Friday, April 2, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.33 3084 Wednesday, March 31, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.32 499 Tuesday, March 30, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.29 50095 Tuesday, March 16, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.28 18438 Tuesday, February 23, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.27 29968 Wednesday, February 17, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.26 5818 Friday, February 12, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.25 3024 Wednesday, February 10, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.24 6511 Friday, February 5, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.23 3473 Wednesday, February 3, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.22 9710 Friday, January 29, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.21 7620 Friday, January 22, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.20 4277 Wednesday, January 20, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.19 5550 Friday, January 15, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.18 2711 Wednesday, January 13, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.17 4920 Friday, January 8, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.16 1846 Wednesday, January 6, 2021 Approved
AWS Command Line Interface v2 (Install) 2.1.15 5512 Wednesday, December 30, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.14 4006 Wednesday, December 23, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.13 4481 Friday, December 18, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.12 1859 Thursday, December 17, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.11 1628 Wednesday, December 16, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.10 5021 Friday, December 11, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.9 1619 Thursday, December 10, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.8 3041 Wednesday, December 9, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.7 4622 Friday, December 4, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.6 2402 Wednesday, December 2, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.4 6725 Wednesday, November 25, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.3 4100 Friday, November 20, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.2 2105 Wednesday, November 18, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.1 4375 Friday, November 13, 2020 Approved
AWS Command Line Interface v2 (Install) 2.1.0 3968 Wednesday, November 11, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.63 4577 Tuesday, November 10, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.62 2794 Friday, November 6, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.61 7069 Friday, October 30, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.60 3877 Wednesday, October 28, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.59 7140 Friday, October 23, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.58 3191 Wednesday, October 21, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.57 3657 Friday, October 16, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.56 8977 Friday, October 9, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.55 5505 Wednesday, October 7, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.54 4920 Friday, October 2, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.53 5839 Wednesday, September 30, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.52 4300 Friday, September 25, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.51 2342 Thursday, September 24, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.50 6503 Friday, September 18, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.49 2901 Wednesday, September 16, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.48 5162 Friday, September 11, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.47 3254 Wednesday, September 9, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.46 3811 Friday, September 4, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.45 2659 Wednesday, September 2, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.44 3155 Friday, August 28, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.43 4730 Wednesday, August 26, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.42 5678 Friday, August 21, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.41 3109 Wednesday, August 19, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.40 3568 Friday, August 14, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.39 3735 Wednesday, August 12, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.38 4171 Friday, August 7, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.37 3033 Wednesday, August 5, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.36 3974 Friday, July 31, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.35 2943 Wednesday, July 29, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.34 4463 Friday, July 24, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.33 3301 Wednesday, July 22, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.31 5502 Thursday, July 16, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.30 7891 Friday, July 10, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.29 2722 Wednesday, July 8, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.28 3907 Friday, July 3, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.27 2773 Wednesday, July 1, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.26 4187 Friday, June 26, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.25 2859 Wednesday, June 24, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.24 4331 Friday, June 19, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.23 2684 Wednesday, June 17, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.22 5467 Friday, June 12, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.21 1184 Thursday, June 11, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.20 1811 Wednesday, June 10, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.19 3572 Friday, June 5, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.18 2077 Wednesday, June 3, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.17 4541 Wednesday, May 27, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.15 3437 Thursday, May 21, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.14 5567 Friday, May 15, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.13 2473 Wednesday, May 13, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.12 3959 Friday, May 8, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.11 3106 Wednesday, May 6, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.10 6355 Tuesday, April 28, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.9 3341 Thursday, April 23, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.8 4687 Friday, April 17, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.7 6164 Tuesday, April 7, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.6 5757 Tuesday, March 31, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.5 5040 Tuesday, March 24, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.4 5250 Wednesday, March 18, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.3 5631 Tuesday, March 10, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.2 4261 Tuesday, March 3, 2020 Approved
AWS Command Line Interface v2 (Install) 2.0.1 5704 Wednesday, February 26, 2020 Approved
AWS Command Line Interface (Install) 1.27.98 4 Friday, March 24, 2023 Approved
AWS Command Line Interface (Install) 1.27.93 7 Friday, March 17, 2023 Approved
AWS Command Line Interface (Install) 1.27.90 5 Tuesday, March 14, 2023 Approved
AWS Command Line Interface (Install) 1.27.88 6 Friday, March 10, 2023 Approved
AWS Command Line Interface (Install) 1.27.86 6 Wednesday, March 8, 2023 Approved
AWS Command Line Interface (Install) 1.27.85 7 Tuesday, March 7, 2023 Approved
AWS Command Line Interface (Install) 1.27.81 7 Wednesday, March 1, 2023 Approved
AWS Command Line Interface (Install) 1.27.80 7 Tuesday, February 28, 2023 Approved
AWS Command Line Interface (Install) 1.27.78 6 Friday, February 24, 2023 Approved
AWS Command Line Interface (Install) 1.27.75 6 Tuesday, February 21, 2023 Approved
AWS Command Line Interface (Install) 1.27.73 6 Friday, February 17, 2023 Approved
AWS Command Line Interface (Install) 1.27.71 6 Wednesday, February 15, 2023 Approved
AWS Command Line Interface (Install) 1.27.70 6 Tuesday, February 14, 2023 Approved
AWS Command Line Interface (Install) 1.27.68 4 Friday, February 10, 2023 Approved
AWS Command Line Interface (Install) 1.27.66 6 Wednesday, February 8, 2023 Approved
AWS Command Line Interface (Install) 1.27.65 7 Tuesday, February 7, 2023 Approved
AWS Command Line Interface (Install) 1.27.63 5 Friday, February 3, 2023 Approved
AWS Command Line Interface (Install) 1.27.61 6 Wednesday, February 1, 2023 Approved
AWS Command Line Interface (Install) 1.27.60 7 Tuesday, January 31, 2023 Approved
AWS Command Line Interface (Install) 1.27.58 5 Friday, January 27, 2023 Approved
AWS Command Line Interface (Install) 1.27.56 5 Wednesday, January 25, 2023 Approved
AWS Command Line Interface (Install) 1.27.53 9 Friday, January 20, 2023 Approved
AWS Command Line Interface (Install) 1.27.51 7 Wednesday, January 18, 2023 Approved
AWS Command Line Interface (Install) 1.27.49 8 Friday, January 13, 2023 Approved
AWS Command Line Interface (Install) 1.27.47 6 Wednesday, January 11, 2023 Approved
AWS Command Line Interface (Install) 1.27.46 7 Tuesday, January 10, 2023 Approved
AWS Command Line Interface (Install) 1.27.43 6 Thursday, January 5, 2023 Approved
AWS Command Line Interface (Install) 1.27.40 9 Friday, December 30, 2022 Approved
AWS Command Line Interface (Install) 1.27.38 13 Wednesday, December 28, 2022 Approved
AWS Command Line Interface (Install) 1.27.36 10 Friday, December 23, 2022 Approved
AWS Command Line Interface (Install) 1.27.33 9 Tuesday, December 20, 2022 Approved
AWS Command Line Interface (Install) 1.27.31 8 Friday, December 16, 2022 Approved
AWS Command Line Interface (Install) 1.27.29 9 Wednesday, December 14, 2022 Approved
AWS Command Line Interface (Install) 1.27.26 10 Friday, December 9, 2022 Approved
AWS Command Line Interface (Install) 1.27.24 8 Wednesday, December 7, 2022 Approved
AWS Command Line Interface (Install) 1.27.23 10 Tuesday, December 6, 2022 Approved
AWS Command Line Interface (Install) 1.27.15 14 Wednesday, November 23, 2022 Approved
AWS Command Line Interface (Install) 1.27.14 12 Tuesday, November 22, 2022 Approved
AWS Command Line Interface (Install) 1.27.12 13 Friday, November 18, 2022 Approved
AWS Command Line Interface (Install) 1.27.10 12 Wednesday, November 16, 2022 Approved
AWS Command Line Interface (Install) 1.27.9 13 Tuesday, November 15, 2022 Approved
AWS Command Line Interface (Install) 1.27.7 14 Friday, November 11, 2022 Approved
AWS Command Line Interface (Install) 1.27.4 10 Tuesday, November 8, 2022 Approved
AWS Command Line Interface (Install) 1.27.3 12 Saturday, November 5, 2022 Approved
AWS Command Line Interface (Install) 1.27.2 16 Friday, November 4, 2022 Approved
AWS Command Line Interface (Install) 1.27.0 16 Wednesday, November 2, 2022 Approved
AWS Command Line Interface (Install) 1.26.5 18 Tuesday, November 1, 2022 Approved
AWS Command Line Interface (Install) 1.26.3 14 Friday, October 28, 2022 Approved
AWS Command Line Interface (Install) 1.26.1 13 Wednesday, October 26, 2022 Approved
AWS Command Line Interface (Install) 1.26.0 22 Tuesday, October 25, 2022 Approved
AWS Command Line Interface (Install) 1.25.96 12 Friday, October 21, 2022 Approved
AWS Command Line Interface (Install) 1.25.94 16 Wednesday, October 19, 2022 Approved
AWS Command Line Interface (Install) 1.25.93 13 Tuesday, October 18, 2022 Approved
AWS Command Line Interface (Install) 1.25.92 15 Saturday, October 15, 2022 Approved
AWS Command Line Interface (Install) 1.25.89 21 Friday, October 7, 2022 Approved
AWS Command Line Interface (Install) 1.25.87 15 Wednesday, October 5, 2022 Approved
AWS Command Line Interface (Install) 1.25.83 14 Wednesday, September 28, 2022 Approved
AWS Command Line Interface (Install) 1.25.82 13 Tuesday, September 27, 2022 Approved
AWS Command Line Interface (Install) 1.25.78 20 Wednesday, September 21, 2022 Approved
AWS Command Line Interface (Install) 1.25.77 21 Monday, September 19, 2022 Approved
AWS Command Line Interface (Install) 1.25.75 22 Friday, September 16, 2022 Approved
AWS Command Line Interface (Install) 1.25.73 16 Wednesday, September 14, 2022 Approved
AWS Command Line Interface (Install) 1.25.68 17 Wednesday, September 7, 2022 Approved
AWS Command Line Interface (Install) 1.25.66 22 Friday, September 2, 2022 Approved
AWS Command Line Interface (Install) 1.25.64 18 Wednesday, August 31, 2022 Approved
AWS Command Line Interface (Install) 1.25.63 19 Tuesday, August 30, 2022 Approved
AWS Command Line Interface (Install) 1.25.62 19 Saturday, August 27, 2022 Approved
AWS Command Line Interface (Install) 1.25.59 22 Wednesday, August 24, 2022 Approved
AWS Command Line Interface (Install) 1.25.58 24 Tuesday, August 23, 2022 Approved
AWS Command Line Interface (Install) 1.25.56 21 Friday, August 19, 2022 Approved
AWS Command Line Interface (Install) 1.25.55 20 Thursday, August 18, 2022 Approved
AWS Command Line Interface (Install) 1.25.51 21 Saturday, August 13, 2022 Approved
AWS Command Line Interface (Install) 1.25.49 19 Thursday, August 11, 2022 Approved
AWS Command Line Interface (Install) 1.25.48 24 Wednesday, August 10, 2022 Approved
AWS Command Line Interface (Install) 1.25.46 23 Friday, August 5, 2022 Approved
AWS Command Line Interface (Install) 1.25.43 20 Tuesday, August 2, 2022 Approved
AWS Command Line Interface (Install) 1.25.42 22 Monday, August 1, 2022 Approved
AWS Command Line Interface (Install) 1.25.40 20 Friday, July 29, 2022 Approved
AWS Command Line Interface (Install) 1.25.38 19 Wednesday, July 27, 2022 Approved
AWS Command Line Interface (Install) 1.25.37 20 Tuesday, July 26, 2022 Approved
AWS Command Line Interface (Install) 1.25.35 19 Friday, July 22, 2022 Approved
AWS Command Line Interface (Install) 1.25.32 19 Tuesday, July 19, 2022 Approved
AWS Command Line Interface (Install) 1.25.28 23 Wednesday, July 13, 2022 Approved
AWS Command Line Interface (Install) 1.25.25 23 Friday, July 8, 2022 Approved
AWS Command Line Interface (Install) 1.25.23 21 Wednesday, July 6, 2022 Approved
AWS Command Line Interface (Install) 1.25.22 23 Saturday, July 2, 2022 Approved
AWS Command Line Interface (Install) 1.25.21 24 Friday, July 1, 2022 Approved
AWS Command Line Interface (Install) 1.25.19 19 Wednesday, June 29, 2022 Approved
AWS Command Line Interface (Install) 1.25.18 18 Tuesday, June 28, 2022 Approved
AWS Command Line Interface (Install) 1.25.16 17 Friday, June 24, 2022 Approved
AWS Command Line Interface (Install) 1.25.14 22 Wednesday, June 22, 2022 Approved
AWS Command Line Interface (Install) 1.25.13 26 Tuesday, June 21, 2022 Approved
AWS Command Line Interface (Install) 1.25.10 31 Thursday, June 16, 2022 Approved
AWS Command Line Interface (Install) 1.25.9 20 Wednesday, June 15, 2022 Approved
AWS Command Line Interface (Install) 1.25.8 38 Tuesday, June 14, 2022 Approved
AWS Command Line Interface (Install) 1.25.7 22 Saturday, June 11, 2022 Approved
AWS Command Line Interface (Install) 1.25.6 25 Friday, June 10, 2022 Approved
AWS Command Line Interface (Install) 1.25.4 19 Wednesday, June 8, 2022 Approved
AWS Command Line Interface (Install) 1.25.3 24 Tuesday, June 7, 2022 Approved
AWS Command Line Interface (Install) 1.25.2 27 Friday, June 3, 2022 Approved
AWS Command Line Interface (Install) 1.25.0 25 Wednesday, June 1, 2022 Approved
AWS Command Line Interface (Install) 1.24.9 23 Friday, May 27, 2022 Approved
AWS Command Line Interface (Install) 1.24.7 25 Wednesday, May 25, 2022 Approved
AWS Command Line Interface (Install) 1.24.6 23 Tuesday, May 24, 2022 Approved
AWS Command Line Interface (Install) 1.24.4 30 Friday, May 20, 2022 Approved
AWS Command Line Interface (Install) 1.24.2 27 Wednesday, May 18, 2022 Approved
AWS Command Line Interface (Install) 1.24.1 27 Tuesday, May 17, 2022 Approved
AWS Command Line Interface (Install) 1.23.13 27 Friday, May 13, 2022 Approved
AWS Command Line Interface (Install) 1.23.11 31 Wednesday, May 11, 2022 Approved
AWS Command Line Interface (Install) 1.23.6 61 Wednesday, May 4, 2022 Approved
AWS Command Line Interface (Install) 1.23.5 32 Tuesday, May 3, 2022 Approved
AWS Command Line Interface (Install) 1.23.3 21 Thursday, April 28, 2022 Approved
AWS Command Line Interface (Install) 1.23.1 20 Wednesday, April 27, 2022 Approved
AWS Command Line Interface (Install) 1.23.0 25 Tuesday, April 26, 2022 Approved
AWS Command Line Interface (Install) 1.22.101 24 Saturday, April 23, 2022 Approved
AWS Command Line Interface (Install) 1.22.98 21 Wednesday, April 20, 2022 Approved
AWS Command Line Interface (Install) 1.22.96 26 Friday, April 15, 2022 Approved
AWS Command Line Interface (Install) 1.22.94 36 Wednesday, April 13, 2022 Approved
AWS Command Line Interface (Install) 1.22.93 30 Tuesday, April 12, 2022 Approved
AWS Command Line Interface (Install) 1.22.89 33 Wednesday, April 6, 2022 Approved
AWS Command Line Interface (Install) 1.22.88 29 Tuesday, April 5, 2022 Approved
AWS Command Line Interface (Install) 1.22.86 28 Friday, April 1, 2022 Approved
AWS Command Line Interface (Install) 1.22.84 27 Wednesday, March 30, 2022 Approved
AWS Command Line Interface (Install) 1.22.81 32 Friday, March 25, 2022 Approved
AWS Command Line Interface (Install) 1.22.79 25 Wednesday, March 23, 2022 Approved
AWS Command Line Interface (Install) 1.22.78 30 Tuesday, March 22, 2022 Approved
AWS Command Line Interface (Install) 1.22.77 32 Saturday, March 19, 2022 Approved
AWS Command Line Interface (Install) 1.22.74 27 Tuesday, March 15, 2022 Approved
AWS Command Line Interface (Install) 1.22.71 32 Thursday, March 10, 2022 Approved
AWS Command Line Interface (Install) 1.22.69 29 Tuesday, March 8, 2022 Approved
AWS Command Line Interface (Install) 1.22.68 31 Saturday, March 5, 2022 Approved
AWS Command Line Interface (Install) 1.22.66 33 Thursday, March 3, 2022 Approved
AWS Command Line Interface (Install) 1.22.64 29 Tuesday, March 1, 2022 Approved
AWS Command Line Interface (Install) 1.22.63 28 Saturday, February 26, 2022 Approved
AWS Command Line Interface (Install) 1.22.61 32 Thursday, February 24, 2022 Approved
AWS Command Line Interface (Install) 1.22.59 30 Tuesday, February 22, 2022 Approved
AWS Command Line Interface (Install) 1.22.58 30 Saturday, February 19, 2022 Approved
AWS Command Line Interface (Install) 1.22.56 32 Thursday, February 17, 2022 Approved
AWS Command Line Interface (Install) 1.22.55 33 Tuesday, February 15, 2022 Approved
AWS Command Line Interface (Install) 1.22.54 76 Saturday, February 12, 2022 Approved
AWS Command Line Interface (Install) 1.22.52 44 Thursday, February 10, 2022 Approved
AWS Command Line Interface (Install) 1.22.50 29 Tuesday, February 8, 2022 Approved
AWS Command Line Interface (Install) 1.22.49 31 Saturday, February 5, 2022 Approved
AWS Command Line Interface (Install) 1.22.47 34 Thursday, February 3, 2022 Approved
AWS Command Line Interface (Install) 1.22.46 41 Saturday, January 29, 2022 Approved
AWS Command Line Interface (Install) 1.22.44 36 Thursday, January 27, 2022 Approved
AWS Command Line Interface (Install) 1.22.42 40 Monday, January 24, 2022 Approved
AWS Command Line Interface (Install) 1.22.39 37 Thursday, January 20, 2022 Approved
AWS Command Line Interface (Install) 1.22.37 39 Saturday, January 15, 2022 Approved
AWS Command Line Interface (Install) 1.22.34 42 Thursday, January 13, 2022 Approved
AWS Command Line Interface (Install) 1.22.32 35 Monday, January 10, 2022 Approved
AWS Command Line Interface (Install) 1.22.31 35 Saturday, January 8, 2022 Approved
AWS Command Line Interface (Install) 1.22.29 36 Thursday, January 6, 2022 Approved
AWS Command Line Interface (Install) 1.22.25 99 Tuesday, December 21, 2021 Approved
AWS Command Line Interface (Install) 1.22.24 32 Tuesday, December 14, 2021 Approved
AWS Command Line Interface (Install) 1.22.22 33 Thursday, December 9, 2021 Approved
AWS Command Line Interface (Install) 1.22.21 30 Tuesday, December 7, 2021 Approved
AWS Command Line Interface (Install) 1.22.13 54 Thursday, November 25, 2021 Approved
AWS Command Line Interface (Install) 1.22.11 44 Tuesday, November 23, 2021 Approved
AWS Command Line Interface (Install) 1.22.10 33 Saturday, November 20, 2021 Approved
AWS Command Line Interface (Install) 1.22.8 42 Thursday, November 18, 2021 Approved
AWS Command Line Interface (Install) 1.22.6 43 Tuesday, November 16, 2021 Approved
AWS Command Line Interface (Install) 1.22.5 37 Saturday, November 13, 2021 Approved
AWS Command Line Interface (Install) 1.22.3 75 Thursday, November 11, 2021 Approved
AWS Command Line Interface (Install) 1.22.1 41 Tuesday, November 9, 2021 Approved
AWS Command Line Interface (Install) 1.21.12 104 Saturday, November 6, 2021 Approved
AWS Command Line Interface (Install) 1.21.0 36 Thursday, October 21, 2021 Approved
AWS Command Line Interface (Install) 1.20.64 38 Tuesday, October 19, 2021 Approved
AWS Command Line Interface (Install) 1.20.63 44 Saturday, October 16, 2021 Approved
AWS Command Line Interface (Install) 1.20.61 40 Thursday, October 14, 2021 Approved
AWS Command Line Interface (Install) 1.20.58 46 Saturday, October 9, 2021 Approved
AWS Command Line Interface (Install) 1.20.57 44 Friday, October 8, 2021 Approved
AWS Command Line Interface (Install) 1.20.56 40 Thursday, October 7, 2021 Approved
AWS Command Line Interface (Install) 1.20.54 36 Tuesday, October 5, 2021 Approved
AWS Command Line Interface (Install) 1.20.53 36 Saturday, October 2, 2021 Approved
AWS Command Line Interface (Install) 1.20.51 42 Thursday, September 30, 2021 Approved
AWS Command Line Interface (Install) 1.20.49 48 Tuesday, September 28, 2021 Approved
AWS Command Line Interface (Install) 1.20.48 44 Saturday, September 25, 2021 Approved
AWS Command Line Interface (Install) 1.20.46 36 Thursday, September 23, 2021 Approved
AWS Command Line Interface (Install) 1.20.44 47 Saturday, September 18, 2021 Approved
AWS Command Line Interface (Install) 1.20.40 72 Saturday, September 11, 2021 Approved
AWS Command Line Interface (Install) 1.20.38 49 Thursday, September 9, 2021 Approved
AWS Command Line Interface (Install) 1.20.36 40 Saturday, September 4, 2021 Approved
AWS Command Line Interface (Install) 1.20.34 52 Thursday, September 2, 2021 Approved
AWS Command Line Interface (Install) 1.20.32 45 Tuesday, August 31, 2021 Approved
AWS Command Line Interface (Install) 1.20.31 39 Saturday, August 28, 2021 Approved
AWS Command Line Interface (Install) 1.20.29 39 Thursday, August 26, 2021 Approved
AWS Command Line Interface (Install) 1.20.27 34 Tuesday, August 24, 2021 Approved
AWS Command Line Interface (Install) 1.20.26 64 Saturday, August 21, 2021 Approved
AWS Command Line Interface (Install) 1.20.24 41 Thursday, August 19, 2021 Approved
AWS Command Line Interface (Install) 1.20.23 57 Tuesday, August 17, 2021 Approved
AWS Command Line Interface (Install) 1.20.22 38 Tuesday, August 17, 2021 Approved
AWS Command Line Interface (Install) 1.20.21 45 Saturday, August 14, 2021 Approved
AWS Command Line Interface (Install) 1.20.19 39 Thursday, August 12, 2021 Approved
AWS Command Line Interface (Install) 1.20.17 46 Tuesday, August 10, 2021 Approved
AWS Command Line Interface (Install) 1.20.16 41 Saturday, August 7, 2021 Approved
AWS Command Line Interface (Install) 1.20.15 50 Thursday, August 5, 2021 Approved
AWS Command Line Interface (Install) 1.20.14 46 Thursday, August 5, 2021 Approved
AWS Command Line Interface (Install) 1.20.12 35 Tuesday, August 3, 2021 Approved
AWS Command Line Interface (Install) 1.20.9 34 Thursday, July 29, 2021 Approved
AWS Command Line Interface (Install) 1.20.7 53 Tuesday, July 27, 2021 Approved
AWS Command Line Interface (Install) 1.20.6 41 Saturday, July 24, 2021 Approved
AWS Command Line Interface (Install) 1.20.4 42 Thursday, July 22, 2021 Approved
AWS Command Line Interface (Install) 1.20.2 49 Monday, July 19, 2021 Approved
AWS Command Line Interface (Install) 1.20.1 42 Saturday, July 17, 2021 Approved
AWS Command Line Interface (Install) 1.19.111 41 Wednesday, July 14, 2021 Approved
AWS Command Line Interface (Install) 1.19.110 45 Tuesday, July 13, 2021 Approved
AWS Command Line Interface (Install) 1.19.109 51 Saturday, July 10, 2021 Approved
AWS Command Line Interface (Install) 1.19.107 41 Thursday, July 8, 2021 Approved
AWS Command Line Interface (Install) 1.19.105 45 Friday, July 2, 2021 Approved
AWS Command Line Interface (Install) 1.19.103 969 Thursday, July 1, 2021 Approved
AWS Command Line Interface (Install) 1.19.102 44 Tuesday, June 29, 2021 Approved
AWS Command Line Interface (Install) 1.19.101 39 Saturday, June 26, 2021 Approved
AWS Command Line Interface (Install) 1.19.99 46 Thursday, June 24, 2021 Approved
AWS Command Line Interface (Install) 1.19.98 38 Tuesday, June 22, 2021 Approved
AWS Command Line Interface (Install) 1.19.96 46 Thursday, June 17, 2021 Approved
AWS Command Line Interface (Install) 1.19.94 49 Tuesday, June 15, 2021 Approved
AWS Command Line Interface (Install) 1.19.93 45 Saturday, June 12, 2021 Approved
AWS Command Line Interface (Install) 1.19.92 55 Thursday, June 10, 2021 Approved
AWS Command Line Interface (Install) 1.19.91 53 Thursday, June 10, 2021 Approved
AWS Command Line Interface (Install) 1.19.89 50 Tuesday, June 8, 2021 Approved
AWS Command Line Interface (Install) 1.19.88 46 Saturday, June 5, 2021 Approved
AWS Command Line Interface (Install) 1.19.86 46 Thursday, June 3, 2021 Approved
AWS Command Line Interface (Install) 1.19.84 48 Saturday, May 29, 2021 Approved
AWS Command Line Interface (Install) 1.19.82 45 Thursday, May 27, 2021 Approved
AWS Command Line Interface (Install) 1.19.79 57 Tuesday, May 25, 2021 Approved
AWS Command Line Interface (Install) 1.19.78 43 Saturday, May 22, 2021 Approved
AWS Command Line Interface (Install) 1.19.77 40 Friday, May 21, 2021 Approved
AWS Command Line Interface (Install) 1.19.76 39 Thursday, May 20, 2021 Approved
AWS Command Line Interface (Install) 1.19.75 49 Wednesday, May 19, 2021 Approved
AWS Command Line Interface (Install) 1.19.74 51 Tuesday, May 18, 2021 Approved
AWS Command Line Interface (Install) 1.19.72 40 Friday, May 14, 2021 Approved
AWS Command Line Interface (Install) 1.19.70 59 Tuesday, May 11, 2021 Approved
AWS Command Line Interface (Install) 1.19.69 46 Saturday, May 8, 2021 Approved
AWS Command Line Interface (Install) 1.19.67 50 Thursday, May 6, 2021 Approved
AWS Command Line Interface (Install) 1.19.64 48 Monday, May 3, 2021 Approved
AWS Command Line Interface (Install) 1.19.62 47 Saturday, May 1, 2021 Approved
AWS Command Line Interface (Install) 1.19.60 36 Thursday, April 29, 2021 Approved
AWS Command Line Interface (Install) 1.19.58 47 Tuesday, April 27, 2021 Approved
AWS Command Line Interface (Install) 1.19.57 42 Saturday, April 24, 2021 Approved
AWS Command Line Interface (Install) 1.19.56 41 Friday, April 23, 2021 Approved
AWS Command Line Interface (Install) 1.19.54 52 Tuesday, April 20, 2021 Approved
AWS Command Line Interface (Install) 1.19.52 41 Thursday, April 15, 2021 Approved
AWS Command Line Interface (Install) 1.19.50 38 Tuesday, April 13, 2021 Approved
AWS Command Line Interface (Install) 1.19.49 45 Saturday, April 10, 2021 Approved
AWS Command Line Interface (Install) 1.19.45 45 Tuesday, April 6, 2021 Approved
AWS Command Line Interface (Install) 1.19.44 39 Saturday, April 3, 2021 Approved
AWS Command Line Interface (Install) 1.19.42 37 Thursday, April 1, 2021 Approved
AWS Command Line Interface (Install) 1.19.40 42 Monday, March 29, 2021 Approved
AWS Command Line Interface (Install) 1.19.39 62 Saturday, March 27, 2021 Approved
AWS Command Line Interface (Install) 1.19.37 54 Thursday, March 25, 2021 Approved
AWS Command Line Interface (Install) 1.19.35 59 Wednesday, March 24, 2021 Approved
AWS Command Line Interface (Install) 1.19.34 52 Tuesday, March 23, 2021 Approved
AWS Command Line Interface (Install) 1.19.32 47 Friday, March 19, 2021 Approved
AWS Command Line Interface (Install) 1.19.30 45 Thursday, March 18, 2021 Approved
AWS Command Line Interface (Install) 1.19.29 48 Wednesday, March 17, 2021 Approved
AWS Command Line Interface (Install) 1.19.28 58 Tuesday, March 16, 2021 Approved
AWS Command Line Interface (Install) 1.19.27 48 Saturday, March 13, 2021 Approved
AWS Command Line Interface (Install) 1.19.26 3048 Thursday, March 11, 2021 Approved
AWS Command Line Interface (Install) 1.19.25 55 Thursday, March 11, 2021 Approved
AWS Command Line Interface (Install) 1.19.23 54 Tuesday, March 9, 2021 Approved
AWS Command Line Interface (Install) 1.19.22 55 Saturday, March 6, 2021 Approved
AWS Command Line Interface (Install) 1.19.21 46 Friday, March 5, 2021 Approved
AWS Command Line Interface (Install) 1.19.20 58 Thursday, March 4, 2021 Approved
AWS Command Line Interface (Install) 1.19.19 46 Wednesday, March 3, 2021 Approved
AWS Command Line Interface (Install) 1.19.17 61 Saturday, February 27, 2021 Approved
AWS Command Line Interface (Install) 1.19.16 48 Friday, February 26, 2021 Approved
AWS Command Line Interface (Install) 1.19.15 47 Thursday, February 25, 2021 Approved
AWS Command Line Interface (Install) 1.19.13 39 Tuesday, February 23, 2021 Approved
AWS Command Line Interface (Install) 1.19.12 44 Saturday, February 20, 2021 Approved
AWS Command Line Interface (Install) 1.19.11 40 Friday, February 19, 2021 Approved
AWS Command Line Interface (Install) 1.19.10 58 Thursday, February 18, 2021 Approved
AWS Command Line Interface (Install) 1.19.8 53 Tuesday, February 16, 2021 Approved
AWS Command Line Interface (Install) 1.19.7 49 Saturday, February 13, 2021 Approved
AWS Command Line Interface (Install) 1.19.4 61 Tuesday, February 9, 2021 Approved
AWS Command Line Interface (Install) 1.19.3 151 Saturday, February 6, 2021 Approved
AWS Command Line Interface (Install) 1.19.1 60 Thursday, February 4, 2021 Approved
AWS Command Line Interface (Install) 1.18.223 52 Saturday, January 30, 2021 Approved
AWS Command Line Interface (Install) 1.18.221 61 Thursday, January 28, 2021 Approved
AWS Command Line Interface (Install) 1.18.220 66 Wednesday, January 27, 2021 Approved
AWS Command Line Interface (Install) 1.18.219 77 Saturday, January 23, 2021 Approved
AWS Command Line Interface (Install) 1.18.216 51 Saturday, January 16, 2021 Approved
AWS Command Line Interface (Install) 1.18.214 65 Thursday, January 14, 2021 Approved
AWS Command Line Interface (Install) 1.18.212 61 Tuesday, January 12, 2021 Approved
AWS Command Line Interface (Install) 1.18.210 59 Thursday, January 7, 2021 Approved
AWS Command Line Interface (Install) 1.18.208 69 Tuesday, January 5, 2021 Approved
AWS Command Line Interface (Install) 1.18.207 54 Friday, January 1, 2021 Approved
AWS Command Line Interface (Install) 1.18.206 61 Thursday, December 31, 2020 Approved
AWS Command Line Interface (Install) 1.18.205 54 Tuesday, December 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.204 45 Monday, December 28, 2020 Approved
AWS Command Line Interface (Install) 1.18.201 51 Tuesday, December 22, 2020 Approved
AWS Command Line Interface (Install) 1.18.200 57 Friday, December 18, 2020 Approved
AWS Command Line Interface (Install) 1.18.197 53 Tuesday, December 15, 2020 Approved
AWS Command Line Interface (Install) 1.18.196 48 Tuesday, December 15, 2020 Approved
AWS Command Line Interface (Install) 1.18.195 854 Saturday, December 12, 2020 Approved
AWS Command Line Interface (Install) 1.18.193 53 Wednesday, December 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.191 44 Tuesday, December 8, 2020 Approved
AWS Command Line Interface (Install) 1.18.190 52 Saturday, December 5, 2020 Approved
AWS Command Line Interface (Install) 1.18.184 65 Tuesday, November 24, 2020 Approved
AWS Command Line Interface (Install) 1.18.183 64 Saturday, November 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.181 77 Thursday, November 19, 2020 Approved
AWS Command Line Interface (Install) 1.18.179 70 Tuesday, November 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.178 77 Saturday, November 14, 2020 Approved
AWS Command Line Interface (Install) 1.18.176 55 Thursday, November 12, 2020 Approved
AWS Command Line Interface (Install) 1.18.174 56 Monday, November 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.173 60 Saturday, November 7, 2020 Approved
AWS Command Line Interface (Install) 1.18.171 126 Thursday, November 5, 2020 Approved
AWS Command Line Interface (Install) 1.18.170 66 Tuesday, November 3, 2020 Approved
AWS Command Line Interface (Install) 1.18.167 73 Thursday, October 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.165 186 Tuesday, October 27, 2020 Approved
AWS Command Line Interface (Install) 1.18.164 64 Saturday, October 24, 2020 Approved
AWS Command Line Interface (Install) 1.18.162 62 Thursday, October 22, 2020 Approved
AWS Command Line Interface (Install) 1.18.160 76 Tuesday, October 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.159 54 Saturday, October 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.157 102 Saturday, October 10, 2020 Approved
AWS Command Line Interface (Install) 1.18.153 68 Tuesday, October 6, 2020 Approved
AWS Command Line Interface (Install) 1.18.152 77 Saturday, October 3, 2020 Approved
AWS Command Line Interface (Install) 1.18.150 65 Thursday, October 1, 2020 Approved
AWS Command Line Interface (Install) 1.18.148 68 Tuesday, September 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.147 94 Saturday, September 26, 2020 Approved
AWS Command Line Interface (Install) 1.18.146 60 Thursday, September 24, 2020 Approved
AWS Command Line Interface (Install) 1.18.144 54 Wednesday, September 23, 2020 Approved
AWS Command Line Interface (Install) 1.18.143 62 Tuesday, September 22, 2020 Approved
AWS Command Line Interface (Install) 1.18.142 70 Saturday, September 19, 2020 Approved
AWS Command Line Interface (Install) 1.18.141 341 Thursday, September 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.140 74 Thursday, September 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.138 60 Tuesday, September 15, 2020 Approved
AWS Command Line Interface (Install) 1.18.137 65 Saturday, September 12, 2020 Approved
AWS Command Line Interface (Install) 1.18.133 122 Saturday, September 5, 2020 Approved
AWS Command Line Interface (Install) 1.18.131 65 Thursday, September 3, 2020 Approved
AWS Command Line Interface (Install) 1.18.129 78 Tuesday, September 1, 2020 Approved
AWS Command Line Interface (Install) 1.18.128 79 Saturday, August 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.126 95 Thursday, August 27, 2020 Approved
AWS Command Line Interface (Install) 1.18.125 88 Tuesday, August 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.123 95 Thursday, August 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.121 123 Tuesday, August 18, 2020 Approved
AWS Command Line Interface (Install) 1.18.120 78 Saturday, August 15, 2020 Approved
AWS Command Line Interface (Install) 1.18.119 70 Thursday, August 13, 2020 Approved
AWS Command Line Interface (Install) 1.18.116 3261 Monday, August 10, 2020 Approved
AWS Command Line Interface (Install) 1.18.115 92 Saturday, August 8, 2020 Approved
AWS Command Line Interface (Install) 1.18.113 120 Thursday, August 6, 2020 Approved
AWS Command Line Interface (Install) 1.18.111 112 Tuesday, August 4, 2020 Approved
AWS Command Line Interface (Install) 1.18.110 110 Saturday, August 1, 2020 Approved
AWS Command Line Interface (Install) 1.18.108 108 Thursday, July 30, 2020 Approved
AWS Command Line Interface (Install) 1.18.106 130 Tuesday, July 28, 2020 Approved
AWS Command Line Interface (Install) 1.18.105 119 Saturday, July 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.103 130 Thursday, July 23, 2020 Approved
AWS Command Line Interface (Install) 1.18.101 1140 Tuesday, July 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.100 120 Saturday, July 18, 2020 Approved
AWS Command Line Interface (Install) 1.18.96 145 Thursday, July 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.94 171 Tuesday, July 7, 2020 Approved
AWS Command Line Interface (Install) 1.18.92 154 Thursday, July 2, 2020 Approved
AWS Command Line Interface (Install) 1.18.90 145 Tuesday, June 30, 2020 Approved
AWS Command Line Interface (Install) 1.18.89 192 Saturday, June 27, 2020 Approved
AWS Command Line Interface (Install) 1.18.87 143 Thursday, June 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.85 155 Tuesday, June 23, 2020 Approved
AWS Command Line Interface (Install) 1.18.84 173 Saturday, June 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.82 145 Thursday, June 18, 2020 Approved
AWS Command Line Interface (Install) 1.18.80 186 Tuesday, June 16, 2020 Approved
AWS Command Line Interface (Install) 1.18.79 165 Saturday, June 13, 2020 Approved
AWS Command Line Interface (Install) 1.18.75 142 Tuesday, June 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.74 165 Saturday, June 6, 2020 Approved
AWS Command Line Interface (Install) 1.18.72 160 Thursday, June 4, 2020 Approved
AWS Command Line Interface (Install) 1.18.70 145 Tuesday, June 2, 2020 Approved
AWS Command Line Interface (Install) 1.18.69 5421 Friday, May 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.68 188 Thursday, May 28, 2020 Approved
AWS Command Line Interface (Install) 1.18.65 9849 Thursday, May 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.63 138 Wednesday, May 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.62 179 Tuesday, May 19, 2020 Approved
AWS Command Line Interface (Install) 1.18.61 156 Saturday, May 16, 2020 Approved
AWS Command Line Interface (Install) 1.18.57 137 Tuesday, May 12, 2020 Approved
AWS Command Line Interface (Install) 1.18.56 192 Saturday, May 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.54 160 Thursday, May 7, 2020 Approved
AWS Command Line Interface (Install) 1.18.52 138 Tuesday, May 5, 2020 Approved
AWS Command Line Interface (Install) 1.18.51 218 Saturday, May 2, 2020 Approved
AWS Command Line Interface (Install) 1.18.50 123 Friday, May 1, 2020 Approved
AWS Command Line Interface (Install) 1.18.49 132 Thursday, April 30, 2020 Approved
AWS Command Line Interface (Install) 1.18.46 300 Saturday, April 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.43 172 Wednesday, April 22, 2020 Approved
AWS Command Line Interface (Install) 1.18.42 505 Tuesday, April 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.41 140 Friday, April 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.39 174 Thursday, April 9, 2020 Approved
AWS Command Line Interface (Install) 1.18.36 179 Saturday, April 4, 2020 Approved
AWS Command Line Interface (Install) 1.18.35 145 Friday, April 3, 2020 Approved
AWS Command Line Interface (Install) 1.18.34 128 Thursday, April 2, 2020 Approved
AWS Command Line Interface (Install) 1.18.31 163 Saturday, March 28, 2020 Approved
AWS Command Line Interface (Install) 1.18.30 164 Thursday, March 26, 2020 Approved
AWS Command Line Interface (Install) 1.18.29 140 Thursday, March 26, 2020 Approved
AWS Command Line Interface (Install) 1.18.28 238 Wednesday, March 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.26 173 Saturday, March 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.25 180 Friday, March 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.24 140 Thursday, March 19, 2020 Approved
AWS Command Line Interface (Install) 1.18.22 143 Tuesday, March 17, 2020 Approved
AWS Command Line Interface (Install) 1.18.21 192 Saturday, March 14, 2020 Approved
AWS Command Line Interface (Install) 1.18.20 169 Friday, March 13, 2020 Approved
AWS Command Line Interface (Install) 1.18.19 177 Thursday, March 12, 2020 Approved
AWS Command Line Interface (Install) 1.18.16 127 Saturday, March 7, 2020 Approved
AWS Command Line Interface (Install) 1.18.15 117 Friday, March 6, 2020 Approved
AWS Command Line Interface (Install) 1.18.14 170 Thursday, March 5, 2020 Approved
AWS Command Line Interface (Install) 1.18.11 19772 Saturday, February 29, 2020 Approved
AWS Command Line Interface (Install) 1.18.9 4056 Friday, February 28, 2020 Approved
AWS Command Line Interface (Install) 1.18.6 3563 Tuesday, February 25, 2020 Approved
AWS Command Line Interface (Install) 1.18.5 4237 Friday, February 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.4 1146 Friday, February 21, 2020 Approved
AWS Command Line Interface (Install) 1.18.3 1355 Thursday, February 20, 2020 Approved
AWS Command Line Interface (Install) 1.18.2 1343 Wednesday, February 19, 2020 Approved
AWS Command Line Interface (Install) 1.18.1 1598 Tuesday, February 18, 2020 Approved
AWS Command Line Interface (Install) 1.18.0 1918 Saturday, February 15, 2020 Approved
AWS Command Line Interface (Install) 1.17.17 3382 Friday, February 14, 2020 Approved
AWS Command Line Interface (Install) 1.17.16 1409 Thursday, February 13, 2020 Approved
AWS Command Line Interface (Install) 1.17.15 1482 Wednesday, February 12, 2020 Approved
AWS Command Line Interface (Install) 1.17.13 2996 Saturday, February 8, 2020 Approved
AWS Command Line Interface (Install) 1.17.12 1177 Friday, February 7, 2020 Approved
AWS Command Line Interface (Install) 1.17.11 109 Thursday, February 6, 2020 Approved
AWS Command Line Interface (Install) 1.17.10 133 Wednesday, February 5, 2020 Approved
AWS Command Line Interface (Install) 1.17.9 8223 Saturday, January 25, 2020 Approved
AWS Command Line Interface (Install) 1.17.8 890 Friday, January 24, 2020 Approved
AWS Command Line Interface (Install) 1.17.7 2988 Wednesday, January 22, 2020 Approved
AWS Command Line Interface (Install) 1.17.6 222 Tuesday, January 21, 2020 Approved
AWS Command Line Interface (Install) 1.17.5 2497 Saturday, January 18, 2020 Approved
AWS Command Line Interface (Install) 1.17.4 1149 Friday, January 17, 2020 Approved
AWS Command Line Interface (Install) 1.17.3 1064 Thursday, January 16, 2020 Approved
AWS Command Line Interface (Install) 1.17.2 1981 Tuesday, January 14, 2020 Approved
AWS Command Line Interface (Install) 1.17.1 1129 Tuesday, January 14, 2020 Approved
AWS Command Line Interface (Install) 1.17.0 1959 Saturday, January 11, 2020 Approved
AWS Command Line Interface (Install) 1.16.314 1302 Friday, January 10, 2020 Approved
AWS Command Line Interface (Install) 1.16.313 1370 Thursday, January 9, 2020 Approved
AWS Command Line Interface (Install) 1.16.312 1051 Wednesday, January 8, 2020 Approved
AWS Command Line Interface (Install) 1.16.311 1294 Tuesday, January 7, 2020 Approved
AWS Command Line Interface (Install) 1.16.310 128 Friday, January 3, 2020 Approved
AWS Command Line Interface (Install) 1.16.309 1372 Tuesday, December 24, 2019 Approved
AWS Command Line Interface (Install) 1.16.308 5752 Saturday, December 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.307 1015 Friday, December 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.305 1981 Wednesday, December 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.303 2472 Saturday, December 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.302 1140 Friday, December 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.301 1475 Thursday, December 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.300 1234 Wednesday, December 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.299 1488 Tuesday, December 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.298 2509 Friday, December 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.297 1254 Thursday, December 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.296 1300 Wednesday, December 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.294 768 Tuesday, December 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.292 4484 Wednesday, November 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.291 1316 Tuesday, November 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.290 2007 Saturday, November 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.289 1163 Friday, November 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.287 1249 Thursday, November 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.286 1699 Wednesday, November 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.284 1499 Tuesday, November 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.283 2163 Saturday, November 16, 2019 Approved
AWS Command Line Interface (Install) 1.16.282 1231 Friday, November 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.281 1480 Thursday, November 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.280 1464 Wednesday, November 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.279 1401 Tuesday, November 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.278 2024 Saturday, November 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.277 2479 Friday, November 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.276 1336 Thursday, November 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.274 1579 Tuesday, November 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.273 1256 Tuesday, November 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.272 2035 Saturday, November 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.271 970 Friday, November 1, 2019 Approved
AWS Command Line Interface (Install) 1.16.270 1450 Thursday, October 31, 2019 Approved
AWS Command Line Interface (Install) 1.16.269 1496 Wednesday, October 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.268 1557 Tuesday, October 29, 2019 Approved
AWS Command Line Interface (Install) 1.16.266 2820 Friday, October 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.265 1730 Thursday, October 24, 2019 Approved
AWS Command Line Interface (Install) 1.16.264 1500 Wednesday, October 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.263 3487 Friday, October 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.262 666 Friday, October 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.261 2293 Thursday, October 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.260 1513 Wednesday, October 16, 2019 Approved
AWS Command Line Interface (Install) 1.16.259 1456 Tuesday, October 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.258 1915 Saturday, October 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.257 1265 Friday, October 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.256 2005 Thursday, October 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.255 1644 Wednesday, October 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.254 1335 Tuesday, October 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.253 1973 Saturday, October 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.252 1466 Friday, October 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.251 2098 Thursday, October 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.250 1594 Wednesday, October 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.249 1597 Tuesday, October 1, 2019 Approved
AWS Command Line Interface (Install) 1.16.248 2300 Saturday, September 28, 2019 Approved
AWS Command Line Interface (Install) 1.16.247 1086 Friday, September 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.246 1795 Wednesday, September 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.245 1391 Wednesday, September 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.244 1478 Tuesday, September 24, 2019 Approved
AWS Command Line Interface (Install) 1.16.243 1813 Saturday, September 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.242 1176 Friday, September 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.241 2277 Thursday, September 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.240 1454 Wednesday, September 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.239 1103 Tuesday, September 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.238 7106 Friday, September 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.237 1781 Thursday, September 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.236 1325 Wednesday, September 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.235 1259 Tuesday, September 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.234 1736 Saturday, September 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.233 1155 Friday, September 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.232 1788 Thursday, September 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.231 1206 Wednesday, September 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.230 2463 Saturday, August 31, 2019 Approved
AWS Command Line Interface (Install) 1.16.229 1827 Friday, August 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.228 2772 Thursday, August 29, 2019 Approved
AWS Command Line Interface (Install) 1.16.227 2293 Wednesday, August 28, 2019 Approved
AWS Command Line Interface (Install) 1.16.226 1219 Tuesday, August 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.225 1959 Friday, August 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.224 1039 Friday, August 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.223 1072 Thursday, August 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.222 1177 Wednesday, August 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.221 2534 Tuesday, August 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.220 1788 Saturday, August 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.219 1044 Friday, August 16, 2019 Approved
AWS Command Line Interface (Install) 1.16.218 1128 Thursday, August 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.217 1566 Wednesday, August 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.216 1078 Tuesday, August 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.215 1588 Saturday, August 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.214 958 Friday, August 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.213 2148 Thursday, August 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.212 487 Wednesday, August 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.211 1665 Tuesday, August 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.210 1615 Saturday, August 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.209 4888 Wednesday, July 31, 2019 Approved
AWS Command Line Interface (Install) 1.16.208 969 Tuesday, July 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.207 1581 Saturday, July 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.206 1137 Friday, July 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.205 1317 Thursday, July 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.204 1146 Tuesday, July 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.203 1143 Tuesday, July 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.202 1108 Monday, July 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.201 772 Saturday, July 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.200 868 Friday, July 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.199 1057 Thursday, July 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.198 3066 Saturday, July 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.197 885 Friday, July 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.196 971 Thursday, July 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.195 995 Wednesday, July 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.194 1211 Tuesday, July 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.193 2666 Thursday, July 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.192 923 Wednesday, July 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.191 925 Tuesday, July 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.190 1492 Saturday, June 29, 2019 Approved
AWS Command Line Interface (Install) 1.16.189 822 Friday, June 28, 2019 Approved
AWS Command Line Interface (Install) 1.16.188 927 Thursday, June 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.186 1153 Wednesday, June 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.185 954 Tuesday, June 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.184 2785 Saturday, June 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.183 926 Friday, June 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.182 803 Thursday, June 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.181 1297 Wednesday, June 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.180 1406 Tuesday, June 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.179 1634 Saturday, June 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.178 846 Friday, June 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.177 2207 Thursday, June 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.176 1519 Wednesday, June 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.175 1440 Tuesday, June 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.174 1819 Saturday, June 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.173 1013 Friday, June 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.172 1220 Thursday, June 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.171 1231 Wednesday, June 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.170 1380 Tuesday, June 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.169 2931 Friday, May 31, 2019 Approved
AWS Command Line Interface (Install) 1.16.168 1115 Thursday, May 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.167 1001 Wednesday, May 29, 2019 Approved
AWS Command Line Interface (Install) 1.16.166 2271 Saturday, May 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.165 971 Friday, May 24, 2019 Approved
AWS Command Line Interface (Install) 1.16.164 12719 Thursday, May 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.163 1192 Wednesday, May 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.162 1231 Monday, May 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.161 1717 Saturday, May 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.160 1066 Friday, May 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.159 962 Thursday, May 16, 2019 Approved
AWS Command Line Interface (Install) 1.16.158 1041 Wednesday, May 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.157 1334 Tuesday, May 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.156 1769 Saturday, May 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.155 1617 Thursday, May 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.154 1168 Wednesday, May 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.153 1252 Tuesday, May 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.152 2544 Saturday, May 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.151 1366 Friday, May 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.150 1193 Thursday, May 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.149 979 Wednesday, May 1, 2019 Approved
AWS Command Line Interface (Install) 1.16.148 1171 Tuesday, April 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.147 1920 Saturday, April 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.146 1151 Friday, April 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.145 1430 Thursday, April 25, 2019 Approved
AWS Command Line Interface (Install) 1.16.144 2913 Saturday, April 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.143 1029 Friday, April 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.142 999 Thursday, April 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.141 1057 Wednesday, April 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.140 10475 Saturday, April 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.139 1067 Friday, April 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.138 1186 Thursday, April 4, 2019 Approved
AWS Command Line Interface (Install) 1.16.137 717 Wednesday, April 3, 2019 Approved
AWS Command Line Interface (Install) 1.16.136 1421 Tuesday, April 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.135 1960 Saturday, March 30, 2019 Approved
AWS Command Line Interface (Install) 1.16.134 1121 Friday, March 29, 2019 Approved
AWS Command Line Interface (Install) 1.16.133 1608 Thursday, March 28, 2019 Approved
AWS Command Line Interface (Install) 1.16.132 1493 Tuesday, March 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.131 1130 Tuesday, March 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.130 1804 Saturday, March 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.129 920 Friday, March 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.128 1106 Thursday, March 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.127 863 Wednesday, March 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.126 1572 Tuesday, March 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.125 2556 Friday, March 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.124 1148 Thursday, March 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.123 372 Wednesday, March 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.122 1875 Tuesday, March 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.121 1872 Saturday, March 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.120 993 Friday, March 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.119 1009 Thursday, March 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.118 1118 Wednesday, March 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.117 1460 Tuesday, March 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.116 1615 Saturday, March 2, 2019 Approved
AWS Command Line Interface (Install) 1.16.115 1330 Friday, March 1, 2019 Approved
AWS Command Line Interface (Install) 1.16.114 4621 Thursday, February 28, 2019 Approved
AWS Command Line Interface (Install) 1.16.113 1480 Wednesday, February 27, 2019 Approved
AWS Command Line Interface (Install) 1.16.112 1141 Tuesday, February 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.111 1599 Saturday, February 23, 2019 Approved
AWS Command Line Interface (Install) 1.16.110 889 Friday, February 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.109 1270 Thursday, February 21, 2019 Approved
AWS Command Line Interface (Install) 1.16.108 1138 Wednesday, February 20, 2019 Approved
AWS Command Line Interface (Install) 1.16.107 1178 Tuesday, February 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.106 1868 Saturday, February 16, 2019 Approved
AWS Command Line Interface (Install) 1.16.105 1183 Friday, February 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.104 1125 Thursday, February 14, 2019 Approved
AWS Command Line Interface (Install) 1.16.103 795 Wednesday, February 13, 2019 Approved
AWS Command Line Interface (Install) 1.16.102 1195 Tuesday, February 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.101 1457 Saturday, February 9, 2019 Approved
AWS Command Line Interface (Install) 1.16.99 1643 Thursday, February 7, 2019 Approved
AWS Command Line Interface (Install) 1.16.98 1186 Wednesday, February 6, 2019 Approved
AWS Command Line Interface (Install) 1.16.97 1110 Tuesday, February 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.96 5813 Saturday, January 26, 2019 Approved
AWS Command Line Interface (Install) 1.16.94 1675 Thursday, January 24, 2019 Approved
AWS Command Line Interface (Install) 1.16.93 1719 Tuesday, January 22, 2019 Approved
AWS Command Line Interface (Install) 1.16.92 1657 Saturday, January 19, 2019 Approved
AWS Command Line Interface (Install) 1.16.91 973 Friday, January 18, 2019 Approved
AWS Command Line Interface (Install) 1.16.90 1172 Thursday, January 17, 2019 Approved
AWS Command Line Interface (Install) 1.16.89 1794 Tuesday, January 15, 2019 Approved
AWS Command Line Interface (Install) 1.16.88 1551 Saturday, January 12, 2019 Approved
AWS Command Line Interface (Install) 1.16.87 875 Friday, January 11, 2019 Approved
AWS Command Line Interface (Install) 1.16.86 903 Thursday, January 10, 2019 Approved
AWS Command Line Interface (Install) 1.16.85 1682 Tuesday, January 8, 2019 Approved
AWS Command Line Interface (Install) 1.16.84 1459 Saturday, January 5, 2019 Approved
AWS Command Line Interface (Install) 1.16.81 4960 Saturday, December 22, 2018 Approved
AWS Command Line Interface (Install) 1.16.80 803 Friday, December 21, 2018 Approved
AWS Command Line Interface (Install) 1.16.79 875 Thursday, December 20, 2018 Approved
AWS Command Line Interface (Install) 1.16.78 1051 Wednesday, December 19, 2018 Approved
AWS Command Line Interface (Install) 1.16.77 891 Tuesday, December 18, 2018 Approved
AWS Command Line Interface (Install) 1.16.76 1402 Saturday, December 15, 2018 Approved
AWS Command Line Interface (Install) 1.16.75 1004 Friday, December 14, 2018 Approved
AWS Command Line Interface (Install) 1.16.74 1117 Thursday, December 13, 2018 Approved
AWS Command Line Interface (Install) 1.16.73 1108 Wednesday, December 12, 2018 Approved
AWS Command Line Interface (Install) 1.16.72 2494 Saturday, December 8, 2018 Approved
AWS Command Line Interface (Install) 1.16.71 1003 Friday, December 7, 2018 Approved
AWS Command Line Interface (Install) 1.16.70 1391 Thursday, December 6, 2018 Approved
AWS Command Line Interface (Install) 1.16.69 1288 Wednesday, December 5, 2018 Approved
AWS Command Line Interface (Install) 1.16.68 1835 Tuesday, December 4, 2018 Approved
AWS Command Line Interface (Install) 1.16.67 2941 Friday, November 30, 2018 Approved
AWS Command Line Interface (Install) 1.16.65 1007 Thursday, November 29, 2018 Approved
AWS Command Line Interface (Install) 1.16.63 1227 Wednesday, November 28, 2018 Approved
AWS Command Line Interface (Install) 1.16.60 3942 Thursday, November 22, 2018 Approved
AWS Command Line Interface (Install) 1.16.59 724 Wednesday, November 21, 2018 Approved
AWS Command Line Interface (Install) 1.16.58 1459 Tuesday, November 20, 2018 Approved
AWS Command Line Interface (Install) 1.16.57 2058 Saturday, November 17, 2018 Approved
AWS Command Line Interface (Install) 1.16.56 1184 Friday, November 16, 2018 Approved
AWS Command Line Interface (Install) 1.16.55 1233 Thursday, November 15, 2018 Approved
AWS Command Line Interface (Install) 1.16.54 1219 Wednesday, November 14, 2018 Approved
AWS Command Line Interface (Install) 1.16.53 1338 Tuesday, November 13, 2018 Approved
AWS Command Line Interface (Install) 1.16.52 1897 Saturday, November 10, 2018 Approved
AWS Command Line Interface (Install) 1.16.51 738 Friday, November 9, 2018 Approved
AWS Command Line Interface (Install) 1.16.50 624 Thursday, November 8, 2018 Approved
AWS Command Line Interface (Install) 1.16.48 2383 Tuesday, November 6, 2018 Approved
AWS Command Line Interface (Install) 1.16.47 1736 Saturday, November 3, 2018 Approved
AWS Command Line Interface (Install) 1.16.46 986 Friday, November 2, 2018 Approved
AWS Command Line Interface (Install) 1.16.45 1083 Thursday, November 1, 2018 Approved
AWS Command Line Interface (Install) 1.16.44 1080 Wednesday, October 31, 2018 Approved
AWS Command Line Interface (Install) 1.16.43 2211 Sunday, October 28, 2018 Approved
AWS Command Line Interface (Install) 1.16.42 1459 Friday, October 26, 2018 Approved
AWS Command Line Interface (Install) 1.16.41 1006 Thursday, October 25, 2018 Approved
AWS Command Line Interface (Install) 1.16.40 1051 Wednesday, October 24, 2018 Approved
AWS Command Line Interface (Install) 1.16.39 941 Tuesday, October 23, 2018 Approved
AWS Command Line Interface (Install) 1.16.38 1099 Sunday, October 21, 2018 Approved
AWS Command Line Interface (Install) 1.16.37 1512 Friday, October 19, 2018 Approved
AWS Command Line Interface (Install) 1.16.36 1020 Thursday, October 18, 2018 Approved
AWS Command Line Interface (Install) 1.16.35 1210 Wednesday, October 17, 2018 Approved
AWS Command Line Interface (Install) 1.16.34 939 Tuesday, October 16, 2018 Approved
AWS Command Line Interface (Install) 1.16.33 1015 Sunday, October 14, 2018 Approved
AWS Command Line Interface (Install) 1.16.32 1498 Friday, October 12, 2018 Approved
AWS Command Line Interface (Install) 1.16.29 2380 Tuesday, October 9, 2018 Approved
AWS Command Line Interface (Install) 1.16.28 996 Monday, October 8, 2018 Approved
AWS Command Line Interface (Install) 1.16.27 1496 Friday, October 5, 2018 Approved
AWS Command Line Interface (Install) 1.16.26 1535 Wednesday, October 3, 2018 Approved
AWS Command Line Interface (Install) 1.16.25 1017 Tuesday, October 2, 2018 Approved
AWS Command Line Interface (Install) 1.16.24 996 Monday, October 1, 2018 Approved
AWS Command Line Interface (Install) 1.16.23 1366 Friday, September 28, 2018 Approved
AWS Command Line Interface (Install) 1.16.22 915 Thursday, September 27, 2018 Approved
AWS Command Line Interface (Install) 1.16.21 985 Wednesday, September 26, 2018 Approved
AWS Command Line Interface (Install) 1.16.20 1036 Tuesday, September 25, 2018 Approved
AWS Command Line Interface (Install) 1.16.19 990 Monday, September 24, 2018 Approved
AWS Command Line Interface (Install) 1.16.18 1905 Friday, September 21, 2018 Approved
AWS Command Line Interface (Install) 1.16.17 1275 Thursday, September 20, 2018 Approved
AWS Command Line Interface (Install) 1.16.16 1052 Wednesday, September 19, 2018 Approved
AWS Command Line Interface (Install) 1.16.15 1185 Tuesday, September 18, 2018 Approved
AWS Command Line Interface (Install) 1.16.14 2476 Friday, September 14, 2018 Approved
AWS Command Line Interface (Install) 1.16.13 1138 Thursday, September 13, 2018 Approved
AWS Command Line Interface (Install) 1.16.11 1708 Tuesday, September 11, 2018 Approved
AWS Command Line Interface (Install) 1.16.10 1249 Monday, September 10, 2018 Approved
AWS Command Line Interface (Install) 1.16.9 1706 Friday, September 7, 2018 Approved
AWS Command Line Interface (Install) 1.16.8 978 Thursday, September 6, 2018 Approved
AWS Command Line Interface (Install) 1.16.7 990 Wednesday, September 5, 2018 Approved
AWS Command Line Interface (Install) 1.16.6 1735 Monday, September 3, 2018 Approved
AWS Command Line Interface (Install) 1.16.5 1887 Friday, August 31, 2018 Approved
AWS Command Line Interface (Install) 1.16.4 1007 Thursday, August 30, 2018 Approved
AWS Command Line Interface (Install) 1.16.3 647 Wednesday, August 29, 2018 Approved
AWS Command Line Interface (Install) 1.16.2 451 Tuesday, August 28, 2018 Approved
AWS Command Line Interface (Install) 1.16.1 1870 Monday, August 27, 2018 Approved
AWS Command Line Interface (Install) 1.15.85 1586 Friday, August 24, 2018 Approved
AWS Command Line Interface (Install) 1.15.84 1786 Thursday, August 23, 2018 Approved
AWS Command Line Interface (Install) 1.15.83 603 Wednesday, August 22, 2018 Approved
AWS Command Line Interface (Install) 1.15.82 1350 Tuesday, August 21, 2018 Approved
AWS Command Line Interface (Install) 1.15.81 1019 Monday, August 20, 2018 Approved
AWS Command Line Interface (Install) 1.15.80 1557 Friday, August 17, 2018 Approved
AWS Command Line Interface (Install) 1.15.79 888 Thursday, August 16, 2018 Approved
AWS Command Line Interface (Install) 1.15.78 905 Wednesday, August 15, 2018 Approved
AWS Command Line Interface (Install) 1.15.77 824 Tuesday, August 14, 2018 Approved
AWS Command Line Interface (Install) 1.15.76 923 Monday, August 13, 2018 Approved
AWS Command Line Interface (Install) 1.15.75 1525 Friday, August 10, 2018 Approved
AWS Command Line Interface (Install) 1.15.74 931 Thursday, August 9, 2018 Approved
AWS Command Line Interface (Install) 1.15.73 880 Wednesday, August 8, 2018 Approved
AWS Command Line Interface (Install) 1.15.72 902 Tuesday, August 7, 2018 Approved
AWS Command Line Interface (Install) 1.15.71 914 Monday, August 6, 2018 Approved
AWS Command Line Interface (Install) 1.15.70 1369 Friday, August 3, 2018 Approved
AWS Command Line Interface (Install) 1.15.69 927 Thursday, August 2, 2018 Approved
AWS Command Line Interface (Install) 1.15.68 954 Wednesday, August 1, 2018 Approved
AWS Command Line Interface (Install) 1.15.67 938 Tuesday, July 31, 2018 Approved
AWS Command Line Interface (Install) 1.15.66 2202 Friday, July 27, 2018 Approved
AWS Command Line Interface (Install) 1.15.65 987 Thursday, July 26, 2018 Approved
AWS Command Line Interface (Install) 1.15.64 960 Wednesday, July 25, 2018 Approved
AWS Command Line Interface (Install) 1.15.63 1948 Monday, July 23, 2018 Approved
AWS Command Line Interface (Install) 1.15.62 1482 Friday, July 20, 2018 Approved
AWS Command Line Interface (Install) 1.15.61 1038 Thursday, July 19, 2018 Approved
AWS Command Line Interface (Install) 1.15.60 1002 Wednesday, July 18, 2018 Approved
AWS Command Line Interface (Install) 1.15.59 1442 Monday, July 16, 2018 Approved
AWS Command Line Interface (Install) 1.15.58 1335 Friday, July 13, 2018 Approved
AWS Command Line Interface (Install) 1.15.57 922 Thursday, July 12, 2018 Approved
AWS Command Line Interface (Install) 1.15.56 921 Wednesday, July 11, 2018 Approved
AWS Command Line Interface (Install) 1.15.55 851 Tuesday, July 10, 2018 Approved
AWS Command Line Interface (Install) 1.15.53 948 Sunday, July 8, 2018 Approved
AWS Command Line Interface (Install) 1.15.52 1214 Friday, July 6, 2018 Approved
AWS Command Line Interface 1.15.51 1515 Tuesday, July 3, 2018 Approved
AWS Command Line Interface 1.15.50 861 Monday, July 2, 2018 Approved
AWS Command Line Interface (Install) 1.15.49 1875 Friday, June 29, 2018 Approved
AWS Command Line Interface (Install) 1.15.47 864 Thursday, June 28, 2018 Approved
AWS Command Line Interface (Install) 1.15.46 449 Wednesday, June 27, 2018 Approved
AWS Command Line Interface (Install) 1.15.45 402 Monday, June 25, 2018 Approved
AWS Command Line Interface (Install) 1.15.44 672 Friday, June 22, 2018 Approved
AWS Command Line Interface (Install) 1.15.42 2981 Thursday, June 21, 2018 Approved
AWS Command Line Interface (Install) 1.15.41 919 Wednesday, June 20, 2018 Approved
AWS Command Line Interface (Install) 1.15.40 1388 Monday, June 18, 2018 Approved
AWS Command Line Interface (Install) 1.15.39 1382 Friday, June 15, 2018 Approved
AWS Command Line Interface (Install) 1.15.37 1479 Wednesday, June 13, 2018 Approved
AWS Command Line Interface (Install) 1.15.35 1432 Monday, June 11, 2018 Approved
AWS Command Line Interface (Install) 1.15.34 1532 Friday, June 8, 2018 Approved
AWS Command Line Interface (Install) 1.15.33 1783 Wednesday, June 6, 2018 Approved
AWS Command Line Interface ((Install) 1.15.31 2110 Saturday, June 2, 2018 Approved
AWS Command Line Interface 1.15.20 6901 Tuesday, May 15, 2018 Approved
AWS Command Line Interface 1.15.2 15300 Friday, April 6, 2018 Approved
AWS Command Line Interface 1.15.1 699 Thursday, April 5, 2018 Approved
AWS Command Line Interface 1.15.0 646 Wednesday, April 4, 2018 Approved
AWS Command Line Interface 1.14.70 743 Tuesday, April 3, 2018 Approved
AWS Command Line Interface 1.14.69 247 Tuesday, April 3, 2018 Approved
AWS Command Line Interface 1.14.68 227 Friday, March 30, 2018 Approved
AWS Command Line Interface 1.14.67 1488 Friday, March 30, 2018 Approved
AWS Command Line Interface 1.14.43 11517 Tuesday, February 20, 2018 Approved
AWS Command Line Interface 1.14.42 794 Monday, February 19, 2018 Approved
AWS Command Line Interface 1.14.41 753 Sunday, February 18, 2018 Approved
AWS Command Line Interface 1.14.40 807 Thursday, February 15, 2018 Approved
AWS Command Line Interface 1.14.39 638 Thursday, February 15, 2018 Approved
AWS Command Line Interface 1.14.37 1139 Tuesday, February 13, 2018 Approved
AWS Command Line Interface 1.14.36 1085 Saturday, February 10, 2018 Approved
AWS Command Line Interface 1.14.35 687 Thursday, February 8, 2018 Approved
AWS Command Line Interface 1.14.34 951 Wednesday, February 7, 2018 Approved
AWS Command Line Interface 1.14.32 2676 Tuesday, January 30, 2018 Approved
AWS Command Line Interface 1.14.30 2412 Tuesday, January 23, 2018 Approved
AWS Command Line Interface 1.14.29 379 Monday, January 22, 2018 Approved
AWS Command Line Interface 1.14.24 2962 Saturday, January 13, 2018 Approved
AWS Command Line Interface 1.14.23 776 Thursday, January 11, 2018 Approved
AWS Command Line Interface 1.14.22 716 Thursday, January 11, 2018 Approved
AWS Command Line Interface 1.14.19 2162 Saturday, January 6, 2018 Approved
AWS Command Line Interface 1.14.18 1414 Wednesday, January 3, 2018 Approved
AWS Command Line Interface 1.14.16 1454 Friday, December 22, 2017 Approved
AWS Command Line Interface 1.14.15 521 Friday, December 22, 2017 Approved
AWS Command Line Interface 1.14.12 1053 Tuesday, December 19, 2017 Approved
AWS Command Line Interface 1.14.11 800 Saturday, December 16, 2017 Approved
AWS Command Line Interface 1.14.10 668 Thursday, December 14, 2017 Approved
AWS Command Line Interface 1.14.9 915 Tuesday, December 12, 2017 Approved
AWS Command Line Interface 1.14.8 585 Tuesday, December 12, 2017 Approved
AWS Command Line Interface 1.14.7 838 Saturday, December 9, 2017 Approved
AWS Command Line Interface 1.14.6 594 Thursday, December 7, 2017 Approved
AWS Command Line Interface 1.14.5 426 Thursday, December 7, 2017 Approved
AWS Command Line Interface 1.14.3 1059 Monday, December 4, 2017 Approved
AWS Command Line Interface 1.14.2 965 Thursday, November 30, 2017 Approved
AWS Command Line Interface 1.14.1 501 Thursday, November 30, 2017 Approved
AWS Command Line Interface 1.14.0 388 Wednesday, November 29, 2017 Approved
AWS Command Line Interface 1.13.0 522 Wednesday, November 29, 2017 Approved
AWS Command Line Interface 1.12.2 864 Monday, November 27, 2017 Approved
AWS Command Line Interface 1.12.1 860 Thursday, November 23, 2017 Approved
AWS Command Line Interface 1.12.0 518 Wednesday, November 22, 2017 Approved
AWS Command Line Interface 1.11.190 659 Tuesday, November 21, 2017 Approved
AWS Command Line Interface 1.11.189 775 Saturday, November 18, 2017 Approved
AWS Command Line Interface 1.11.188 594 Friday, November 17, 2017 Approved
AWS Command Line Interface 1.11.187 582 Wednesday, November 15, 2017 Approved
AWS Command Line Interface 1.11.186 577 Wednesday, November 15, 2017 Approved
AWS Command Line Interface 1.11.185 1124 Thursday, November 9, 2017 Approved
AWS Command Line Interface 1.11.184 749 Thursday, November 9, 2017 Approved
AWS Command Line Interface 1.11.183 626 Tuesday, November 7, 2017 Approved
AWS Command Line Interface 1.11.181 997 Saturday, November 4, 2017 Approved
AWS Command Line Interface 1.11.180 588 Friday, November 3, 2017 Approved
AWS Command Line Interface 1.11.179 589 Thursday, November 2, 2017 Approved
AWS Command Line Interface 1.11.178 1474 Friday, October 27, 2017 Approved
AWS Command Line Interface 1.11.177 781 Wednesday, October 25, 2017 Approved
AWS Command Line Interface 1.11.176 616 Tuesday, October 24, 2017 Approved
AWS Command Line Interface 1.11.175 823 Friday, October 20, 2017 Approved
AWS Command Line Interface 1.11.174 623 Thursday, October 19, 2017 Approved
AWS Command Line Interface 1.11.173 628 Wednesday, October 18, 2017 Approved
AWS Command Line Interface 1.11.172 733 Tuesday, October 17, 2017 Approved
AWS Command Line Interface 1.11.171 685 Monday, October 16, 2017 Approved
AWS Command Line Interface 1.11.170 1020 Thursday, October 12, 2017 Approved
AWS Command Line Interface 1.11.169 693 Wednesday, October 11, 2017 Approved
AWS Command Line Interface 1.11.167 1483 Saturday, October 7, 2017 Approved
AWS Command Line Interface 1.11.166 530 Thursday, October 5, 2017 Approved
AWS Command Line Interface 1.11.165 542 Thursday, October 5, 2017 Approved
AWS Command Line Interface 1.11.164 666 Tuesday, October 3, 2017 Approved
AWS Command Line Interface 1.11.163 627 Monday, October 2, 2017 Approved
AWS Command Line Interface 1.11.162 704 Saturday, September 30, 2017 Approved
AWS Command Line Interface 1.11.160 1848 Tuesday, September 26, 2017 Approved
AWS Command Line Interface 1.11.159 15443 Monday, September 25, 2017 Approved
AWS Command Line Interface 1.11.158 1358 Thursday, September 21, 2017 Approved
AWS Command Line Interface 1.11.157 405 Thursday, September 21, 2017 Approved
AWS Command Line Interface 1.11.156 930 Wednesday, September 20, 2017 Approved
AWS Command Line Interface 1.11.155 713 Tuesday, September 19, 2017 Approved
AWS Command Line Interface 1.11.154 939 Friday, September 15, 2017 Approved
AWS Command Line Interface 1.11.152 862 Wednesday, September 13, 2017 Approved
AWS Command Line Interface 1.11.151 699 Tuesday, September 12, 2017 Approved
AWS Command Line Interface 1.11.150 696 Tuesday, September 12, 2017 Approved
AWS Command Line Interface 1.11.148 1243 Friday, September 8, 2017 Approved
AWS Command Line Interface 1.11.146 1059 Tuesday, September 5, 2017 Approved
AWS Command Line Interface 1.11.145 1650 Saturday, September 2, 2017 Approved
AWS Command Line Interface 1.11.144 13550 Friday, September 1, 2017 Approved
AWS Command Line Interface 1.11.143 664 Thursday, August 31, 2017 Approved
AWS Command Line Interface 1.11.142 870 Tuesday, August 29, 2017 Approved
AWS Command Line Interface 1.11.141 1799 Saturday, August 26, 2017 Approved
AWS Command Line Interface 1.11.140 1068 Thursday, August 24, 2017 Approved
AWS Command Line Interface 1.11.139 913 Wednesday, August 23, 2017 Approved
AWS Command Line Interface 1.11.137 1482 Tuesday, August 22, 2017 Approved
AWS Command Line Interface 1.11.133 4141 Saturday, August 12, 2017 Approved
AWS Command Line Interface 1.11.132 952 Friday, August 11, 2017 Approved
AWS Command Line Interface 1.11.131 1161 Wednesday, August 9, 2017 Approved
AWS Command Line Interface 1.11.129 7031 Wednesday, August 2, 2017 Approved
AWS Command Line Interface 1.11.128 1079 Tuesday, August 1, 2017 Approved
AWS Command Line Interface 1.11.127 2171 Friday, July 28, 2017 Approved
AWS Command Line Interface 1.11.126 1083 Thursday, July 27, 2017 Approved
AWS Command Line Interface 1.11.125 559 Wednesday, July 26, 2017 Approved
AWS Command Line Interface 1.11.124 1644 Monday, July 24, 2017 Approved
AWS Command Line Interface 1.11.123 2166 Friday, July 21, 2017 Approved
AWS Command Line Interface 1.11.122 999 Wednesday, July 19, 2017 Approved
AWS Command Line Interface 1.11.121 1503 Tuesday, July 18, 2017 Approved
AWS Command Line Interface 1.11.120 2010 Saturday, July 15, 2017 Approved
AWS Command Line Interface 1.11.118 1770 Thursday, July 13, 2017 Approved
AWS Command Line Interface 1.11.115 8398 Friday, June 30, 2017 Approved
AWS Command Line Interface 1.11.114 1218 Thursday, June 29, 2017 Approved
AWS Command Line Interface 1.11.113 1212 Wednesday, June 28, 2017 Approved
AWS Command Line Interface 1.11.112 3373 Friday, June 23, 2017 Approved
AWS Command Line Interface 1.11.111 776 Friday, June 23, 2017 Approved
AWS Command Line Interface 1.11.110 1194 Thursday, June 22, 2017 Approved
AWS Command Line Interface 1.11.109 835 Wednesday, June 21, 2017 Approved
AWS Command Line Interface 1.11.108 1357 Monday, June 19, 2017 Approved
AWS Command Line Interface 1.11.107 1509 Sunday, June 18, 2017 Approved
AWS Command Line Interface 1.11.101 7150 Thursday, June 8, 2017 Approved
AWS Command Line Interface 1.11.100 1430 Wednesday, June 7, 2017 Approved
AWS Command Line Interface 1.11.99 583 Wednesday, June 7, 2017 Approved
AWS Command Line Interface 1.11.98 705 Monday, June 5, 2017 Approved
AWS Command Line Interface 1.11.97 3025 Saturday, June 3, 2017 Approved
AWS Command Line Interface 1.11.96 1128 Friday, June 2, 2017 Approved
AWS Command Line Interface 1.11.95 1142 Wednesday, May 31, 2017 Approved
AWS Command Line Interface 1.11.94 1076 Wednesday, May 31, 2017 Approved
AWS Command Line Interface 1.11.91 4607 Wednesday, May 24, 2017 Approved
AWS Command Line Interface 1.11.90 686 Tuesday, May 23, 2017 Approved
AWS Command Line Interface 1.11.89 3145 Friday, May 19, 2017 Approved
AWS Command Line Interface 1.11.88 936 Thursday, May 18, 2017 Approved
AWS Command Line Interface 1.11.87 1166 Wednesday, May 17, 2017 Approved
AWS Command Line Interface 1.11.86 1073 Tuesday, May 16, 2017 Approved
AWS Command Line Interface 1.11.85 2302 Friday, May 12, 2017 Approved
AWS Command Line Interface 1.11.83 3848 Friday, May 5, 2017 Approved
AWS Command Line Interface 1.11.82 3542 Saturday, April 29, 2017 Approved
AWS Command Line Interface 1.11.81 1792 Wednesday, April 26, 2017 Approved
AWS Command Line Interface 1.11.80 1358 Saturday, April 22, 2017 Approved
AWS Command Line Interface 1.11.79 525 Friday, April 21, 2017 Approved
AWS Command Line Interface 1.11.78 838 Wednesday, April 19, 2017 Approved
AWS Command Line Interface 1.11.77 1385 Tuesday, April 18, 2017 Approved
AWS Command Line Interface 1.11.76 7894 Tuesday, April 11, 2017 Approved
AWS Command Line Interface 1.11.75 1388 Saturday, April 8, 2017 Approved
AWS Command Line Interface 1.11.74 793 Thursday, April 6, 2017 Approved
AWS Command Line Interface 1.11.73 805 Thursday, April 6, 2017 Approved
AWS Command Line Interface 1.11.72 672 Tuesday, April 4, 2017 Approved
AWS Command Line Interface 1.11.71 612 Tuesday, April 4, 2017 Approved
AWS Command Line Interface 1.11.70 836 Friday, March 31, 2017 Approved
AWS Command Line Interface 1.11.69 522 Friday, March 31, 2017 Approved
AWS Command Line Interface 1.11.68 983 Wednesday, March 29, 2017 Approved
AWS Command Line Interface 1.11.67 627 Tuesday, March 28, 2017 Approved
AWS Command Line Interface 1.11.66 945 Thursday, March 23, 2017 Approved
AWS Command Line Interface 1.11.65 761 Thursday, March 23, 2017 Approved
AWS Command Line Interface 1.11.64 599 Wednesday, March 22, 2017 Approved
AWS Command Line Interface 1.11.63 1723 Tuesday, March 14, 2017 Approved
AWS Command Line Interface 1.11.61 804 Friday, March 10, 2017 Approved
AWS Command Line Interface 1.11.60 670 Friday, March 10, 2017 Approved
AWS Command Line Interface 1.11.59 595 Thursday, March 9, 2017 Approved