AWS Developer Tools Blog
Release 2.0.0.3 of the AWS SDK V2.0 for .NET
We have just released a new version of the AWS SDK V2.0 for .NET. You can download version 2.0.0.3 of the SDK here. This release adds support for Amazon SNS mobile push notifications and fixes an issue with uploading large objects to Amazon S3 using the .NET 4.5 Framework version of the SDK. Please let […]
AWS SDK for .NET Version 2.0 Preview
Today, we are excited to announce a preview of our upcoming version 2 of the AWS SDK for .NET, which you can download here. One of the most exciting new features of version 2 is the ability to have Windows Store and Windows Phone 8 Apps use our SDK. Like other SDKs for these new […]
Creating Access Policies in Code
AWS uses access policies to restrict access to resources. These policies are JSON documents that have statements, actions, resources, and conditions. You could use a JSON parser to create these documents in code, but a better way would be to use the AWS SDK for .NET Policy object found in the Amazon.Auth.AccessControlPolicy namespace. This gives […]
Connecting to Amazon EC2 Instances from the AWS Toolkit for Visual Studio
I think the feature I use the most in the AWS Toolkit for Visual Studio is being able to quickly connect to my EC2 instances with Remote Desktop. I use the toolkit to store my private keys encrypted so when I want to remote desktop, all I have to do is confirm I want to […]