# Amazon Web Services (AWS)

## Overview

[Amazon Elastic Kubernetes Service (EKS) ](https://docs.aws.amazon.com/eks/latest/userguide/what-is-eks.html)is an AWS service for deploying, managing, and scaling distributed and containerised workloads. With EKS, you can easily provision a cluster on AWS using [Terraform](https://www.terraform.io/intro/index.html)**,** which automates the process. Then, deploy the DIGIT services configuration using [Helm](https://helm.sh/docs/).

## Pre-reads

* Know about EKS: <https://www.youtube.com/watch?v=SsUnPWp5ilc>
* Know what Terraform is: <https://youtu.be/h970ZBgKINg>

## Installation Steps <a href="#prerequisites" id="prerequisites"></a>

{% content-ref url="/spaces/egsIWleSdyH9rMLJ8ShI/pages/xI9j0l3N4ZRDii2NYhJH" %}
[1. Pre-requisites](/platform/guides/installation-guide/infrastructure-setup/aws/1.-pre-requisites.md)
{% endcontent-ref %}

{% content-ref url="/spaces/egsIWleSdyH9rMLJ8ShI/pages/zF4BIhqhuGJNMTAQCsTz" %}
[2. Setup AWS Account](/platform/guides/installation-guide/infrastructure-setup/aws/2.-setup-aws-account.md)
{% endcontent-ref %}

{% content-ref url="/spaces/egsIWleSdyH9rMLJ8ShI/pages/KmJT99EtHcb90BXjHvMI" %}
[3. AWS - Provision Infrastructure](/platform/guides/installation-guide/infrastructure-setup/aws/3.-provision-infrastructure.md)
{% endcontent-ref %}


---

# Agent Instructions: 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:

```
GET https://docs.digit.org/complaints-management/complaints-resolution-v2.10/deploy/setup/production-setup/setup-infrastructure/amazon-web-services-aws.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
