AWS Developer Tools Blog
Category: Programing Language
Deploy an Amazon ECS Cluster Running Windows Server with AWS Tools for PowerShell – Part 1
This is a guest post from Trevor Sullivan, a Seattle-based Solutions Architect at Amazon Web Services (AWS). In this blog post, Trevor shows you how to deploy a Windows Server-based container cluster using the AWS Tools for PowerShell. Building and deploying applications on the Windows Server platform is becoming a significantly lighter-weight process. Although you […]
Read MoreUsing Client-Side Encryption for Amazon S3 in the AWS SDK for PHP
The AWS SDK for PHP released an S3EncryptionClient in version 3.38.0. With client-side encryption, data is encrypted and decrypted directly in your environment. This means that this data is encrypted before it’s transferred to Amazon S3, and you don’t rely on an external service to handle encryption for you. The AWS SDK for PHP implements […]
Read MoreWriting and Archiving Custom Metrics using Amazon CloudWatch and AWS Tools for PowerShell
This is a guest post from Trevor Sullivan, a Seattle-based Solutions Architect at Amazon Web Services (AWS). Since 2004, Trevor has worked intimately with Microsoft technologies, including PowerShell since its release in 2006. In this article, Trevor takes you through the process of using the AWS Tools for PowerShell to write and export metrics data […]
Read MoreDeploying .NET Web Applications Using AWS CodeDeploy with Visual Studio Team Services
Today’s post is from AWS Solution Architect Aravind Kodandaramaiah. We recently announced the new AWS Tools for Microsoft Visual Studio Team Services. In this post, we show you how you can use these tools to deploy your .NET web applications from Team Services to Amazon EC2 instances by using AWS CodeDeploy. We don’t cover setting up the tools in […]
Read MoreNew Get-ECRLoginCommand for AWS Tools for PowerShell
Today’s post is from AWS Solution Architect and Microsoft MVP for Cloud and Data Center Management, Trevor Sullivan. The AWS Tools for PowerShell now offer a new command that makes it easier to authenticate to the Amazon EC2 Container Registry (Amazon ECR). Amazon EC2 Container Registry (ECR) is a service that enables customers to upload and store […]
Read MoreIntroducing Amazon DynamoDB Expression Builder in the AWS SDK for Go
This post was authored by Hajime Hayano. The v1.11.0 release of the AWS SDK for Go adds a new expression package that enables you to create Amazon DynamoDB Expressions using statically typed builders. The expression package abstracts away the low-level detail of using DynamoDB Expressions and simplifies the process of using DynamoDB Expressions in DynamoDB […]
Read MoreUsing AWS KMS Master Keys with the AmazonS3EncryptionClient in the AWS SDK for .NET
You can now use an AWS KMS key as your master key when you use the AmazonS3EncryptionClient class for client-side encryption. The main advantage of using an AWS KMS key as your master key is that you don’t need to store and manage your own master keys. It’s done by AWS. A second advantage of […]
Read MoreUpdated Composer Dependencies for AWS SDK for PHP Version 3
In version 3.34.0, the AWS SDK for PHP is updated to correctly communicate its dependencies on PHP extensions through Composer. Several extensions included in many common PHP distributions are not guaranteed to be installed or enabled. In earlier versions, the SDK silently required each of the following extensions, which would cause errors at runtime if […]
Read MoreAutomated Changelog in AWS SDK for PHP
Starting with version 3.22.10 of the AWS SDK for PHP, released February 23, 2017, the Changelog Builder automatically processes all changelog entries. Each pull request is required to have a changelog JSON blob as part of the request. The system also calculates the next version for the SDK based on the type of the changes that […]
Read MoreUsing the AWS_PROFILE Environment Variable to Choose a Profile
In an upcoming release of the AWS SDK for .NET, the FallbackCredentialsFactory class and the FallbackRegionFactory class will allow the use of the AWS_PROFILE environment variable. The SDK currently looks for a profile named “default” when retrieving credentials and region settings. After this change is released, users will be able to set the AWS_PROFILE environment […]
Read More