Release: AWS Command Line Interface 1.2.0
This release adds support for audio transcoding features in Amazon Elastic Transcoder, updates region configurations for Amazon Redshift and Amazon S3, improves the text output format, and adds support for customizing CLI output.
Created On: October 18, 2013
Last Updated: October 09, 2017
Install
pip install --upgrade 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.
New Features
Change | Description |
---|---|
Amazon Elastic Transcoder | Support added for audio transcoding features in Amazon Elastic Transcoder. |
Improved text output |
The output text formatter has been updated to provide a consistent output structure: IDENTIFIER sorted-column1 sorted-column2 IDENTIFIER2 sorted-column1 sorted-column2 |
Add --query argument |
A new argument has been added that allows you to specify an expression that will extract data out of a response, allowing you to customize the output: $ aws ec2 describe-instances --output table \ --query 'Reservations[*].Instances[*].[InstanceId,InstanceType,Placement.AvailabilityZone,State.Name]' ------------------------------------------------------ | DescribeInstances | +------------+-------------+--------------+----------+ | i-12345678| t1.micro | us-west-2a | running | | i-12345678| c1.medium | us-west-2b | running | | i-12345678| m1.large | us-west-2a | running | +------------+-------------+--------------+----------+ For more information about the supported query expressions, you can go here. |
Upgrade to requests 2.0.0 | This adds a number of new features including support for HTTP CONNECT based proxies. |
Update Amazon Redshift regions | Update region configuration for Redshift to include ap-southeast-1 and ap-southeast-2. |
Update Amazon S3 regions | Update region configuration for S3 to include fips-us-gov-west-1. |
Bundled Installer | Added support for a bundled installer for the CLI. The bundled installer handles all the details in setting up an isolated environment for the AWS CLI and its dependencies. You don't have to be fluent in advanced pip/virtualenv usage, nor do you have to worry about installing pip. For more information, see the User Guide. |
Resolved Issues
Change | Description |
---|---|
ZSH Tab Completion | Fixed an issue with zsh tab completion. |
S3 Request Timeouts | Fixed an issue with large s3 uploads timing out. |
S3 Delete Objects | Fixed an issue with s3api delete-objects not adding a Content-MD5 header. |
Supported API Versions
Service | API Version |
---|---|
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 |
Amazon CloudFront | 2013-08-26 |
Amazon CloudSearch | 2011-02-01 |
Amazon CloudWatch | 2010-08-01 |
Amazon DynamoDB | 2012-08-10 |
Amazon ElastiCache | 2013-06-15 |
Amazon Elastic Compute Cloud | 2013-10-01 |
Amazon Elastic MapReduce | 2009-03-31 |
Amazon Elastic Transcoder | 2012-09-25 |
Amazon Redshift | 2012-12-01 |
Amazon Relational Database Service | 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 |
Elastic Load Balancing | 2012-06-01 |