Configuration Guide
Codice Configuration Guide
AWS Deployment
Codice AMI
A specific AMI ID containing a preconfigured Codice image will be provided. This AMI includes all the dependencies and configurations needed to run the system.
Instance Launch Steps
Access the AWS Console and navigate to the EC2 service
In the left panel, select Instances and click on Launch instance
For instance configuration:
Name: Choose a descriptive name (e.g., “Codice-Production”)
AMI: Use the provided AMI ID
Instance type: Minimum recommended t4g.large
Key pair: Select or create a new SSH key pair
For network configuration:
The assigned IP MUST BE THE ONE TO BE USED before launching the instance to work propertly
VPC: Select desired VPC
Subnet: Choose a public subnet
Security group: Configure the ports mentioned below
For storage:
Root volume: Minimum 50 GB gp3
Review and launch instance
Connectivity Requirements
Required Ports
For Codice to function properly, the following ports need to be opened in your firewall:
30000
TCP
Frontend
User web interface
30100
TCP
Orchestrator API
Main orchestration API
30585
TCP
Agent Service
Codice agent
Required External Connectivity
AI Services
Depending on your AI provider choice, you’ll need to enable connectivity to one of the following services for code generation and analysis:
Azure OpenAI
Endpoint: codice-gpt4o.openai.azure.com
Port: 443 (HTTPS)
OpenAI
Endpoint: api.openai.com
Port: 443 (HTTPS)
Repository Services
Access to the following container registry is required:
GitHub Container Registry (GHCR)
Domain: ghcr.io
Port: 443 (HTTPS)
Git Services
Depending on your version control system, you must enable connectivity between your Git service and the Codice machine. For example:
GitHub
Domain: github.com and api.github.com
Port: 443 (HTTPS)
GitLab
Domain: gitlab.com (or your enterprise domain)
Port: 443 (HTTPS)
Bitbucket
Domain: bitbucket.org (or your enterprise domain)
Port: 443 (HTTPS)
Network Requirements
Public IP
IP must be static
Users will need access to this IP on the specified ports
DNS and Certificates
It’s recommended to configure a DNS name for access
Last updated