> For the complete documentation index, see [llms.txt](https://docs.archera.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archera.ai/partners/archera-overview/insured-commitments.md).

# Insured Commitments

#### What are they?

Archera's Insured Commitments are regular cloud commitments (RIs, SPs, RVMs, CUDs) with the added Archera Guarantee that we will buy them back from the customer after a specified amount of time. We call these Guaranteed Reserved Instances (GRIs), Guaranteed Savings Plans (GSPs), Guaranteed Virtual Machines (GVMs), and Guaranteed Committed Use Discounts (GCUDS).

For example, on AWS, when a customer purchases an Archera Guaranteed Reserved Instance for 30 days or one year, Archera will:

1. Purchase a 3-year, no upfront Reserved Instance or Savings Plan.
2. Guarantee to buy that back from the customer after the term that the customer specifies.

![Insured Commitments](/files/oU9o5IaRXHNDE6PDNqOT)

> 📐 **Example:** Customer purchases a 30-day Archera Guaranteed Reserved Instance. After 30 days, the customer could immediately sell that back to Archera, having benefitted from the lower rate. They could also keep that Insured Commitment for up to three years if they choose.

#### How does Archera make money?

If a customer elects to purchase any kind of Insured Commitment, Archera charges a risk premium, just like an insurance company. This premium depends on the term of the agreement. If a customer purchases a 30-day Insured Commitment, the premium will be higher than a 1-year Insured Commitment because Archera takes on less risk.

#### What kinds of commitments will Archera insure?

All commitment types on AWS and Azure. Only Spend-Based CUDs on GCP.

![AWS Reservable Services](/files/KqQmnVLo6TR5rPvNdVC0)

![Azure Reservable Services](/files/F4LW669QE3Irx7aNEq7J)

#### What kinds of terms and upfront combinations are available for Insured Commitments?

Take a look at [this help article](https://docs.archera.ai/help-center/user-guide/contract-terms-aws) to see all combinations that we offer on AWS.

![EC2](/files/b3GHt7XNrXxq1pVJw7do) ![EKS](/files/cXGgrfRu9Zm5sEwxSgpI) ![RDS](/files/C9rxQXcSGJIcKrTFSsMF) ![ElastiCache](/files/8llspLq159orHfRrU8Fi) ![OpenSearch](/files/sqKRw6NMfaFqJdYD71fO) ![Redshift](/files/YrpKBmxSGcc8E3poUTW6) ![Lambda](/files/TqyYD44i9NKmjfoULNAj) ![ECS](/files/wsojALk4fN1IxN5Rh6vz) ![Fargate](/files/vhIN2d7tBpfeW38RYBjr) ![SageMaker](/files/HFC3yx3qjY4G3qn2oLzB) ![CSP](/files/E0UkiRJipmLO4OnmpIOX)


---

# 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://docs.archera.ai/partners/archera-overview/insured-commitments.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.
