Download
Download the latest AWS SDK for .NET
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.
ASClient.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. |
Known Issues
| Issue | Description |
|---|---|
| Installation Requires Administrator Privileges | The default install location is %PROGRAMFILES%, which on most computers is "c:\program files". In order to install files to the default location, the MSI must be run by an Administrator. If you don't have Administrator privileges on the machine, please change the install location to something like "c:\Documents and Settings\<you>\AWS SDK for .NET", and the install will complete successfully. If you are running on Vista, your personal folder is similar to "c:\users\<you>\". |
| Uninstalling the SDK Produces "Unknown Publisher" Message | On Windows Vista, uninstalling the MSI results in an "Unknown Publisher" dialog even though the installer is signed by Amazon Web Services. This is a known Windows Installer bug on Windows Vista, and is documented here: http://support.microsoft.com/kb/929467/en-us |
Supported API Versions
This release of the SDK supports the following API versions:
| Service | API Version |
|---|---|
| Amazon CloudFront | 2010-08-01 |
| 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 | 2010-12-01 |
| Amazon Simple Notification Service (SNS) | 2010-03-31 |
| Amazon Simple Queue Service (SQS) | 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 | 2010-12-01 |
| AWS Identity and Access Management | 2010-05-08 |
| AWS Import/Export | 2010-06-01 |
| Elastic Load Balancing | 2011-04-05 |