Skip to content

Instantly share code, notes, and snippets.

View igorrs's full-sized avatar

Igor Ribeiro Sucupira igorrs

View GitHub Profile
@igorrs
igorrs / cfn-template-dump.rb
Last active April 8, 2016 23:41 — forked from gabriellett/cfn-template-dump.rb
AWS CloudFormation Template dumper
# This script will look for cloudformation stacks on your account and download all the templates for you!
# Author: Gabriel Lett Viviani <http://github.com/gabriellett>
# Make sure you have aws-cli installed and configured on your machine,.
require 'json'
require 'optparse'
options = {}
OptionParser.new do |opts|
opts.banner = "Usage: cfn-template-dump.rb [options]"