File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 2
2
AWSTemplateFormatVersion : " 2010-09-09"
3
3
Description : " Buildkite stack %v"
4
4
5
+ # The Buildkite Elastic CI Stack for AWS gives you a private,
6
+ # autoscaling Buildkite Agent cluster. Use it to parallelize
7
+ # large test suites across thousands of nodes, run tests and
8
+ # deployments for Linux or Windows based services and apps,
9
+ # or run AWS ops tasks.
10
+ #
11
+ # To gain a better understanding of how Elastic CI Stack works
12
+ # and how to use it most effectively and securely, check out
13
+ # the following resources:
14
+ #
15
+ # * Elastic CI Stack for AWS Overview: https://buildkite.com/docs/agent/v3/elastic_ci_aws
16
+ # * Elastic CI Stack for AWS Tutorial: https://buildkite.com/docs/tutorials/elastic-ci-stack-aws
17
+ # * Running Buildkite Agent on AWS: https://buildkite.com/docs/agent/v3/aws
18
+ # * GitHub Repo for Elastic CI Stack: https://github.com/buildkite/elastic-ci-stack-for-aws
19
+ # * Using AWS Secrets Manager: https://buildkite.com/docs/agent/v3/aws/secrets-manager
20
+ # * VPC Design: https://buildkite.com/docs/agent/v3/aws/vpc
21
+ # * CloudFormation Service Role: https://buildkite.com/docs/agent/v3/elastic-ci-aws/cloudformation-service-role
22
+
5
23
Transform : AWS::Serverless-2016-10-31
6
24
7
25
Metadata :
You can’t perform that action at this time.
0 commit comments