- feature:
aws ses: Add support for delivery notifications - bugfix:Region Config: Fix issue for
cn-north-1region (issue botocore 314) - bugfix:Amazon EC2 Credential File: Fix regression for parsing EC2 credential file (issue botocore 315)
- bugfix:Signature Version 2: Fix timestamp format when calculating signature version 2 signatures (issue botocore 308)
- feature:
aws configure: Add support for setting nested attributes (issue 817) - bugfix:
aws s3: Fix issue when uploading large files to newly created buckets in a non-standard region (issue 634) - feature:
aws dynamodb: Add support for alocalregion for dynamodb (aws dynamodb --region local ...) (issue 608) - feature:
aws elasticbeanstalk: Updateaws elasticbeanstalkmodel to the latest version - feature:Documentation Examples: Add more documentatoin examples for many AWS CLI commands
- feature:
aws emr: Update model to the latest version - feature:
aws elastictranscoder:Update model to the latest version
- feature:
aws s3api: Add support for server-side encryption with a customer-supplied encryption key. - feature:
aws sns: Support for message attributes. - feature:
aws redshift: Support for renaming clusters.
- bugfix:
aws s3: Fix bug related to retrying requests when 500 status codes are received (issue botocore 302) - bugfix:
aws s3: Fix when when using S3 in thecn-north-1region (issue botocore 301) - bugfix:
aws kinesis: Fix pagination bug when using theget-recordsoperation (issue botocore 304)
- bugfix:Python 3.4.1: Add support for python 3.4.1 (issue 800)
- feature:
aws emr: Update preview commands for Amazon Elastic MapReduce
- bugfix:
aws s3: Add filename to error message when we're unable to stat local filename (issue 795) - bugfix:
aws s3api get-bucket-policy: Fix response parsing for theaws s3api get-bucket-policycommand (issue 678) - bugfix:Shared Credentials: Fix bug when specifying profiles that don't exist in the CLI config file (issue botocore 294)
- bugfix:
aws s3: Handle Amazon S3 error responses that have a 200 OK status code (issue botocore 298) - feature:
aws sts: Update theaws stscommand to the latest version - feature:
aws cloudsearch: Update theaws cloudsearchcommand to the latest version
- feature:Shorthand: Add support for surrounding list parameters
with
[]chars in shorthand syntax (issue 788) - feature:Shared credential file: Add support for the
~/.aws/credentialsfile - feature:
aws ec2: Add support for Amazon EBS encryption
- bugfix:
aws s3: Fix issue when--deleteand--excludefilters are used together (issue 778) - feature:
aws route53: Updateaws route53to the latest model - bugfix:
aws emr: Fix issue withaws emrretry logic not being applied correctly (botocore issue 285)
- feature:
aws cloudtrail: Add support for eu-west-1, ap-southeast-2, and eu-west-1 regions - bugfix:
aws ec2: Fix issue when specifying user data from a file containing non-ascii characters (issue 765) - bugfix:
aws cloudtrail: Fix a bug with python3 when creating a subscription (issue 773) - bugfix:Shorthand: Fix issue where certain shorthand parameters were not parsing to the correct types (issue 776)
- bugfix:
aws cloudformation: Fix issue with parameter casing for theNotificationARNsparameter (botocore issue 283)
- feature:
aws cloudformation: Add support for updated API
- feature:
aws sqs: Add support for message attributes - bugfix:
aws s3api: Fix issue when setting metadata on an S3 object (issue 356)
- feature:
aws autoscaling: Add support for launching Dedicated Instances in Amazon Virtual Private Cloud - feature:
aws elasticache: Add support to backup and restore for Redis clusters - feature:
aws dynamodb: Updateaws dynamodbcommand to the latest API
bugfix:Output Format: Fix issue with encoding errors when using text and table output and redirecting to a pipe or file (issue 742)
bugfix:
aws s3: Fix issue with sync re-uploading certain files (issue 749)bugfix:Text Output: Fix issue with inconsistent text output based on order (issue 751)
bugfix:
aws datapipeline: Fix issue for aggregating keys into a list when callingaws datapipeline get-pipeline-definition(issue 750)bugfix:
aws s3: Fix issue when running out of disk space duringaws s3transfers (issue 739)feature:
aws s3 sync: Add--size-onlyparam to theaws s3 synccommand (issue 472,
- bugfix:
aws cloudtrail: Fix issue when usingcreate-subscriptioncommand (issue botocore 268) - feature:
aws cloudsearch: Amazon CloudSearch has moved out of preview (issue 730) - bugfix:
aws s3 website: Fix issue where--error-documentwas being ignored in certain cases (issue 714)
feature:
aws opsworks: Updateaws opsworksmodel to the latest versionbugfix:Pagination: Fix issue with
--max-itemswithaws route53,aws iam, andaws ses(issue 729)bugfix:
aws s3: Fix issue with fips-us-gov-west-1 endpoint (issue botocore 265)bugfix:Table Output: Fix issue when displaying unicode characters in table output (issue 721)
bugfix:
aws s3: Fix regression when syncing files with whitespace (issue 706,
- bugfix:
aws ec2: Fix issue with EC2 model resulting in responses not being parsed.
- feature:
aws ec2: Add support for Amazon VPC peering - feature:
aws redshift: Add support for the latest Amazon Redshift API - feature:
aws cloudsearch: Add support for the latest Amazon CloudSearch API - bugfix:
aws cloudformation: Documentation updates - bugfix:Argument Parsing: Fix issue when list arguments were not being decoded to unicode properly (issue 711)
- bugfix:Output: Fix issue when invalid output type was provided in a config file or environment variable (issue 600)
- bugfix:
aws datapipeline: Fix issue when serializing pipeline definitions containing list elements (issue 705) - bugfix:
aws s3: Fix issue when recursively removing keys containing control characters (issue 675) - bugfix:
aws s3: Honor--no-verify-sslin high levelaws s3commands (issue 696)
- bugfix:Parameters: Fix issue parsing with CLI
parameters of type
long(issue 693) - bugfix:Pagination: Fix issue where
--max-itemsin pagination was always assumed to be an integer (issue 689) - feature:
aws elb: Add support for AccessLog - bugfix:Bundled Installer: Allow creation of bundled
installer with
pip 1.5(issue 691) - bugfix:
aws s3: Fix issue when copying objects usingaws s3 cpwith key names containing+characters (issue #614) - bugfix:
ec2 create-snapshot: RemoveTagskey from output response (issue 247) - bugfix:
aws s3:aws s3commands should not be requiring regions (issue 681) - bugfix:
CLI Arguments: Fix issue where unicode command line arguments were not being handled correctly (issue 679)
bugfix:
aws s3: Fix issue where S3 downloads would hang in certain cases and could not be interrupted (issue 650,bugfix:
aws s3: Support missing canned ACLs when using the--aclparameter (issue 663)bugfix:
aws rds describe-engine-default-parameters: Fix pagination issue when callingaws rds describe-engine-default-parameters(issue 607)bugfix:
aws cloudtrail: Merge existing SNS topic policy with the existing AWS CloudTrail policy instead of overwriting the default topic policybugfix:
aws s3: Fix issue where streams were not being rewound when encountering 307 redirects with multipart uploads (issue 544)bugfix:
aws elb: Fix issue with documentation errors inaws elb help(issue 622)bugfix:JSON Parameters: Add a more clear error message when parsing invalid JSON parameters (issue 639)
bugfix:
aws s3api: Properly handle null inputs (issue 637)bugfix:Argument Parsing: Handle files containing JSON with leading and trailing spaces (issue 640)
- feature:
aws route53: Updateaws route53command to support string-match health checks and the UPSERT action for theaws route53 change-resource-record-setscommand - bugfix:Command Completion: Don't show tracebacks on SIGINT (issue 628)
- bugfix:Docs: Don't duplicate enum values in reference docs (issue 632)
- bugfix:
aws s3: Don't requires3://prefix (issue 626)
- feature:
aws configure: Add support forconfigure getandconfigure setcommand which allow you to set and get configuration values from the AWS config file (`issue 602 <https://github.com/aws/aws-cli/issues/602`__) - bugfix:
aws s3: Fix issue with Amazon S3 downloads on certain OSes (`issue 619 <https://github.com/aws/aws-cli/issues/619`__)
- Add support for the
--recursiveoption in theaws s3 lscommand (issue 465 <aws#465) - Add support for the
AWS_CA_BUNDLEenvironment variable so that users can specify an alternate path to a cert bundle (issue 586) - Add
metadata_service_timeoutandmetadata_service_num_attemptsconfig parameters to control behavior when retrieving credentials using an IAM role (issue 597) - Retry intermittent
aws s3download failures including socket timeouts and content length mismatches (issue 594) - Fix response parsing of
aws s3api get-bucket-location(issue 345) - Fix response parsing of the
aws elastictranscodercommand (issue 207) - Update
aws elasticachecommand to not require certain parameters
- Add support for creating launch configuration or Auto Scaling groups
using an Amazon EC2 instance, for attaching Amazon EC2 isntances to an
existing Auto Scaling group, and for describing the limits on the Auto
Scaling resources in the
aws autoscalingcommand - Update documentation in the
aws supportcommand - Allow the
--protocolcustomization forCreateNetworkAclEntryto also work forReplaceNetworkAclEntry(issue 559) - Remove one second delay when tasks are finished running for several
aws s3subcommands (issue 551) - Fix bug in shorthand documentation generation that prevented certain nested structure parameters from being fully documented (issue 579)
- Update default timeout from .1 second to 1 second (botocore issue 202)
- Removed filter parameter in RDS operations (issue 515)
- Fixed region endpoint for the
aws kinesiscommand (botocore issue 194)
- Fix issue 548 where
--include/--excludearguments for variousaws s3commands were prepending the CWD instead of the source directory for filter patterns - Fix issue 552 where a remote location without a trailing slash would
show a malformed XML error when using various
aws s3commands - Add support for tagging in
aws emrcommand - Add support for georestrictions in
aws cloudfrontcommand - Add support for new audio compression codecs in the
aws elastictranscodercommand - Update the
aws cloudtrailcommand to the latest API - Add support for the new China (Beijing) Region. Note: Although the AWS CLI now includes support for the newly announced China (Beijing) Region, the service endpoints will not be accessible until the Region’s limited preview is launched in early 2014. To find out more about the new Region and request a limited preview account, please visit http://www.amazonaws.cn/.
- Add support for parallel multipart uploads when copying objects
between Amazon S3 locations when using the
aws s3command (issue 538) - Fix issue 542 where the
---stack-policy-urlwill parameter will not interpret its value as a URL when using theaws cloudformation create-stackcommand - Add support for global secondary indexes in the
aws dynamodbcommand - Add support for the
aws kinesiscommand - Add support for worker roles in the
aws elasticbeanstalkcommand - Add support for resource tagging and other new operations in the
aws emrcommand - Add support for resource-based permissions in the
aws opsworkscommand - Update the
aws elasticachecommand to signature version 4
- Allow tcp, udp, icmp, all for
--protocolparam of theec2 create-network-acl-entrycommand (issue 508) - Fix bug when filtering
s3://locations with the--include/--excludeparams (issue 531) - Fix an issue with map type parameters raising uncaught exceptions in commands such as sns create-platform-application (issue 407)
- Fix an issue when both
--private-ip-addressand--associate-public-ip-addressare specified in theec2 run-instancescommand (issue 520) - Fix an issue where
--output textwas not providing a starting identifier for certain rows (issue 516) - Update the
supportcommand to the latest version - Update the
--querysyntax to support flattening sublists (boto/jmespath#20)
Allow
--endpoint-urlto work with theaws s3command (issue 469)Fix issue with
aws cloudtrail [create|update]-subscriptionnot honoring the--profileargument (issue 494)Fix issue with
--associate-public-ip-addresswhen a--subnet-idis provided (issue 501)Don't require key names for structures of single scalar values (issue 484)
Fix issue with symlinks silently failing during
s3 sync/cp(issue 425and issue 487)
Add a
aws configure listcommand to show where the configuration values are sourced from (issue 513)Update
cloudwatchcommand to use Signature Version 4Update
ec2command to support enhanced network capabilities and pagination controls fordescribe-instancesanddescribe-tagsAdd support in
rdscommand for copying DB snapshots from one AWS region to another
- Add support for AWS Cloudtrail
- Add support for identity federation using SAML 2.0 in the
aws iamcommand - Update the
aws redshiftcommand to include several new features related to event notifications, encryption, audit logging, data load from external hosts, WLM configuration, and database distribution styles and functions - Add a
--associate-public-ip-addressoption to theec2 run-instancescommand (issue 479) - Add an
s3 websitecommand for configuring website configuration for an S3 bucket (issue 482)
- Fix an issue with the
s3command when using GovCloud regions (boto/botocore#170) - Fix an issue with the
s3 lscommand making an extra query at the root level (issue 439) - Add detailed error message when unable to decode local filenames during
an
s3 sync(issue 378) - Support
-1andallas valid values to the--protocolargument toec2 authorize-security-group-ingressandec2 authorize-security-group-egress(issue 460) - Log the reason why a file is synced when using the
s3 synccommand - Fix an issue when uploading large files on low bandwidth networks (issue 454)
- Fix an issue with parsing shorthand boolean argument values (issue 477)
- Fix an issue with the
cloudsearchcommand missing a required attribute (boto/botocore#175) - Fix an issue with parsing XML response for
ec2 describe-instance-attribute(boto/botocore#174) - Update
cloudformationcommand to support new features for stacks and templates - Update
storagegatewaycommand to support a new gateway configuration, Gateway-Virtual Tape Library (Gateway-VTL) - Update
elbcommand to support cross-zone load balancing, which changes the way that Elastic Load Balancing (ELB) routes incoming requests
- Add a new
configurecommand that allows users to interactively specify configuration values (pull request 455) - Add support for new EMR APIs, termination of specific cluster instances, and unlimited EMR steps
- Update Amazon CloudFront command to the 2013-09-27 API version
- Fix issue where Expires timestamp in bundle-instance policy is incorrect (issue 456)
- The requests library is now vendored in botocore (at version 2.0.1)
- Fix an issue where timestamps used for Signature Version 4 weren't being refreshed (boto/botocore#162)
- Fix an issue causing
s3 syncwith the--deleteincorrectly deleting files (issue 440) - Fix an issue with
--output textcombined with paginated results (boto/botocore#165) - Fix a bug in text output when an empty list is encountered (issue 446)
- Update the AWS Direct Connect command to support the latest features
- Fix text output with single scalar value (issue 428)
- Fix shell quoting for
PAGER/MANPAGERenvironment variable (issue 429) - --endpoint-url is explicitly used for URL of remote service (boto/botocore#163)
- Fix an validation error when using
--ip-permissionsand--group-idtogether (issue 435)
- Update Amazon Elastic Transcoder command with audio transcoding features
- Improve text output (
--output text) to have a consistent output structure - Add
--queryargument that allows you to specify output data using a JMESPath expression - Upgrade requests library to 2.0.0
- Update Amazon Redshift region configuration to include
ap-southeast-1andap-southeast-2 - Update Amazon S3 region configuration to include
fips-us-gov-west-1 - Add a bundled installer for the CLI which bundles all necessary dependencies (does not require pip)
- Fix an issue with ZSH tab completion (issue 411)
- Fix an issue with S3 requests timing out (issue 401)
- Fix an issue with
s3api delete-objectsnot providing theContent-MD5header (issue 400)
- Update the Amazon EC2 command to support Reserved Instance instance type modifications
- Update the AWS OpsWorks command to support new resource management features
- Fix an issue when transferring files on different drives on Windows
- Fix an issue that caused interactive help to emit control characters on certain Linux distributions
- Update the Amazon CloudFront command to support the latest API version 2013-08-26
- Update the Auto Scaling client to support public IP address association of instances
- Update Amazon SWF to support signature version 4
- Update Amazon RDS with a new subcommand,
add-source-identifier-to-subscription
- Update the
s3commands to support the setting for how objects are stored in Amazon S3 - Update the Amazon EC2 command to support the latest API version (2013-08-15)
- Fix an issue causing excessive CPU utilization in some scenarios where many files were being uploaded
- Fix a memory growth issue with
s3copying and syncing of files - Fix an issue caused by a conflict with a dependency and Python 3.x that caused installation to fail