> 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/other-pages/webportal-prosbc-aws-additional-interface.md).

# WebPortal:ProSBC AWS Additional Interface

This page guides people to add additional network interfaces to the ProSBC instance in AWS. Before starting this procedure you must have access to the AWS console.

1. Login to your AWS account.
2. Go to EC2 - > Network & Security -> Network Interfaces -> Create Network Interface

![aws interface 1](https://docs.telcobridges.com/w/images/e/ec/Aws_interface_1.png)

3. Follow the procedure below to Create a network interface page

![aws interface 2](https://docs.telcobridges.com/w/images/1/1c/Aws_interface_2.png)

**Description:** Description of the new interface.

**Subnet:** In this section select the subnet that is already assigned to ProSBC Interface. You can find that information under the Instance Details.

In the Security groups, assign the correct security group to new interface:

![aws interface 3](https://docs.telcobridges.com/w/images/f/f0/Aws_interface_3.png)

Click on to **Create network interface** button.

4. You can assign an Elastic IP address to new created Network Interface. Go to **EC2 - > Network & Security -> Network Interfaces -> Elastic IPs**. If you already allocate elastic IPs that are not used assign one of them the to newly created interface. If you don’t have any elastic IP click on **Allocate Elastic IP address** button to get a new Elastic IP address.
5. In the EC2 Instances, choose the one you want to add to the new network interface. Go to **Actions -> Networking -> Attach Network Interface**

![aws interface 4](https://docs.telcobridges.com/w/images/a/a6/Aws_interface_4.png)

Select the new interface you created from the Network Interface drop-down menuı and click to Attach button.

![aws interface 5](https://docs.telcobridges.com/w/images/e/e2/Aws_interface_5.png)

6. To assign the interface in the ProSBC, you need to reboot the instance. You can reboot from CLI or use AWS to reboot it.

![aws interface 6](https://docs.telcobridges.com/w/images/2/2c/Aws_interface_6.png)

7. Access the Web Portal to add the new interface in the SBC configuration

![aws interface 7](https://docs.telcobridges.com/w/images/f/f5/Aws_interface_7.png)

![aws interface 8](https://docs.telcobridges.com/w/images/b/ba/Aws_interface_8.png)

![aws interface 9](https://docs.telcobridges.com/w/images/6/6e/Aws_interface_9.png)

8. Follow the procedure below to configure new IP Interface

* [Configuring IP Interfaces](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/configuring-ip-interfaces/README.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://prosbcdocs.telcobridges.com/telecom-references/other-pages/webportal-prosbc-aws-additional-interface.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.
