Skip to content

Commit 9b991bc

Browse files
authored
Merge pull request #940 from karensawrey/yml-update
Baking description and links to docs into the yaml template file
2 parents c387eba + 4cc83d0 commit 9b991bc

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

templates/aws-stack.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22
AWSTemplateFormatVersion: "2010-09-09"
33
Description: "Buildkite stack %v"
44

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+
523
Transform: AWS::Serverless-2016-10-31
624

725
Metadata:

0 commit comments

Comments
 (0)