Cloudformation

Naveen Vijay

IMHO one of the most important missing pieces in CloudFormation is not having the ability to explicitly specify a SLEEP or WAIT function. It is not that it is totally impossible to the implement the same, except that, it would involve having a hard work around one of which is to inject the wait script via the user data with WaitHandle and WaitConditions on EC2 instances.

Naveen Vijay

AWS CloudFormer helps you to create a CloudFormation template from the AWS resources currently running in your account using a few simple steps. The current CloudFormer makes use of the Default VPC to get started; this is usually fine except for the scenarios where we have deleted the Default VPC. This is CloudFormer template forked from AWS provided to extend the capability to provide the ability to specify the VPC.