Download
Download the latest AWS SDK for Java
New Features
| Change | Description |
|---|---|
| AWS Identity and Access Management (IAM) - Instance Profiles |
IAM Instance Profiles allow you to securely deliver AWS credentials directly to your Amazon EC2 instances. You can use the updated IAM API, or the AWS Management Console to create IAM Instance Profiles, then launch instances using that profile to have your AWS credentials securely distributed to the Amazon EC2 instances running your application. The AWS SDKs make it easy to access the IAM Instance Profile credentials distributed through your EC2 instances. See below for more information on the new SDK client constructors and credentials provider implementations. The Amazon EC2 and Auto Scaling APIs have also been updated so that you can launch instances or create Auto Scaling groups that take advantage of the new, easy to use, credentials distributions feature. |
| Default Client Constructors |
Each client in the AWS SDK for Java now includes a default constructor to make it even easier to work with the SDK. The default constructors use an AWSCredentialsProviderChain that chains together three new implementations of AWSCredentialsProvider that search for your AWS credentials in this order:
Developers are free to create their own custom implementations of AWSCredentialsProvider or custom chains of credentials providers using the AWSCredentialsProviderChain class. |
| Auto Scaling - Spot Support |
Developers can now take advantage of reduced prices for Amazon EC2 Spot instances from their Auto Scaling groups. |
| Amazon S3 - More Custom ACL Support |
The latest API update to Amazon S3 allows you to specify custom Access Control Lists (ACLs) when you upload objects. Previously you could specify a generic CannedAccessControlList at the same time as uploading an object, but the latest API update allows you to specify any custom ACL to be applied immediately when your object is uploaded. |
| Amazon RDS - Option Groups |
The latest update to the Amazon RDS API adds support for option groups. Option groups are currently supported only for the Oracle DB engine. The first option to be supported is Oracle Enterprise Manager Database Control. For more information, see the full release notes. |
| Amazon EC2 - VM Export |
The latest update to the Amazon EC2 API allows you to export Windows Server instances that you originally imported into EC2, and adds timestamps to instance status and system status to indicate the date and time that a status check failed. For more information, see the full release notes. |
Supported API Versions
This release of the SDK supports the following API versions:
| Service | API Version |
|---|---|
| Amazon CloudFront | 2012-05-05 |
| Amazon CloudFront | 2012-03-15 (deprecated) |
| Amazon CloudSearch | 2011-02-01 |
| Amazon CloudWatch | 2010-08-01 |
| Amazon DynamoDB | 2011-12-05 |
| Amazon Elastic Compute Cloud (EC2) | 2012-06-01 |
| Amazon Elastic MapReduce | 2009-03-31 |
| Amazon ElastiCache | 2012-03-09 |
| Amazon Relational Database Service (RDS) | 2012-04-23 |
| Amazon Route 53 | 2012-02-29 |
| Amazon Simple Email Service (SES) | 2010-12-01 |
| Amazon Simple Notification Service (SNS) | 2010-03-31 |
| Amazon Simple Queue Service | 2011-10-01 |
| Amazon Simple Storage Service (S3) | 2006-03-01 |
| Amazon Simple Workflow Service (SWF) | 2012-01-25 |
| Amazon SimpleDB | 2009-04-15 |
| Auto Scaling | 2011-01-01 |
| AWS Cloud Formation | 2010-05-15 |
| AWS Elastic Beanstalk | 2010-12-01 |
| AWS Identity and Access Management | 2010-05-08 |
| AWS Import/Export | 2010-06-01 |
| AWS Security Token Service | 2011-06-15 |
| AWS Storage Gateway | 2012-03-12 |
| Elastic Load Balancing | 2011-11-15 |