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
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
+
37
61
## Security
38
62
39
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.
@@ -74,9 +98,9 @@ make packer
74
98
This will boot and image three AWS EC2 instances in your account’s `us-east-1`
75
99
default VPC:
76
100
77
-
- Linux amd64
78
-
- Linux arm64
79
-
- Windows amd64
101
+
- Linux (64-bit x86)
102
+
- Linux (64-bit Arm)
103
+
- Windows (64-bit x86)
80
104
81
105
## Support Policy
82
106
@@ -95,9 +119,9 @@ We aim to support new regions within one month of general availability.
95
119
96
120
We build and deploy the following AMIs to all our supported regions:
0 commit comments