> For the complete documentation index, see [llms.txt](https://docs.opsnow.io/dev-opsnow-user-guide-v0.2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opsnow.io/dev-opsnow-user-guide-v0.2/setting/cloud-accounts/cloud-account-status.md).

# Cloud Account \[Status]

OpsNow will inform you whether the status of your Cloud Account registered with OpsNow is normal or in an error state. Here is detailed guide for each status of your Cloud Account.

<table><thead><tr><th width="242">Status</th><th>AWS</th><th>Azure</th><th>GCP</th></tr></thead><tbody><tr><td>Pre-registration</td><td>O</td><td>O</td><td>X</td></tr><tr><td>Healthy</td><td>O</td><td>O</td><td>O</td></tr><tr><td>Update Request</td><td>O</td><td>O</td><td>O</td></tr><tr><td>Error</td><td>O</td><td>O</td><td>O</td></tr><tr><td>To be Deleted</td><td>O</td><td>X</td><td>X</td></tr></tbody></table>

### Pre-registration&#x20;

OpsNow will inform you whether the status of your Cloud Account registered with OpsNow is normal or in an error state. Here is detailed guide for each status of your Cloud Account.

### Healthy

**Healthy** indicates that the member's linked AWS Cloud Account is well connected to the services provided by AutoSavings or OpsNow without any issues indicates that the member's linked AWS Cloud Account is well connected to the services provided by AutoSavings or OpsNow without any issues.

### Update Request

An **Update Request** occurs when the account connection is successful (Healthy), allowing continued use of OpsNow services. However, additional AWS permissions may be needed for new features or updates to existing services. The customer can continue to use OpsNow's basic services executing the Update Request, but certain features requiring additional permissions may remain unavailable until the update is completed.

### Error&#x20;

**Errors** occur in various situations, to illustrate when OpsNow cannot access a cloud provider such as AWS, Azure, or GCP, or when access is possible but OpsNow does not have the required permissions. In the event of an error, customers generally need to access the Cloud Console directly and resolve the related issue. The following is the guidance message provided to customers when an error occurs for each CSP.<br>

[AWS Error Case ->](/dev-opsnow-user-guide-v0.2/setting/cloud-accounts/aws-cloud-account/aws-cloud-account-status-error.md#error)

Azure Error Case ->

GCP Error Case ->&#x20;

{% hint style="warning" %}
Error Cases for Azure and GCP will be updated later.
{% endhint %}

### To be Deleted

The “To be Deleted” status indicates that the cloud account is in the process of being deleted.


---

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