> For the complete documentation index, see [llms.txt](https://cqube.sunbird.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cqube.sunbird.org/cqube-v-4.1-beta/network-architecture-diagram/hardware-requirements.md).

# Hardware requirements

The table below describes the Infrastructure prerequisites for successful installation of the cQube Base in the AWS environment:

| Infrastructure used for cQube Base installation                                                                                                                               | Required Skills                                                                                   |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
| AWS account 1. cQube Server (CPU - 8 Core RAM - 32 GB Storage - 500 GB) 2. S3 Buckets (S3 emission 100GB S3 input - 750 GB S3 Output - 250 GB)                                | AWS Basic Operation Skills -EC2 -S3 -Load -Balancer -IAM -VPC -Route53 -Certificate Manager (SSL) |
| [OpenVPN](https://aws.amazon.com/blogs/awsmarketplace/setting-up-openvpn-access-server-in-amazon-vpc/) Access Server ( EC2 instance CPU - 1 Core RAM - 2 GB, Storage - 10 GB) | VPN admin Operations                                                                              |
| NGINX Reverse proxy (EC2 instance CPU - 2 Core RAM - 4 GB Storage - 30 GB)                                                                                                    | NGINX configuration skills                                                                        |
| NAT gateway                                                                                                                                                                   | AWS NAT gateway                                                                                   |
| Ubuntu 18.04 server                                                                                                                                                           | To be taken care while creating EC2 instance                                                      |
| Java JDK 1.8                                                                                                                                                                  | To be installed through One-Step cQube Base Installation                                          |
| Python 3                                                                                                                                                                      | To be installed through One-Step cQube Base Installation                                          |
| NIFI 1.12.1                                                                                                                                                                   | To be installed through One-Step cQube Base Installation                                          |
| Angular 9.1.6, Chart.JS 2.9.3, Leaflet 1.6.0                                                                                                                                  | To be installed through One-Step cQube Base Installation                                          |
| PostgreSQL 10.12                                                                                                                                                              | To be installed through One-Step cQube Base Installation                                          |


---

# 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://cqube.sunbird.org/cqube-v-4.1-beta/network-architecture-diagram/hardware-requirements.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.
