diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2017-11-10 10:45:38 +0100 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2017-11-23 14:58:10 +0100 |
commit | c69e9d28c0b86951d3e5f85bda8b1f85f4502416 (patch) | |
tree | 4968d18cc76053773b3fb747127668670216e270 /doc/articles | |
parent | b8db9c8c8c406d4abc03ba7246bbfecbecfbc784 (diff) | |
download | gitlab-ce-c69e9d28c0b86951d3e5f85bda8b1f85f4502416.tar.gz |
Add article on autoscaling GitLab Runner on AWS
Diffstat (limited to 'doc/articles')
-rw-r--r-- | doc/articles/runner_autoscale_aws/index.md | 15 |
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 |