AWS DevOps Blog
Tag: CloudFormation
Adding Comments inside AWS CloudFormation Templates
AWS CloudFormation simplifies provisioning on AWS. You can apply software engineering best practices such as version control, code reviews, unit tests, and continuous integration to the AWS CloudFormation templates, the same way you apply those best practices to your application code. For example, with application code, you can add descriptive comments to help you document various portions […]
Read MoreView CloudFormation Logs in the Console
Background AWS CloudFormation simplifies provisioning and management on AWS. You can templatize the service and application architectures you want, and have CloudFormation use the templates for quick and reliable provisioning of the services or applications as ‘stacks’. You can also easily update or replicate the stacks as needed. Inside the CloudFormation templates, you can configure the […]
Read MorePart 2: Develop, Deploy, and Manage for Scale with Elastic Beanstalk and CloudFormation
Part 2: Elastic Beanstalk in VPC and Patterns for Authoring Multi-Region CloudFormation Templates Welcome to the 2nd part of this 5-part series where we’ll cover best-practices and practical tips & tricks for developing, deploying, and managing a web application with an eye for application performance and operational efficiency using AWS CloudFormation and Elastic Beanstalk. We’ll […]
Read MoreAWS CloudFormation supports AWS OpsWorks
Today we launched the ability for AWS CloudFormation to provision and update AWS OpsWorks resources such as stacks, layers and applications. You can include both OpsWorks and other AWS resources such as Amazon VPC, Elastic Load Balancing or Amazon RDS in a single CloudFormation template. This makes it easy to document, version control, and share […]
Read MoreCloudFormation Office Hours: New Features, Building a VPC, and Live Q&A
We’re back next week with CloudFormation Office Hours at 9:00a.m. PST on Thursday, February 13th. Sign up or learn more at http://bit.ly/awsoh3_bg. We’ll walk through the basics of building and managing an Amazon VPC with CloudFormation. Additionally we’ll look at top forum items, and – of course – answer your questions, live! Help Build the Agenda You […]
Read MoreCustomers, 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 […]
Read MoreJoin 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 […]
Read MorePassing Parameters to CloudFormation Stacks with the AWS CLI and Powershell
In this guest post, AWS Solution Architect Grace Mollison discusses options for passing stack parameters when using the AWS CLI or AWS Tools for PowerShell. AWS has two relatively new Command line tools, including the Python-based AWS Command Line Interface and the AWS Tools for Windows PowerShell In this short post I’ll describe how you […]
Read MoreA 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 […]
Read MoreA 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 […]
Read More