give you indication of which resource failed to update โ Delete offending resource or its dependencies manually โ Run delete stack again โ When in real shit, call support
โ http://docs.aws.amazon.com/AWSCloudFormation/ latest/UserGuide/cfn-using-cloudformer.html โ http://aws.amazon.com/developertools/ 6460180344805680 โ Uses a Micro instance inside your VPC to interrogate and dumps results to S3 โ Parse with the ruby cloudformation-ruby-
Use a phased approach. Use Ref to refer to existing resources, passed as parameters. โ Usually in reverse of your pipeline โ machines first, VPCs last โ e.g. "VpcId" : { "Ref" : "VpcId" }
โ Use UpdatePolicy for ASG changes. โ Use DeletionPolicy to ensure are not deleted by CloudFormation (instance termination protection on steroids) โ Note the Update requires property in the documentation
production. Smaller resource types can help reduce costs. โ Parameterise everything. โ Use the http://docs.aws.amazon.com/ AWSCloudFormation/latest/UserGuide/template- reference.html