AMI requirements
Supported platforms
| Cloud provider | Supported Distribution | Notes |
|---|---|---|
| AWS |
Amazon Linux 2023 |
Custom image requirements
Using custom images is optional. When using custom images, an x86 image is required, but using both arm and x86 images is recommended to maximize availability of spot instances.
The following requirements must be met to ensure proper functionality.
Required utilities
The following utilities must be installed and available on the image:
| Utility |
Notes |
|---|---|
| bash |
Shell |
| docker |
Container runtime |
| docker-compose | Container orchestration |
| curl |
HTTP client |
| wget |
HTTP client — planned for deprecation, but required for now |
| jq |
JSON processor |
| socat |
Socket relay utility |
| rsyslog |
System logging daemon — start automatically at boot: sudo systemctl enable rsyslog
sudo systemctl start rsyslog
|
| awscli |
AWS CLI |