Release: AWS SDK for Java 1.2.5

Release Notes>Java>Release: AWS SDK for Java 1.2.5
This release adds support for Auto Scaling SNS Notifications and recurring scheduled events.

Details

Submitted By: Jason@AWS
Release Date: July 25, 2011 10:38 PM GMT
Latest Version: 1.2.5
Created On: July 25, 2011 10:39 PM GMT
Last Updated: July 25, 2011 10:39 PM GMT

Download

Download the latest AWS SDK for Java

New Features

Change Description
Auto Scaling Features: SNS Notifications and Recurring Scheduled Events

With Amazon SNS notifications, you can now be notified whenever Auto Scaling launches or terminates Amazon EC2 instances for you. Because it uses Amazon SNS, you can choose to receive notifications in formats that are best suited to you and your applications, including HTTP/HTTPS, Email/Email-JSON, or Amazon SQS.

autoScalingClient.putNotificationConfiguration(new PutNotificationConfigurationRequest()
    .withNotificationTypes("autoscaling:EC2_INSTANCE_LAUNCH", "autoscaling:EC2_INSTANCE_TERMINATE")
    .withAutoScalingGroupName(myASGroupName)
    .withTopicARN(myTopicARN));
          

Using Recurrence for scheduled scaling activities, you can now scale your Auto Scaling group on a repeating schedule.

To learn more about Auto Scaling, visit: http://aws.amazon.com/autoscaling.

Supported API Versions

This release of the SDK supports the following API versions:

Service API Version
Amazon CloudWatch 2010-08-01
Amazon Elastic Compute Cloud (EC2) 2011-05-15
Amazon Elastic MapReduce 2009-03-31
Amazon Relational Database Service (RDS) 2011-04-01
Amazon Simple Email Service (SES) 2010-12-01
Amazon Simple Notification Service (SNS) 2010-03-31
Amazon Simple Queue Service 2009-02-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 2011-06-29
AWS Identity and Access Management 2010-05-08
AWS Import/Export 2010-06-01
Elastic Load Balancing 2011-04-05

 

©2013, Amazon Web Services, Inc. or its affiliates. All rights reserved.