> 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/telecom-references/apis-and-integration/tsbc-sw-prosbc-cloudformation-installation.md).

# TSBC-SW:ProSBC CloudFormation Installation

This page guides people launching an instance of ProSBC using an AWS CloudFormation template.

* ![Click here to download CloudFormation JSON template](https://docs.telcobridges.com/w/images/b/bd/CloudFormation_Json.zip)

To load the JSON file:

1. Log in to AWS with your account
2. Type **CloudFormation** in the search field and select it

![Cloud Formation 1](https://docs.telcobridges.com/w/images/d/d0/Cloud_Formation_1.png)

3. Click **Create Stack**

![Cloud Formation 2](https://docs.telcobridges.com/w/images/8/8e/Cloud_Formation_2.png)

4. Select **Upload a template file** and click **Choose File** to select the file. When the upload is finished, it will create an URL in the S3 Bucket for that file to store.

* Click **Next**

![Cloud Formation 3](https://docs.telcobridges.com/w/images/b/b4/Cloud_Formation_3.png)

5. The **Stack Details** window is displayed

![Cloud Formation 4](https://docs.telcobridges.com/w/images/a/a3/Cloud_Formation_4.png)

* **Stack Name**: Enter a name for this newly created stack.
* **Instance Name**: Enter a name for the instance that will created.
* **Instance Type**: Select an instance type. By default it is **m5.large**.
* **Key Name**: EC2 KeyPair to enable SSH access to the instance.

6. Click **Next** until the **Submit** button is shown.


---

# 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/telecom-references/apis-and-integration/tsbc-sw-prosbc-cloudformation-installation.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.
