cfn-flow icon indicating copy to clipboard operation
cfn-flow copied to clipboard

A practical workflow for AWS CloudFormation

Results 9 cfn-flow issues
Sort by recently updated
recently updated
newest added

I've tried making a patch for #25 but the aws sdk gem dependency is so old it doesn't recognize things like Export support Fn::Sub. Side note: is this project still...

Instead of relying on environment variables or the "default" profile for AWS credentials, it'd be great if one could specify `--profile` for `cfn-flow` networking fetching commands (`deploy`, `list`, etc.) that...

Hi, How Can I specify number of instance in my template. My requirement is, User will input the number of required instances, based on that the EC2 instance should be...

CloudFormation now supports YAML templates natively, rendering `cfn-flow`'s "converts from YAML to JSON" obsolete In addition, CloudFormation Intrinsic Functions have a YAML "short form" (e.g. `!GetAtt foo.bar`) that `cfn-flow` naïvely...

I had a CFN stack rollback after timing out on the signal, but cfn-flow still prompted me to delete the old stack. The difference in CFN output is subtle, so...

Add examples for how to use `cfn-flow` with backing resources. Backing resources are re-used across deploys, and may include: - security groups - IAM roles & instance profiles - RDS...

Sometimes if names are similar it thinks that backing stacks should be cleaned up too. Maybe we could use an extra tag or something to link together versions of stacks....

Emit events before/after: - uploading templates - launching a stack - shutting down a stack That would allow users to, say, check that tests have passed before deploying, and log...