Cloud Platforms
This page summarizes common cloud deployment patterns.
AWS
- EC2: deploy the agent with systemd.
- EKS: deploy the agent as a DaemonSet via Helm.
- Recommended: restrict egress to the control plane URL and required endpoints.
Azure and GCP
Aegis is designed to be cloud-agnostic. Deployment approaches mirror AWS:
- VM-based: systemd
- Kubernetes-based: Helm/DaemonSet