# AWS

## Overview

Connect AWS to Nullify for cloud-to-code traceability. The connector deploys a least-privilege cross-account role so the platform can ingest resource metadata, evaluate exposure, and correlate findings with the code that built those resources.

## Key Benefits

* **Cloud-to-code mapping** — Tie vulnerabilities back to specific AWS accounts, regions, and IaC definitions.
* **Blast-radius awareness** — Understand which services, identities, and networks are reachable from an exposed asset.
* **Multi-account coverage** — Operate across entire AWS Organizations with consistent policy.
* **Secure access** — Uses external IDs, scoped IAM roles, and encrypted transport.

## How It Works

1. Configure connector parameters in the Nullify console.
2. Deploy the generated CloudFormation or Terraform template into each AWS account.
3. Nullify validates the role and begins ingesting metadata for cloud exposure assessments.

Full setup instructions, parameters, and troubleshooting are documented in [Configuration](/connectors/aws/configuration.md).

## Support

* Implementation assistance: <support@nullify.ai>
* Feature requests: [GitHub issue tracker](https://github.com/nullify-platform/feature-requests)

Telemetry and findings flow back asynchronously into Jira, Slack, and Nullify dashboards so remediation stays aligned with cloud owners.


---

# 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.nullify.ai/connectors/aws.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.
