# Use Blimp as S3 Server

1. Begin by [Signing up](/products/blimp/sign-up.md) for Blimp, after successful signup you will be automatically directed to the Blimp homepage.

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

&#x20;2\. On the Blimp homepage, locate and click on the "+ Create Allocation" button.

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

3. Within the allocation creation process, select "S3 Server" and proceed by clicking "Confirm."

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

4. Enter the necessary allocation configuration details and confirm your selections.

<figure><img src="/files/1eRWl9WElFXjUQ8wIRM8" alt=""><figcaption></figcaption></figure>

5. Next, choose your preferred Blobber for hosting files by selecting "Add" and then confirming your choice.

<div><figure><img src="/files/2XBcdewuugCjrJMkdo2q" alt=""><figcaption></figcaption></figure> <figure><img src="/files/OLebAxrXpqZL2lNvuoAc" alt=""><figcaption></figcaption></figure></div>

6. Confirm the token amount for storage.

<figure><img src="/files/rLtC9Ke4oerK21VTWt6x" alt="" width="478"><figcaption></figcaption></figure>

7. Review token amount for creating allocation.

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

8. If you already have ZCN balance, you can use it for payment. Otherwise, you can buy ZCN in exchange for ERC-20 tokens. For instructions on buying ZCN, refer to the section titled "[Buying ZCN for Storage](/products/blimp/sign-up/buy-zcn-for-storage.md)." In this context, we will pay from existing balance.

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

9. Subsequently, you will need to create a server instance and provide the IP address of your AWS EC2 server instance. Afterward, click on "Generate Script." Refer to the screenshot below for reference.

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

10. Upon clicking "Generate Script," Blimp will provide you with a script to copy and execute on your EC2 instance. Please refer to the screenshot below for reference:&#x20;

<figure><img src="/files/L0BGrzQ2mHEZrMAfDsSC" alt=""><figcaption><p>Blimp Generate Script Instance</p></figcaption></figure>

11. SSH into your EC2 instance and execute the generated script. A preview following successful script execution is provided below:

<figure><img src="/files/0zs8oR3rLQheISpar5AA" alt=""><figcaption><p>Script Ran Successfully</p></figcaption></figure>

12. After successfully running the script on your EC2 instance, click on the "Click here if you ran the script on your server successfully" button.

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

13. You can now perform S3 operations.

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

14. &#x20;Specify a Bucket Name, select "Create Bucket" request, and click on "Make CURL request." Refer to the screenshot below for the CURL request output:

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

***

### Next Steps

* For a comprehensive list and detailed descriptions of S3 commands, please refer to the [S3 Operations section.](/products/blimp/use-blimp-as-s3-server/s3-operations.md)&#x20;


---

# 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-old.zus.network/products/blimp/use-blimp-as-s3-server.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.
