> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/cortex-xsoar-6-installation-guides/6.14/cortex-xsoar-installation-guide/system-requirements/cloud-deployment-specifications/aws-ec2-deployment-guidelines.md).

# AWS EC2 Deployment Guidelines

AWS EC2 deployments have specific technical and sizing requirements, and a set of Cortex XSOAR best practices.

After you configure and verify your AWS EC2 deployment, install the Cortex XSOAR Server.

**Supported AWS EC2 Instance Types**

Cortex XSOAR server installation is supported on the following Amazon EC2 instance types.

| Instance Type | Instance Name                                           |
| ------------- | ------------------------------------------------------- |
| M5            | m5.4xlarge                                              |
| m5.12xlarge   |                                                         |
| m5.24xlarge   |                                                         |
| M4            | m4.4xlarge                                              |
| m4.10xlarge   |                                                         |
| m4.16xlarge   |                                                         |
| C5            | c5.4xlarge                                              |
| c5.9xlarge    |                                                         |
| c5.18xlarge   |                                                         |
| C4            | c4.4xlarge                                              |
| c4.8xlarge    |                                                         |
| R4            | r4.4xlarge                                              |
| r4.8xlarge    |                                                         |
| r4.16xlarge   |                                                         |
| T2            | Only use this instance type for evaluation and testing. |

**Supported EC2 Storage**

We recommend that you use EBS-optimized2 instances (included in C4,M4 instance family types).

{% hint style="info" %}

### Note

Minimum disk space for production environment is 500 GB.
{% endhint %}

**Network and Security**

Inbound connections: Cortex XSOAR server requires that you open HTTPS port 443 for inbound connections.

Outbound connections: outbound ports depending on your integrations and specific requirements. By default, AWS opens all traffic.

**Supported OS**

Cortex XSOAR supports server installation on these [Linux distributions](/cortex-xsoar-6-installation-guides/6.14/cortex-xsoar-installation-guide/system-requirements/cortex-xsoar-system-requirements.md).

**AWS Backup**

You can use Amazon EBS snapshots3 to back up your AWS EC2 instances. Use snapshots for incremental backups, point-in-time restoration, and to view history data.


---

# 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://cortex-docs.paloaltonetworks.com/cortex-xsoar-6-installation-guides/6.14/cortex-xsoar-installation-guide/system-requirements/cloud-deployment-specifications/aws-ec2-deployment-guidelines.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.
