> 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/help-center/guaranteed-commitments/enable-ri-marketplace.md).

# How to Enable EC2 RI Marketplace

To sell back Resale Guaranteed EC2 RIs, you will need to [Activate the EC2 RI Marketplace](https://aws.amazon.com/ec2/purchasing-options/reserved-instances/marketplace/) as the Root User in your AWS Management Account.

## Requirements

* The ability to login as the **Root User** of your AWS management account
* A business or individual bank account
* The business or individual tax identification number

## Steps

### 1. Register business

Navigate to the [EC2 RI Marketplace seller registration walkthrough](https://portal.aws.amazon.com/ec2/ri/seller_registration) and log in as the **Root User** (not IAM user) of your AWS Account.

Enter your business/individual name and click "Continue."

### 2. Add bank account

Enter your bank account information.

### 3. Add Tax Profile

Enter your tax profile information.

### 4. Complete Tax Interview

Complete the tax interview.

### 5. Verify activation

Wait a few business days for verification to complete.

## Related Resources

* [How Does the AWS Restriction on Selling Discounted EC2 RIs Affect Archera?](/help-center/guaranteed-commitments/ri-marketplace.md)
* [How Does Guaranteed Commitment Pricing Work?](/help-center/guaranteed-commitments/pricing.md)


---

# 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/help-center/guaranteed-commitments/enable-ri-marketplace.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.
