# WorkSpaces EC2

In the **WorkSpaces EC2** tab, administrators can view and manage EC2-backed WorkSpaces instances. The interface displays a summary of each instance, including its state, region, current user, IP address, compute type, and any applied schedule.

<figure><img src="/files/AkVkqWvGmozb4MnASzHd" alt=""><figcaption></figcaption></figure>

Each instance can also be opened in more detail by clicking its name. This brings you to the **Instance Details** page. Here you can view real time CPU and Memory Utilisation, check the availability of root and user volumes, and access additional metadata such as account ID, availablity zone and public/private IPs. You can also view, add or remove tags as needed.

<figure><img src="/files/gKdz0sSTBgDvr4VtOsuz" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
To view real-time metrics the [WSM Performance Monitor agent](https://install.nuvens.cloud/overview/workspaces-performance-monitor-agent) must be installed on the instance. Without the agent data will not be available in the Instance Details view.
{% endhint %}

You can also adjust scheduling by editing the **EC2 Schedule**, This allows you to define specific working hours (e.g., weekdays 09:00–19:00) to control when instances automatically start and stop. To configure this, simply click **Modify Schedule** on the instance. Scheduled automation like this helps optimize performance and reduce unnecessary costs by ensuring EC2 instances only run when needed.

<figure><img src="/files/dTyWCSHKgNygP6DWuaXp" alt=""><figcaption></figcaption></figure>


---

# 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.nuvens.cloud/admin/admin-section/workspaces-ec2.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.
