What's New?
| Change | Description |
|---|---|
| Support for Amazon EC2 API version 2009-11-30 | This release introduces Spot Instances. Spot Instances are a new way to purchase and consume Amazon EC2 instances. They enable you to bid on unused Amazon EC2 capacity and run any resulting instances for as long as your bid exceeds the current Spot Price. The Spot Price changes periodically based on supply and demand. Spot Instances are complementary to On-Demand Instances and Reserved Instances, providing another option for you to obtain compute capacity. For more information, go to the Spot Instances Concepts section of the Amazon Elastic Compute Cloud Developer Guide or Amazon Elastic Compute Cloud User Guide. |
| Support for HEAD requests in GetPreSignedUrlRequest | The GetPreSignedUrlRequest class now has a Verb property to specify whether the request is made using HTTP HEAD or GET (default). |
Supported API Versions
This release of the AWS SDK for .NET supports the following API versions:
| Service | API Version |
|---|---|
| Amazon EC2 | 2009-11-30 |
| Amazon S3 | 2006-03-01 |
| Amazon SimpleDB | 2009-04-15 |
| Amazon RDS | 2009-10-16 |
| Amazon CloudFront | 2009-04-02 |
| Amazon SQS | 2009-02-01 |
| Amazon Elastic MapReduce | 2009-03-31 |
| Amazon CloudWatch | 2009-05-15 |
| Elastic LoadBalancing | 2009-05-15 |
| Auto Scaling | 2009-05-15 |
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>\".
See also the related known issue on installing the SDK in a custom folder. |
| Installing the SDK in a custom folder requires templates to re-add the AWS .NET library | If you install the AWS SDK for .NET in a location other than the default, let's say "c:\users\sdktester\AWS SDK for .NET", the built-in project templates and samples fail to compile due to a missing reference. Please update the References section of your Visual Studio solution as follows:
|
| 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 |