Skip to content

Commit 171b914

Browse files
committed
Add feature matrix
1 parent 486db91 commit 171b914

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,29 @@ aws cloudformation create-stack \
3434
--parameters "$(cat config.json)"
3535
```
3636

37+
## Supported Features
38+
39+
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+
SSH Access | ✅ |
52+
Periodic authorized_keys Refresh | ✅ |
53+
RDP Access | | ✅
54+
SSM Access | ✅ | ✅
55+
Per-Instance Bootstrap Script | ✅ | ✅
56+
Periodic Instance Health Check | ✅ |
57+
git lfs | ✅ |
58+
🧑‍🔬 git-mirrors experiment | ✅ | ✅
59+
3760
## Security
3861

3962
This repository hasn't been reviewed by security researchers so exercise caution and careful thought with what credentials you make available to your builds.

0 commit comments

Comments
 (0)