Skip to content

Instantly share code, notes, and snippets.

View saha-raskonda's full-sized avatar

Saha Raskonda saha-raskonda

View GitHub Profile
@diegopacheco
diegopacheco / ice.md
Last active April 17, 2019 20:13
How to Install and Run Netflix/ICE on Amazon Linux OS

CloudFormation -> Terraform Import Helpers

I wrote these scripts to help faciliate batch import of our CloudFormation templates into Terraform Configuration.

region-batch.sh

This script is a light wrapper around batch.sh. It simply iterates over the list of regions provided, exports expected variables, creates required directories, and calls batch.sh.

BASE_DIR=/path/to/dir EXCLUDE_REGEX="(some-stack-production|some-stack-staging)" ./region-batch.sh us-east-1 us-west-1