AWS DevOps Blog

Elastic Beanstalk Video Tutorial: Worker Tier

A few months ago we published a sample app and accompanying 3-part video series about building and running a simple, scalable signup form on AWS Elastic Beanstalk. Today we’ve extended the sample and added a 4th video, both focused on teaching you how to use the new Worker Tier feature to handle asynchronous tasks. With […]

A Few New CloudFormation Features for the New Year

Earlier this afternoon CloudFormation launched a few new features that you might be interested in: More Parameters and Outputs – CloudFormation now supports up to 60 parameters and 60 ouputs per stack.  New Auto Scaling Featuers – Support for the new Auto Scaling features that were launched today, including EBS PIOPS in your Launch Configurations. Expanded SQS […]

A Year in Review: Elastic Beanstalk, OpsWorks, and CloudFormation

2013 was an exciting and busy year here at AWS. Let’s take this opportunity to look back on the new features and updates to Elastic Beanstalk, OpsWorks, and CloudFormation that we saw throughout the year. AWS Elastic Beanstalk New Environment Types: background task handling with the new Worker Tier, as well as a Single Instance […]

Resource Condition Support in the AWS CloudFormation Editor for Visual Studio

CloudFormation recently added support for conditional resource creation and my colleague Norm Johanson updated the CloudFormation template editor in the AWS Toolkit for Visual Studio to support this new feature. Here’s a screenshot of conditionals in the editor: Norm wrote a nice post about it over on the .NET Development blog. Check it out at http://blogs.aws.amazon.com/net/post/TxLCYWVVGA2IY1/Resource-Condition-Support-in-the-AWS-CloudFormation-Editor

AWS Console for iOS and Android Now Supports OpsWorks

We’re pleased to announce support for AWS OpsWorks in the AWS Console mobile app, available on Amazon Appstore, Google Play, and iTunes. The mobile app lets you view the configuration and health of your resources on the go so you can better understand and respond to incidents that may impact your application when you can’t […]

Resource-based permissions for OpsWorks

We are pleased to announce that AWS OpsWorks now supports resource-level permissions. AWS OpsWorks is an application management service that lets you provision resources, deploy and update software, automate common operational tasks, and monitor the state of your environment. You can optionally use the popular Chef automation platform to extend OpsWorks using your own custom […]

Authenticated File Downloads with CloudFormation

In this guest post, AWS Solution Architect Grace Mollison (@grapesfrog) discusses options for authenticated file downloads when using CloudFormation. Note: This post assumes familiarity with cfn-init and CloudFormation Metadata to bootstrap the EC2 instances in your CloudFormation stack. To learn more, see Automate LAMP Installation Using CloudFormation, Bootstrapping AWS CloudFormation Windows Stacks, or the cfn-init documentation […]

AWS OpsWorks introduces support for Java applications

We are pleased to announce that AWS OpsWorks has added support for Apache Tomcat to make it easy for you to deploy and run Java applications. You can deploy one or more Java applications on the same server and customize the Java layer to change configurations such as the JVM heap size, use a different […]

Elastic Beanstalk, OpsWorks, and CloudFormation Sessions at AWS re:Invent

AWS re:Invent 2013 is exactly one week away, and I’d like to spend just a few minutes highlighting several technical sessions that feature AWS Elastic Beanstalk, OpsWorks, and CloudFormation. I think these sessions are particularly interesting as many of them feature customers who use the services (including Adobe, Nike, ThoughtWorks, and Intuit), while other sessions […]

A Sample App For Startups

Here’s a use-case we see among startups fairly frequently: you’re announcing a new product or service and your customers want to sign up to be notified when your Cool New Thing is available. This can lead to a period (perhaps just a few hours, but possibly longer) where your sign-up form is bombarded with many […]