# Getting started with cloud scans

Use Snyk IaC cloud scans to find, view, and fix issues in deployed cloud resource configurations for AWS, Azure, and Google Cloud.

This page explains using cloud scans in the Snyk Web UI. For information about using cloud scans with the Snyk CLI, see [Test your IaC files](/developer-tools/snyk-cli/scan-and-maintain-projects-using-the-cli/snyk-cli-for-iac/test-your-iac-files.md).

## Prerequisites for cloud scans

To start using cloud scans you must have the following:

* A Snyk account. For details, see [Getting started](/discover-snyk/getting-started.md#create-or-log-in-to-a-snyk-account).
* Snyk IaC on the enterprise plan.
* An existing Terraform, CloudFormation, or Azure Resource Manager environment to work in, or deployed AWS, Azure, or Google Cloud account to onboard.

## Import cloud environments

Navigate to your **Organization** **Settings** > **Cloud environments**.

To add a cloud environment, select the **Add environment** drop-down and select the cloud provider. Follow the steps in [AWS Integration: Web UI](/scan-with-snyk/snyk-iac/cloud-platform-integrations/aws-integration/aws-integration-web-ui.md), [Google Cloud Integration: Web UI](/scan-with-snyk/snyk-iac/cloud-platform-integrations/google-cloud-integration/google-cloud-integration-web-ui.md), or [Azure Integration: Web UI](/scan-with-snyk/snyk-iac/cloud-platform-integrations/azure-integration-for-cloud-configurations/azure-integration-web-ui.md) to create the environment.

You can also add an environment using the Snyk API:

* [AWS Integration: API](/scan-with-snyk/snyk-iac/cloud-platform-integrations/aws-integration/aws-integration-api.md)
* [Google Cloud Integration: API](/scan-with-snyk/snyk-iac/cloud-platform-integrations/google-cloud-integration/google-cloud-integration-api.md)
* [Azure Integration: API](/scan-with-snyk/snyk-iac/cloud-platform-integrations/azure-integration-for-cloud-configurations/azure-integration-api.md)

## View cloud issues

To view your cloud issues in the Snyk Web UI, navigate to the Organization, and on the menu, select **Cloud**. For more information, see [View cloud issues in the Snyk Web UI](/scan-with-snyk/snyk-iac/getting-started-with-cloud-scans/manage-cloud-issues/view-cloud-issues-in-the-snyk-web-ui.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.snyk.io/scan-with-snyk/snyk-iac/getting-started-with-cloud-scans.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.
