# How To Use Reserved AWS Instances in PMK

## Problem

EC2 Reserved Instances provide significant savings over On-Demand instances and as such can be a good choice for creating PMK Clusters.

## Environment

* Platform9 Managed Kubernetes
* AWS Cloud Provider

Procedure

Reserved Instances are not a separate instance type in AWS, they are purchased as

1. Create a Cluster in PMK using the AWS Cloud Provider. You can follow the tutorial [here](https://platform9.com/docs/kubernetes/get-started-aws).
2. You can then purchase Reserved Instances from the AWS console which matches the attributes of the Instances created via PMK.
3. The Instances created by PMK now will utilize the Reserved Instances Rate.
4. To purchase Reserved Instances follow the AWS guide [here](https://aws.amazon.com/ec2/pricing/reserved-instances/buyer/).

{% hint style="info" %}
**Info**

We would encourage you to read the [AWS documentation about Reserved Instances](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-reserved-instances.html#ri-overview). As always please be mindful of your Cloud Provider costs.
{% endhint %}


---

# 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://platform9.com/kb/pmk/how-to/how-to-use-reserved-aws-instances-in-pmk.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.
