Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2017-11-10 12:45:38 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2017-11-23 16:58:10 +0300
commitc69e9d28c0b86951d3e5f85bda8b1f85f4502416 (patch)
tree4968d18cc76053773b3fb747127668670216e270 /doc/articles
parentb8db9c8c8c406d4abc03ba7246bbfecbecfbc784 (diff)
Add article on autoscaling GitLab Runner on AWS
Diffstat (limited to 'doc/articles')
-rw-r--r--doc/articles/runner_autoscale_aws/index.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/articles/runner_autoscale_aws/index.md b/doc/articles/runner_autoscale_aws/index.md
new file mode 100644
index 00000000000..25af5e3d02b
--- /dev/null
+++ b/doc/articles/runner_autoscale_aws/index.md
@@ -0,0 +1,15 @@
+---
+last_updated: 2017-11-10
+---
+
+# Autoscaling GitLab Runner on AWS
+
+## Introduction
+
+## Installation and configuration
+
+## Save money with AWS spot instances
+
+### Caveats of spot instances
+
+## Conclusion