> For the complete documentation index, see [llms.txt](https://docs.forestall.io/fsprotect/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.forestall.io/fsprotect/search-and-reports/aws-iam-access-key.md).

# AWS IAM Access Key

### AWS IAM Access Key Fields

| Field           | Type | Possible Operators                            | Description                                                                                                     |
| --------------- | ---- | --------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
| Guid            | TEXT | LIKE, NOT\_LIKE, EQUAL, NOT\_EQUAL, IS\_EMPTY | A unique identifier that is a combination of the GUID of the selected Scan and the Access Key ID.               |
| AccessKeyId     | TEXT | LIKE, NOT\_LIKE, EQUAL, NOT\_EQUAL, IS\_EMPTY | The unique identifier for this access key. Used as the access key ID in API calls.                              |
| OwnerArn        | TEXT | LIKE, NOT\_LIKE, EQUAL, NOT\_EQUAL, IS\_EMPTY | The Amazon Resource Name (ARN) of the IAM user who owns this access key.                                        |
| Status          | TEXT | LIKE, NOT\_LIKE, EQUAL, NOT\_EQUAL, IS\_EMPTY | The status of the access key. Can be `Active` or `Inactive`. Active keys can be used to authenticate API calls. |
| LastUsedService | TEXT | LIKE, NOT\_LIKE, EQUAL, NOT\_EQUAL, IS\_EMPTY | The AWS service that was most recently accessed using this access key (e.g., `s3`, `ec2`).                      |
| LastUsedRegion  | TEXT | LIKE, NOT\_LIKE, EQUAL, NOT\_EQUAL, IS\_EMPTY | The AWS region where this access key was most recently used.                                                    |
| CreateDate      | DATE | SMALLER, LARGER, BETWEEN, EQUAL               | The date and time when the access key was created.                                                              |
| LastUsedDate    | DATE | SMALLER, LARGER, BETWEEN, EQUAL               | The date and time when the access key was most recently used to sign an AWS API request.                        |


---

# 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:

```
GET https://docs.forestall.io/fsprotect/search-and-reports/aws-iam-access-key.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.
