> For the complete documentation index, see [llms.txt](https://prosbcdocs.telcobridges.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prosbcdocs.telcobridges.com/initial-installation/1.-instructions-by-platform/cloud-installation/cloud-aws/instance-upgrade.md).

# Instance Upgrade

This page guides people to upgrade the ProSBC instance in AWS. Before starting this procedure you must have access to the AWS console. The instance change will affect the license. You need to contact with Telcobridges support team to get the new license.

Before starting to upgrade process, you need to be sure the existing instance supports Enhanced Networking. Please check the following link:

[AWS installation instructions](/initial-installation/1.-instructions-by-platform/cloud-installation/cloud-aws.md) in section 2 Enable SR-IOV enhanced networking, you will find the documentation.

1\. Login to your AWS account.

2\. Go to EC2 and select the instance that you want to upgrade.

3\. Click on Action and go to Instance Settings -> Change instance type

<figure><img src="https://docs.telcobridges.com/w/images/thumb/5/5e/Instance_Upgrade_1.png/400px-Instance_Upgrade_1.png" alt=""><figcaption></figcaption></figure>

4\. Select the new instance type to upgrade. Before selecting the new instance be sure the new instance is also in our supported instance list.

<figure><img src="https://docs.telcobridges.com/w/images/thumb/6/69/Instance_Upgrade_2.png/400px-Instance_Upgrade_2.png" alt=""><figcaption></figcaption></figure>

5\. Click to Apply.


---

# 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://prosbcdocs.telcobridges.com/initial-installation/1.-instructions-by-platform/cloud-installation/cloud-aws/instance-upgrade.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.
