From ec24fbe2f5811994d1d6f6f268a3d4e9d8a93c8a Mon Sep 17 00:00:00 2001 From: Varac Date: Sat, 17 Jun 2017 17:53:30 +0200 Subject: Add cloud.json.example --- cloud.json.example | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 cloud.json.example diff --git a/cloud.json.example b/cloud.json.example new file mode 100644 index 0000000..8f6f802 --- /dev/null +++ b/cloud.json.example @@ -0,0 +1,19 @@ +{ + "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" + } + } +} -- cgit v1.2.3