> For the complete documentation index, see [llms.txt](https://docs.expel.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.expel.io/connect-your-technology/l-p-integrations/oracle-cloud-infrastructure/get-started-with-oracle-cloud-infrastructure-setup-for-workbench.md).

# Get Started with Oracle Cloud Infrastructure Setup for Workbench

Oracle Cloud Infrastructure can be onboarded manually or via Terraform. Both setup processes enable you to create and configure OCI functions to forward the audit logs from any region to a centralized bucket in the home region.

{% hint style="info" %}
Manual onboarding requires you to individually create a number of global, central, and regional resources. The Terraform scripts provision all of these resources for you.&#x20;
{% endhint %}

**Select a link to get started.**

<table><thead><tr><th width="408.87109375">Desired Configuration Approach</th><th>Instructions</th></tr></thead><tbody><tr><td><p>Manually configure single tenants with one device per OCI region.</p><ul><li>Uses a simple regional pipeline (audit logs → bucket → stream → Expel).</li><li>No CLI is required.</li></ul></td><td><a href="/pages/ZNlPxjXcWcsR2srLmIDs">Oracle Cloud Infrastructure - Manual Setup (Small Environments)</a></td></tr><tr><td><p>Manually set up a configuration that centralizes your logs across multiple regions.</p><ul><li>Uses a central home-region bucket aggregating logs from all regions via OCI functions, VCNs, gateways, and service connectors.</li><li>Requires CLI commands, Docker, Cloud Shell, and deploying custom Python functions.</li></ul></td><td><a href="/pages/xVgCDvpPuuMUY1oBUzFe">Oracle Cloud Setup - Manual Setup (Large/Enterprise Environments)</a></td></tr><tr><td>Use Terraform to automate the large/enterprise architecture as described above, including automatically naming many objects.</td><td><a href="/pages/47I1p2qqE1cGCmI2Gcqn">Oracle Cloud Infrastructure - Terraform Setup</a></td></tr></tbody></table>


---

# 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://docs.expel.io/connect-your-technology/l-p-integrations/oracle-cloud-infrastructure/get-started-with-oracle-cloud-infrastructure-setup-for-workbench.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.
