AWS DevOps Blog
Tag: CloudFormation
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
Read MoreAWS re:Invent 2013 Sessions Now Available
Talks from AWS re:Invent 2013 started to become available over the past week through YouTube and SlideShare. If you were at re:Invent this year, you may have seen the CloudFormation, Elastic Beanstalk and OpsWorks sessions. If you missed this year’s re:Invent, or if you just want to check the sessions out again, the talks are […]
Read MoreAuthenticated 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 […]
Read MoreCloudFormation and the New AWS CLI
CloudFormation provides a number of different ways to use the service. From the web API to language-specific SDKs to GUIs like the AWS Management Console, you choose the interface that’s right for you. For those of you using (or interested in using) the CloudFormation command line interface (CLI), this post’s for you. The original CloudFormation […]
Read More