> For the complete documentation index, see [llms.txt](https://docs.amitysolutions.com/ekoai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.amitysolutions.com/ekoai/getting-started/eko/eko-ad-sync/prerequisites-and-installation-requirements/customer-provided-infrastructure-vm-os.md).

# Customer-Provided Infrastructure (VM/OS)

The Eko Active Directory Connector (EkoADC) is proprietary software provided by Amity Solutions, but it must be hosted within infrastructure supplied and maintained by the customer. The Virtual Machine (VM) and the Operating System (OS) are typically provided by the customer.

## 1. Operating System (OS) Requirements

The EkoADC application is designed to run in a containerized environment on a specific Linux distribution:

* **Required OS**: Ubuntu OS is required.
* **Recommended Version**: We recommend running on Ubuntu 22.04 LTS (or later).
* **Security**: The OS must be installed on a secure infrastructure and should be hardened and updated with the latest security patches and hotfixes.
* **Access**: Installation requires logging into the Ubuntu OS using a non-root privilege user

## 2. Virtual Machine (VM) Specifications

The Virtual Machine (VM) provided by the customer must meet minimum resource requirements to ensure the stability and performance of the EkoADC container service.

<table><thead><tr><th width="242.87109375">Specification</th><th>Minimum / Recommended Requirement</th></tr></thead><tbody><tr><td>CPU</td><td>>=4 Cores (4 Core minimum)</td></tr><tr><td>Memory</td><td>>=4 GB (8 Gb recommended)</td></tr><tr><td>Disk</td><td>>=100 GB (250 Gb recommended)</td></tr><tr><td>Network</td><td>1 Gigabit Ethernet with NAT</td></tr></tbody></table>

## 3. Required Software (Pre-Installation)

The EkoADC component is based on container services. Therefore, before the installation of the EkoADC application begins, the customer must pre-install and update specific software components on the Ubuntu server:

* Docker CE (Community Edition).
* Docker Compose utility.

The customer must install and update this software component as part of the installation preparation


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.amitysolutions.com/ekoai/getting-started/eko/eko-ad-sync/prerequisites-and-installation-requirements/customer-provided-infrastructure-vm-os.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
