> 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/cloud-formation-installation.md).

# Cloud Formation Installation

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

{% file src="/files/zSWpOG2BLlkySAs4yDOU" %}

To load the JSON file:

1\. Log in to AWS with your account

2\. Type CloudFormation in the search field and select it

<figure><img src="https://docs.telcobridges.com/w/images/thumb/d/d0/Cloud_Formation_1.png/800px-Cloud_Formation_1.png" alt=""><figcaption></figcaption></figure>

\
3\. Click Create Stack

<figure><img src="https://docs.telcobridges.com/w/images/thumb/8/8e/Cloud_Formation_2.png/800px-Cloud_Formation_2.png" alt=""><figcaption></figcaption></figure>

\
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

<figure><img src="https://docs.telcobridges.com/w/images/thumb/b/b4/Cloud_Formation_3.png/800px-Cloud_Formation_3.png" alt=""><figcaption></figcaption></figure>

\
5\. The Stack Details window is displayed

<figure><img src="https://docs.telcobridges.com/w/images/thumb/a/a3/Cloud_Formation_4.png/800px-Cloud_Formation_4.png" alt=""><figcaption></figcaption></figure>

```
*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/initial-installation/1.-instructions-by-platform/cloud-installation/cloud-aws/cloud-formation-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.
