AWS Developer Tools Blog

Release: AWS SDK for PHP – Version 2.4.10

We would like to announce the release of version 2.4.10 of the AWS SDK for PHP. This release adds support for AWS CloudTrail, identity federation using SAML 2.0 for AWS Identity and Access Management (IAM), and a few new features to the Amazon Redshift client. Changelog Added support for AWS CloudTrail Added support for identity […]

AWS re:Invent 2013

AWS re:Invent is this week (November 12th-15th) in Las Vegas! We are excited to be here now, and to have an opportunity to talk to you in person. There is going to be a lot of great technical content year. Loren Segal and I will be presenting a session on Thursday called Diving Into the […]

Client Side Data Encryption with AWS SDK for .NET and Amazon S3

What is client-side encryption, and when would you want to use it? Version 2 of AWS SDK for .NET provides an easy-to-use Amazon S3 encryption client that allows you to secure your sensitive data before you send it to Amazon S3. Using the AmazonS3EncryptionClient class, the SDK automatically encrypts data on the client when uploading […]

GA Release of AWS SDK for .NET Version 2

We are excited to announce the General Availability (GA) release of AWS SDK for .NET version 2! This is the next major release of the SDK, which adds support for Windows Store, Windows Phone, and .NET Framework 4.5 platforms. You can download it here. Improvements One of the most exciting new features of version 2 […]

See You at AWS re:Invent 2013

AWS re:Invent is next week (November 12th-15th) in Las Vegas! We are excited to be there and to have an opportunity to talk to you in person. There is going to be a lot of great technical content year. Michael Dowling and I will be presenting a session on Friday called Mastering the AWS SDK […]

Release: AWS SDK for PHP – Version 2.4.9

We would like to announce the release of version 2.4.9 of the AWS SDK for PHP. This release adds support for cross zone load balancing in Elastic Load Balancing, stack policies in AWS CloudFormation, and the Gateway-Virtual Tape Library in AWS Storage Gateway. Changelog Added support for cross-zone load balancing to the Elastic Load Balancing […]

Configuring Advanced Logging on AWS Elastic Beanstalk

Sometimes developers want more flexibility in logging for their IIS environments. For example, in the IIS log files on instances in a load-balanced AWS Elastic Beanstalk environment, the client IP for requests always appears to be the load balancer. Elastic Load Balancing adds an X-Forwarded-For header to each request that contains the actual client IP […]

AWS OpsWorks for Java

Today, we have a guest post by Chris Barclay from the AWS OpsWorks team. We are pleased to announce that AWS OpsWorks now supports Java applications. AWS OpsWorks is an application management service that makes it easy to model and manage your entire application. You can start from templates for common technologies, or build your […]

Specifying Conditional Constraints with Amazon DynamoDB Mapper

Conditional constraints are a powerful feature in the Amazon DynamoDB API. Until recently, there was little support for them in the Amazon DynamoDB Mapper. You could specify a version attribute for your mapped objects, and the mapper would automatically apply conditional constraints to give you optimistic locking, but you couldn’t explicitly specify your own custom […]

AWS at ZendCon 2013

Recently, the AWS SDK for PHP team attended ZendCon, the largest conference in the U.S. that focuses on PHP development. AWS was a sponsor for ZendCon this year, so the entire PHP SDK team was able to attend. It was great to be able to talk to our customers and get feedback from those who […]