> ## Documentation Index
> Fetch the complete documentation index at: https://docs.domino.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# AWS deployment architecture

These topics describe how to install Domino on [Amazon Elastic Kubernetes Service (EKS)](https://aws.amazon.com/eks/). EKS is hosted on [Amazon Web Services (AWS)](https://aws.amazon.com/what-is-aws/). When you deploy Domino to EKS, you must have the following services and components:

<img src="https://mintcdn.com/dominodatalab-e871cec4/5Jz7THzuC_hdPldj/images/5.1/aws-arch-new.png?fit=max&auto=format&n=5Jz7THzuC_hdPldj&q=85&s=4325f1699f2f07893802a4cec061bef2" alt="A map of the Amazon Web Services architecture you’ll need to set up a Domino deployment" width="2250" height="900" data-path="images/5.1/aws-arch-new.png" />

Runtime platform

* **A**: [EKS cluster](https://docs.aws.amazon.com/eks/latest/userguide/clusters.html) deployed in three Availability Zones (AZ). The cluster must match our [compatible Kubernetes versions](/6.3/admin/architecture-and-deployment/kubernetes-infrastructure/kubernetes-compatibility).

Nodes/instances: [EKS nodes](https://docs.aws.amazon.com/eks/latest/userguide/eks-compute.html)

* **B**: Platform nodes: 4-6 nodes, m7i-flex.2xlarge

* **C**: Compute nodes: m6i.2xlarge

* **D**: GPU compute nodes: g5.2xlarge

Storage

* **E**: Shared file system, Datasets: [Amazon Elastic File System (EFS)](https://aws.amazon.com/efs/).

* **F**: Project files, Logs, and Backups: [Amazon Simple Storage Service (S3) Buckets](https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingBucket.html).

* **G**: Environment and model images: [Amazon Elastic Container Registry (ECR)](https://aws.amazon.com/ecr/).

Networking

* **H**: Ingress load balancer: [Elastic load balancer](https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/what-is-load-balancing.html).

* **I**: Cluster network: [Amazon Virtual Private Cloud (VPC)](https://docs.aws.amazon.com/vpc/latest/userguide/what-is-amazon-vpc.html).
