You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+34-7Lines changed: 34 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,10 @@
6
6
7
7
[Buildkite](https://buildkite.com/) is a platform for running fast, secure, and scalable continuous integration pipelines on your own infrastructure.
8
8
9
-
The Buildkite Elastic CI Stack gives you a private, autoscaling [Buildkite Agent](https://buildkite.com/docs/agent) cluster. Use it to parallelize legacy tests across hundreds of nodes, run tests and deployments for all your Linux-based services and apps, or run AWS ops tasks.
9
+
The Buildkite Elastic CI Stack for AWS gives you a private, autoscaling
10
+
[Buildkite Agent](https://buildkite.com/docs/agent) cluster. Use it to parallelize
11
+
large test suites across thousands of nodes, run tests and deployments for Linux or Windows
Most features are supported across both Linux and Windows. See below for details
40
+
of per-operating system support:
41
+
42
+
Feature | Linux | Windows
43
+
--- | --- | ---
44
+
Docker | ✅ | ✅
45
+
Docker Compose | ✅ | ✅
46
+
AWS CLI | ✅ | ✅
47
+
S3 Secrets Bucket | ✅ | ✅
48
+
ECR Login | ✅ | ✅
49
+
Docker Login | ✅ | ✅
50
+
CloudWatch Logs Agent | ✅ | ✅
51
+
Per-Instance Bootstrap Script | ✅ | ✅
52
+
🧑🔬 git-mirrors experiment | ✅ | ✅
53
+
SSM Access | ✅ | ✅
54
+
SSH Access | ✅ |
55
+
Periodic authorized_keys Refresh | ✅ |
56
+
Periodic Instance Health Check | ✅ |
57
+
git lfs | ✅ |
58
+
Additional sudo Permissions | ✅ |
59
+
RDP Access | | ✅
60
+
34
61
## Security
35
62
36
63
This repository hasn't been reviewed by security researchers so exercise caution and careful thought with what credentials you make available to your builds.
@@ -71,9 +98,9 @@ make packer
71
98
This will boot and image three AWS EC2 instances in your account’s `us-east-1`
72
99
default VPC:
73
100
74
-
- Linux amd64
75
-
- Linux arm64
76
-
- Windows amd64
101
+
- Linux (64-bit x86)
102
+
- Linux (64-bit Arm)
103
+
- Windows (64-bit x86)
77
104
78
105
## Support Policy
79
106
@@ -92,9 +119,9 @@ We aim to support new regions within one month of general availability.
92
119
93
120
We build and deploy the following AMIs to all our supported regions:
0 commit comments