{ "tw_aws": { "api": "aws", "vendor": "aws", "auth": { "region": "us-west-2", "aws_access_key_id": "...", "aws_secret_access_key": "..." }, // https://wiki.debian.org/Cloud/AmazonEC2Image/Jessie // debian jessie 8.6 "default_image": "ami-2a34e94a", "default_options": { // Use at least t2.small (2gb ram) for single node installations // 1gb of ram will bomb out of mem "InstanceType": "t2.small" } } }