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

# Installing on AWS

> Limina's detailed installation instructions on AWS including prerequisites, requirements, deployment, benchmarks, concurrency, and more.

The following guides are to help you deploy your Limina container on AWS infrastructure, including ECS or EKS.

<Columns cols={3}>
  <Card title="AWS EKS Setup Guide" href="/installation/aws/eks-guide" icon="file-lines">
    Describes how to stand up the container in AWS EKS.
  </Card>

  <Card title="AWS ECS Automated Setup Guide" href="/installation/aws/automated-ecs-guide" icon="file-lines">
    Covers how to use Cloudformation templates to get up and running in ECS.
  </Card>

  <Card title="AWS ECS Manual Setup Guide" href="/installation/aws/manual-ecs-guide" icon="file-lines">
    Describes in detail how to setup individual components for an ECS deployment. Recommended for power users or manual configurations.
  </Card>
</Columns>
