# Cloud Account \[Type]

OpsNow provides the Cloud Account type that the customer has registered, according to the Type Name provided by each Cloud Service Provider (CSP). Below are the definitions for each CSP:

<table><thead><tr><th width="159">Type</th><th>Admin</th><th>Member</th></tr></thead><tbody><tr><td>AWS</td><td>Management</td><td>Member</td></tr><tr><td>Azure</td><td>Billing</td><td>Subscription</td></tr><tr><td>GCP</td><td>Billing</td><td>Project</td></tr></tbody></table>

The Type Name is classified according to each CSP that the customer subscribes to within OpsNow, and the value is categorized based on the error value defined by each CSP.

### Amazon AWS

AWS uses the concepts of **Management Account** and **Members Account** within AWS Organization for account management within AWS.

<table><thead><tr><th width="159">Type name</th><th>Role</th></tr></thead><tbody><tr><td>Management</td><td>An account that serves as the central administrator of the organization and responsible for consolidated billing, security policy settings, and member account management.</td></tr><tr><td>Member</td><td>Accounts created or invited by management accounts, allowing AWS resources to be used independently on each team or project, and comply with management cloud policies and regulations.</td></tr></tbody></table>

### Microsoft Azure

Azure uses the concepts of **Billing Account** and **Azure Subscription** to manage cloud resources and costs within Azure.

<table><thead><tr><th width="159">Type name</th><th>Role</th></tr></thead><tbody><tr><td>Billing</td><td>Manage the organization's billing and payments, as well as integrated cost management for multiple subscriptions.</td></tr><tr><td>Subscription</td><td>Manage resource usage and costs separately as a logical unit for individual projects, teams, or departments to use Azure resources independently.</td></tr></tbody></table>

### Google GCP

Google Cloud Platform (GCP) uses the concepts of **Billing Account** and **Project** to manage cloud resources and costs.

<table><thead><tr><th width="159">Type name</th><th>Role</th></tr></thead><tbody><tr><td>Billing</td><td>It handles for managing the organization's billing and payments, provides integrated cost management for multiple projects.</td></tr><tr><td>Project</td><td>A logical unit where individual projects, teams, or departments can use GCP resources independently, while managing resource usage and costs.</td></tr></tbody></table>

The names are different for each CSP, but the functions and roles are the same. So, they are exposed in the Type column values as the concepts of **Admin** and **Member** for each Type.


---

# 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.opsnow.io/dev-opsnow-user-guide-v0.2/setting/cloud-accounts/cloud-account-type.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.
