AWS DevOps & Developer Productivity Blog
Customers, CloudFormation, and Custom Resources
I was at re:Invent in Las Vegas a few months ago, and my favorite part about our annual conference also happens to be what I enjoy most about my job: meeting with customers and learning not only how they use our services, but also how they would like to see them improved. One evening after […]
Join us for a CloudFormation Office Hours Hangout
We’re hosting CloudFormation Office Hours next week at 9:00a.m. PST on Thursday, January 30th and you’re invited! Sign up or learn more at http://bit.ly/cfnoh2_bg We’ll be joined by a CloudFormation software engineer to learn about authenticated file downloads in cfn-init. We’ll also look at top forum items, and – of course – answer your questions, live! Previous Sessions […]
Using DynamoDB and SNS with Elastic Beanstalk in any Supported AWS Region
It’s common for applications running on Elastic Beanstalk to use other AWS services for things like data storage, message processing, etc. In today’s blog post, let’s talk about how we would build an application that runs in Elastic Beanstalk, stores data in Amazon DynamoDB, sends notifications to the Amazon Simple Notification Service (SNS), and can […]
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 […]