Deployment Options
Choose your cloud provider and deployment method to install the Internal Scanner.
Deployment Matrix
| Cloud Provider | Terraform | CDK | CloudFormation | ARM Templates |
|---|---|---|---|---|
| AWS | Available | Coming Soon | Coming Soon | - |
| Azure | Coming Soon | - | - | Coming Soon |
| Google Cloud | Coming Soon | - | - | - |
Recommended: Terraform
We recommend using Terraform for deployment as it provides:
- Infrastructure as Code - Version-controlled, repeatable deployments
- Multi-cloud support - Same workflow across AWS, Azure, and GCP
- State management - Track and manage infrastructure changes
- Modular design - Easy to customize and extend
Cloud Provider Guides
AWS
Deploy to Amazon Web Services using EKS (Elastic Kubernetes Service):
- Terraform - Production-ready module with EKS Auto Mode
Azure
Deploy to Microsoft Azure using AKS (Azure Kubernetes Service):
- Terraform - Coming soon
Google Cloud
Deploy to Google Cloud Platform using GKE (Google Kubernetes Engine):
- Terraform - Coming soon
Self-Managed Kubernetes
If you’re running your own Kubernetes cluster (on-premises or other cloud providers), contact Detectify support for access to the Helm chart for manual deployment.
Next Steps
- Review the Requirements for your chosen platform
- Follow your cloud provider’s deployment guide
- Configure scan targets after deployment
Last updated on