# ecs

Amazon ECS resource attributes.

### Examples

```graphql
type ECS {
  os: String
  cpu: String
  memory: String
  containers: String
  registeredAt: Float
  registeredBy: String
  account: String
  zone: String
}
```

### Fields

| Field                 | Description                                                | Supported fields |
| --------------------- | ---------------------------------------------------------- | ---------------- |
| os `String`           | Operating system running on the ECS                        |                  |
| cpu `String`          | CPU resources allocated                                    |                  |
| memory `String`       | Memory resources allocated                                 |                  |
| containers `String`   | Number or list of containers running                       |                  |
| registeredAt `Float`  | Timestamp (epoch) when the ECS was registered              |                  |
| registeredBy `String` | Identifier or name of the entity who registered the ECS    |                  |
| account `String`      | Cloud account associated with the ECS                      |                  |
| zone `String`         | Cloud availability zone or region where the ECS is located |                  |

### References

#### Fields with this object:

* [{} CommonCloudAttributesUnion](/api-documentation/api-reference/api--artifact/types/unions/common-cloud-attributes-union.md)


---

# 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.ox.security/api-documentation/api-reference/api--artifact/types/objects/ecs.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.
