| copyright |
|
||
|---|---|---|---|
| lastupdated | 2026-05-12 | ||
| keywords | instructlab, ai, project | ||
| subcollection | inference |
{{site.data.keyword.attribute-definition-list}}
{: #storage}
Complete the following steps to create one or more {{site.data.keyword.cos_short}} buckets to store {{site.data.keyword.short_name}} resources in. {: shortdesc}
{{site.data.keyword.cos_short}} buckets are only required if you want to fine-tune or align models with your own data. If you use the inference feature with pre-trained models, you do not need to create a bucket. {: important}
Learn more about {{site.data.keyword.cos_short}}.
Creating an {{site.data.keyword.cos_short}} instance in the console for {{site.data.keyword.short_name}}
{: #storage-ui} {: ui}
- Navigate to the {{site.data.keyword.cos_short}} in the console.
- Click Create an instance.
- Choose a plan.
- Give your instance a name, select a resource group, and enter any tags that you want to use.
- Click Create.
Creating an {{site.data.keyword.cos_short}} instance and bucket by using the CLI for {{site.data.keyword.short_name}}
{: #storage-cli} {: cli}
To log in: {{_include-segments/login.md}}
To create {{site.data.keyword.cos_short}} resources:
-
Run the following command to create an instance.
ibmcloud resource service-instance-create <instance-name> cloud-object-storage <plan> global
{: pre}
-
Create a new bucket and make a note of the bucket name for later.
ibmcloud cos bucket-create --bucket <bucket-name> [--class <class-name>] [--ibm-service-instance-id <instance-id>] [--region REGION] [--output FORMAT]
{: pre}
{: #whats-next-storage}
After creating your project, review the following links for next steps.