Release: AWS Command Line Interface 1.0.0

This release moves the AWS CLI out of Developer Preview to Version 1.0.


Created On: September 03, 2013
Last Updated: October 09, 2017


Install

pip install awscli

On Windows, download and run either the 64 bit installer (https://s3.amazonaws.com/aws-cli/AWSCLI64.msi) or the 32 bit installer (https://s3.amazonaws.com/aws-cli/AWSCLI32.msi).

For additional information see the User Guide and the CLI Reference.

Upgrading Notes

If you used a Developer Preview version of the AWS CLI, some features may be different in the V1 release.

Change Description
New S3 Commands

There is a new set of high-level operations for the aws s3 command. These include familiar file system commands like ls, cp, mv, and sync. The low-level Amazon S3 API commands are now accessible through aws s3api.

Preview Services

The commands for CloudFront, CloudSearch, Data Pipeline, and EMR are still in preview while we add the finishing touches. These commands are hidden by default, but you can enable them by adding the following setting to your CLI configuration file.

[preview]
cloudfront=true
cloudsearch=true
datapipeline=true
emr=true
JSON Attribute Casing

The casing of attributes for JSON input values has changed from snake_case to CamelCase, for example: {"AttributeName": "value"}.

Success Responses

The ResponseId is no longer returned on successful calls, but it is still included with the error message on unsuccessful calls. If a call succeeds and does not return a value, the command will complete silently.

Supported API Versions

This release of the SDK supports the following API versions:

Service API Version
Amazon CloudFront 2013-05-12
Amazon CloudSearch 2011-02-01
Amazon CloudWatch 2010-08-01
Amazon DynamoDB 2012-08-10
Amazon Elastic Compute Cloud 2013-07-15
Amazon Elastic MapReduce 2009-03-31
Amazon Elastic Transcoder 2012-09-25
Amazon ElastiCache 2012-11-15
Amazon Redshift 2012-12-01
Amazon Relational Database Service (Beta) 2013-05-15
Amazon Route 53 2012-12-12
Amazon Simple Email Service 2010-12-01
Amazon Simple Notification Service 2010-03-31
Amazon Simple Queue Service 2012-11-05
Amazon Simple Storage Service 2006-03-01
Amazon Simple Workflow Service 2012-01-25
Auto Scaling 2011-01-01
AWS CloudFormation 2010-05-15
AWS Data Pipeline 2012-10-29
AWS Direct Connect 2012-10-25
AWS Elastic Beanstalk 2010-12-01
AWS Identity and Access Management 2010-05-08
AWS Import/Export 2010-06-01
AWS OpsWorks 2013-02-18
AWS Security Token Service 2011-06-15
AWS Storage Gateway 2012-06-30
AWS Support 2013-04-15
Elastic Load Balancing 2012-06-01