- 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 alocal
region for dynamodb (aws dynamodb --region local ...
) (issue 608) - feature:
aws elasticbeanstalk
: Updateaws elasticbeanstalk
model 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-1
region (issue botocore 301) - bugfix:
aws kinesis
: Fix pagination bug when using theget-records
operation (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-policy
command (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 sts
command to the latest version - feature:
aws cloudsearch
: Update theaws cloudsearch
command 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/credentials
file - feature:
aws ec2
: Add support for Amazon EBS encryption
- bugfix:
aws s3
: Fix issue when--delete
and--exclude
filters are used together (issue 778) - feature:
aws route53
: Updateaws route53
to the latest model - bugfix:
aws emr
: Fix issue withaws emr
retry 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 theNotificationARNs
parameter (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 dynamodb
command 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 s3
transfers (issue 739)feature:
aws s3 sync
: Add--size-only
param to theaws s3 sync
command (issue 472,
- bugfix:
aws cloudtrail
: Fix issue when usingcreate-subscription
command (issue botocore 268) - feature:
aws cloudsearch
: Amazon CloudSearch has moved out of preview (issue 730) - bugfix:
aws s3 website
: Fix issue where--error-document
was being ignored in certain cases (issue 714)
feature:
aws opsworks
: Updateaws opsworks
model to the latest versionbugfix:Pagination: Fix issue with
--max-items
withaws 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-ssl
in high levelaws s3
commands (issue 696)
- bugfix:Parameters: Fix issue parsing with CLI
parameters of type
long
(issue 693) - bugfix:Pagination: Fix issue where
--max-items
in 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 cp
with key names containing+
characters (issue #614) - bugfix:
ec2 create-snapshot
: RemoveTags
key from output response (issue 247) - bugfix:
aws s3
:aws s3
commands 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--acl
parameter (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 route53
command to support string-match health checks and the UPSERT action for theaws route53 change-resource-record-sets
command - 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 get
andconfigure set
command 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
--recursive
option in theaws s3 ls
command (issue 465 <aws#465) - Add support for the
AWS_CA_BUNDLE
environment variable so that users can specify an alternate path to a cert bundle (issue 586) - Add
metadata_service_timeout
andmetadata_service_num_attempts
config parameters to control behavior when retrieving credentials using an IAM role (issue 597) - Retry intermittent
aws s3
download 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 elastictranscoder
command (issue 207) - Update
aws elasticache
command 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 autoscaling
command - Update documentation in the
aws support
command - Allow the
--protocol
customization forCreateNetworkAclEntry
to also work forReplaceNetworkAclEntry
(issue 559) - Remove one second delay when tasks are finished running for several
aws s3
subcommands (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 kinesis
command (botocore issue 194)
- Fix issue 548 where
--include/--exclude
arguments for variousaws s3
commands 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 s3
commands - Add support for tagging in
aws emr
command - Add support for georestrictions in
aws cloudfront
command - Add support for new audio compression codecs in the
aws elastictranscoder
command - Update the
aws cloudtrail
command 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 s3
command (issue 538) - Fix issue 542 where the
---stack-policy-url
will parameter will not interpret its value as a URL when using theaws cloudformation create-stack
command - Add support for global secondary indexes in the
aws dynamodb
command - Add support for the
aws kinesis
command - Add support for worker roles in the
aws elasticbeanstalk
command - Add support for resource tagging and other new operations in the
aws emr
command - Add support for resource-based permissions in the
aws opsworks
command - Update the
aws elasticache
command to signature version 4
- Allow tcp, udp, icmp, all for
--protocol
param of theec2 create-network-acl-entry
command (issue 508) - Fix bug when filtering
s3://
locations with the--include/--exclude
params (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-address
and--associate-public-ip-address
are specified in theec2 run-instances
command (issue 520) - Fix an issue where
--output text
was not providing a starting identifier for certain rows (issue 516) - Update the
support
command to the latest version - Update the
--query
syntax to support flattening sublists (boto/jmespath#20)
Allow
--endpoint-url
to work with theaws s3
command (issue 469)Fix issue with
aws cloudtrail [create|update]-subscription
not honoring the--profile
argument (issue 494)Fix issue with
--associate-public-ip-address
when a--subnet-id
is 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 list
command to show where the configuration values are sourced from (issue 513)Update
cloudwatch
command to use Signature Version 4Update
ec2
command to support enhanced network capabilities and pagination controls fordescribe-instances
anddescribe-tags
Add support in
rds
command 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 iam
command - Update the
aws redshift
command 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-address
option to theec2 run-instances
command (issue 479) - Add an
s3 website
command for configuring website configuration for an S3 bucket (issue 482)
- Fix an issue with the
s3
command when using GovCloud regions (boto/botocore#170) - Fix an issue with the
s3 ls
command 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
-1
andall
as valid values to the--protocol
argument toec2 authorize-security-group-ingress
andec2 authorize-security-group-egress
(issue 460) - Log the reason why a file is synced when using the
s3 sync
command - 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
cloudsearch
command missing a required attribute (boto/botocore#175) - Fix an issue with parsing XML response for
ec2 describe-instance-attribute
(boto/botocore#174) - Update
cloudformation
command to support new features for stacks and templates - Update
storagegateway
command to support a new gateway configuration, Gateway-Virtual Tape Library (Gateway-VTL) - Update
elb
command to support cross-zone load balancing, which changes the way that Elastic Load Balancing (ELB) routes incoming requests
- Add a new
configure
command 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 sync
with the--delete
incorrectly deleting files (issue 440) - Fix an issue with
--output text
combined 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
/MANPAGER
environment variable (issue 429) - --endpoint-url is explicitly used for URL of remote service (boto/botocore#163)
- Fix an validation error when using
--ip-permissions
and--group-id
together (issue 435)
- Update Amazon Elastic Transcoder command with audio transcoding features
- Improve text output (
--output text
) to have a consistent output structure - Add
--query
argument 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-1
andap-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-objects
not providing theContent-MD5
header (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
s3
commands 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
s3
copying and syncing of files - Fix an issue caused by a conflict with a dependency and Python 3.x that caused installation to fail