# Kubernetes Instance Types Aws Cluster

### Overview

Any instance type from the current generation instance families can be used. Instance types from previous generation instance families (t1, m2, m1, and c1) cannot be used. For details on the different instance families, please see the [AWS documentation](https://aws.amazon.com/ec2/instance-types/).

### Recommendations

* For master nodes, we recommend the m4.large instance type.
* For worker nodes, we recommend an instance type from the m4, t2, c4, and r4 instance families.


---

# 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.platform9.com/managed-kubernetes/5.8/aws-prerequisites/kubernetes-instance-types-aws-cluster.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.
