summaryrefslogtreecommitdiff
path: root/cloud.json.example
diff options
context:
space:
mode:
authorVarac <varac@leap.se>2017-06-17 17:53:30 +0200
committerVarac <varac@leap.se>2017-06-17 17:53:30 +0200
commitec24fbe2f5811994d1d6f6f268a3d4e9d8a93c8a (patch)
treeae47b7d6eb531071e8b45ea7f9ca89712dab5a14 /cloud.json.example
parentcfe40271a6a01e0734def0a9d995cd64bf3f7c6b (diff)
Add cloud.json.example
Diffstat (limited to 'cloud.json.example')
-rw-r--r--cloud.json.example19
1 files changed, 19 insertions, 0 deletions
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"
+ }
+ }
+}