# AWS

Sorry Cypress is designed to run on a self-hosted or cloud environment. We provide AWS CloudFormation templates that for convenient and quick deployment of Sorry Cypress AWS.

* [Basic AWS setup](/cloud-setup/aws/basic-aws-setup.md) is a minimalistic, plug-n-play configuration that doesn't require extensive knowledge or any pre-existing resources other than an active AWS account
* [Advanced AWS](/cloud-setup/aws/advanced-aws-setup.md) setup is a more comprehensive setup, that requires more AWS expertise and some pre-existing resources, but provides a setup that is more reliable, scalable and secure


---

# 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.sorry-cypress.dev/cloud-setup/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.
