> For the complete documentation index, see [llms.txt](https://docs.prismacloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prismacloud.io/content-collections/connect/connect-cloud-accounts/onboard-aws/update-onboarded-aws-accnt-to-org.md).

# Update an Onboarded AWS Account to AWS Organization

If you had previously onboarded an individual AWS account as type **Account** and now you want to onboard the same account as type **Organization**, you can do so without losing any changes to the onboarded account and assigned account groups.

1. On **Settings > Providers > Cloud Accounts**, identify the account which you want to update from **Account** to **Organization** type.
2. Select **Connect Provider > Cloud Account**.
3. Select **AWS**
4. Select **Organization**.
5. Enter an **Account Name**.

   You can enter the same **Account Name** as the one you had entered while onboarding as account or enter a different name.
6. Select the **Security Capabilities and Permissions** that you want to enable.
7. Click **Next**.
8. While configuring the account, if you want to retain the existing role name and external ID for a member account when you move that account from standalone to under an organization, select the **Preserve Role ARN and External ID of already onboarded accounts that belong to this Org** checkbox under **Advanced Settings**.

   In the future, if you want to update the member CFT for which the role name and external ID was retained when it is moved from standalone to under an organization, you have to download CFT using download CFT API and update the corresponding stack in your AWS console.

   * The role name and download CFT for these members is not available in the UI.
   * You need to save these values or you can contact Prima Cloud customer support.
   * You will not be able to change these member role names unless you deselect the **Preserve Role ARN and External ID of already onboarded accounts that belong to this Org** checkbox.
9. **Download IAM Role CFT** and complete the required **Steps**.
10. Select **All** member accounts.
11. Make sure you assign the same **Account Group** that you had assigned when you had onboarded as an account.
12. Click **Next**.
13. **Review Status** of your AWS organization.
14. Click **Save**.

    After successfully onboarding the account, you will see it onboarded as an **Organization** on the **Cloud Accounts** page.


---

# 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.prismacloud.io/content-collections/connect/connect-cloud-accounts/onboard-aws/update-onboarded-aws-accnt-to-org.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.
