> For the complete documentation index, see [llms.txt](https://docs.parallels.com/landing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.parallels.com/landing/ras-admin-guide/parallels-ras-21-administrators-guide/virtual-desktop-infrastructure-vdi/add-a-provider/add-a-cloud-provider/amazon-web-services/step-2.-adding-aws-as-a-provider.md).

# Step 2. Adding AWS as a Provider

To configure Amazon Web Services as a Cloud Computing provider:

1. In the RAS Console, navigate to **Farm > Providers**.
2. Click the **Tasks** drop-down menu and choose **Add** (or click the **\[+]** icon).
3. In the menu, select **Amazon EC2**. The **Add Cloud Computing Provider** wizard opens.
4. In the Wizard, specify the following:
   * **Name:** Name of the provider.
   * **Description:** Description of the provider.
   * **Manage credentials:** the administrative accounts that will be used to deploy Parallels Agents on the session hosts (Amazon EC2 instances). The current RAS administrator is already present in this list, but you can other accounts.
   * **Access Key ID:** Your access key ID.
   * **Secret Access Key**: Your secret key.
5. Click **Next**.
6. Wait until Parallels RAS validates the settings and click **Next**.
7. Select the Region that you will use. In most cases, the best Region would be the one closest to you. You can also choose one of opt-in AWS Regions by selecting the **Opted-in Region** option or specify a custom EC2 endpoint URL by selecting the **EC2 Endpoint URL** option.
8. Click **Finish**.
9. Proceed to creating a Template as described in [**Creating a VDI template**](/landing/ras-admin-guide/parallels-ras-21-administrators-guide/virtual-desktop-infrastructure-vdi/manage-vdi/manage-templates-vdi/creating-a-vm-template.md). During template creation you can configure the instance type for the clones and the storage including Type, Size, and IOPS. Note that you can also do this from **Farm > RD Session Hosts >** right-click the template **> Properties**.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.parallels.com/landing/ras-admin-guide/parallels-ras-21-administrators-guide/virtual-desktop-infrastructure-vdi/add-a-provider/add-a-cloud-provider/amazon-web-services/step-2.-adding-aws-as-a-provider.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
