# Create & Manage BYOC Hosting

BYOC (Bring Your Own Cloud) allows organizations to use their existing cloud infrastructure to deploy and manage the blockchain network on Spydra Platform. This approach provides flexibility, cost savings, and the ability to meet specific compliance and security requirements.

Currently, Spydra supports the integration of user accounts from both **Azure** and **AWS**. This feature allows users to efficiently manage and monitor Spydra's blockchain network through these popular cloud service providers.&#x20;

### <mark style="color:purple;">Adding your own Cloud Hosting (BYOC):</mark>

Once an organization is created, go to the organization dashboard and click on the "Hosting" tab. This tab displays all cloud hosting services added by the organization, with Spydra Managed Azure and Spydra Managed AWS visible by default. To add a new cloud hosting service, click "Create Hosting."

<figure><img src="/files/poVcTkhPuu9p29iXDzht" alt=""><figcaption></figcaption></figure>

#### <mark style="color:blue;">Add AWS Cloud Hosting:</mark>

To create a new AWS cloud hosting, follow these steps:

1. **Add a cloud source name** for easy reference later (e.g., "Supply Chain AWS Cloud").
2. **Select 'AWS'** in the Cloud provider dropdown.
3. **Enter Secret Key**
4. **Enter Access Key**

Once these details are filled in, the user can proceed to create a new hosting. If the provided access key and secret key are correct, the new hosting will be added to the organization.

#### <mark style="color:blue;">Add Azure Cloud Hosting:</mark>

To create a new Azure cloud hosting, follow these steps:

1. **Add a cloud source name** for easy reference later (e.g., "Supply Chain Azure Cloud").
2. **Select 'Azure'** in the Cloud provider dropdown.
3. **Application ID**
4. **Tenant ID**
5. **Application Secret**

***

{% hint style="success" %}
Organizations using BYOC hosting can only create a dedicated network. Only organizations with dedicated hosting can join a network hosted by BYOC.
{% endhint %}

***

#### <mark style="color:blue;">Leverage your own cloud hosting (BYOC) to,</mark>

{% content-ref url="/pages/RYnEXt12olzvpzyPB5jF" %}
[Create a Network](/how-to/private-network/networks/create-a-network.md)
{% endcontent-ref %}

{% content-ref url="/pages/Ij4VKxzMyp9ls5U4R7Mv" %}
[Joining a Network](/how-to/private-network/networks/joining-a-network.md)
{% endcontent-ref %}


---

# Agent Instructions: 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:

```
GET https://docs.spydra.app/how-to/private-network/organizations/create-and-manage-byoc-hosting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
