/Faster-CFT

Visualize Deployment of Cloud-Formation Templates similar to "CDK Deploy"

Primary LanguagePythonMIT No AttributionMIT-0

Visualize Cloud-formation Stacks similar to CDK Deploy.

Steps:

  1. AWS CLI must be installed. https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html
  2. Change input file name variable (cftName line 4) in "AutomateCFT.py".
  3. Run "AutomateCFT.py" from the same directory as the Cloudformation template is in.
  4. Follow prompts and watch the colorful outputs come in.

Tip:

  1. Change line 189 action = input() to action = '' for no interaction deployment.

Console Output:

Alt text



Sample Output:

Alt text



Bandit Report Output:

Alt text