> For the complete documentation index, see [llms.txt](https://docs.linuxfoundation.org/lfx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.linuxfoundation.org/lfx/project-control-center/v2-latest-version/operations/cloud-providers.md).

# Cloud Providers

You can connect an existing AWS account to PCC for your project.

## Setting Up a New AWS Account

Setting up a new managed AWS account is currently disabled. If you have a usecase for a new, LF managed AWS account, please contact support.

## Other AWS Account <a href="#other-aws-account" id="other-aws-account"></a>

#### Associating a Different AWS Account with Your Project

Use this section to add an existing project AWS Account to the LF Consolidated billing account.

To link your project AWS account, follow these steps:

1. Log into the PCC.
2. Select **Cloud Providers** from the **Operations** tab.
3. Navigate to the **Project** dashboard.

<figure><img src="/files/VG8dd5v1aPAKcyUkb9pw" alt=""><figcaption><p>Cloud Providers</p></figcaption></figure>

3. On the **Cloud Providers** page, click <img src="/files/zucD2h8AO9Y6ACsFp41S" alt="" data-size="line"> icon next to the **Other AWS Account**. Enter the **AWS Account ID** and click **Connect**.

<figure><img src="/files/G9gMaoDpxHdPOBDQDXbk" alt=""><figcaption><p>Other AWS Accounts</p></figcaption></figure>


---

# 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.linuxfoundation.org/lfx/project-control-center/v2-latest-version/operations/cloud-providers.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.
