Download
Download the latest AWS SDK for Java
New Features
| Change | Description |
|---|---|
| South America (Sao Paulo) Region |
The Amazon S3 Region enumeration has been updated to make it easy to create buckets in this new region: AmazonS3Client s3 = new AmazonS3Client(myAwsCredentials); s3.createBucket(myBucketName, Region.SA_SaoPaulo); You can access other services in the new region by setting the appropriate endpoint on the client objects:
AmazonEC2Client ec2 = new AmazonEC2Client(myAwsCredentials);
ec2.setEndpoint("https://ec2.sa-east-1.amazonaws.com");
|
| AMI Versioning in Amazon Elastic MapReduce |
The RunJobFlow operation now supports specifying an AMI version. For a list of AMI versions currently supported by Amazon Elastic MapReduce visit the Amazon Elastic MapReduce Developer Guide. |
| VPC Support for Amazon Elastic MapReduce | A VPC subnet can be specified using the Ec2SubnetId property on the JobFlowInstancesConfig class.
|
Supported API Versions
This release of the SDK supports the following API versions:
| Service | API Version |
|---|---|
| Amazon CloudFront | 2010-11-01 |
| Amazon CloudWatch | 2010-08-01 |
| Amazon Elastic Compute Cloud (EC2) | 2011-11-01 |
| Amazon Elastic MapReduce | 2009-03-31 |
| Amazon ElastiCache | 2011-07-15 |
| Amazon Relational Database Service (RDS) | 2011-04-01 |
| Amazon Route 53 | 2011-05-05 |
| 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 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 |
| Elastic Load Balancing | 2011-11-15 |