# Onboard AWS

Effortlessly integrate your AWS account with Cloudshim to visualize and manage your cloud environment — no manual configuration required. Onboarding is a simple, one-click process powered by a prebuilt CloudFormation template that’s launched through AWS’s native console.

{% hint style="success" %}

### Onboard multiple AWS Accounts

You can onboard as many AWS accounts as you need — simply repeat the process for each.
{% endhint %}

### Integrating with Cloudshim

1. In the Cloudshim onboarding wizard, click Connect AWS Account.

<figure><img src="/files/NutsUxRPjkuMNJfagGFY" alt=""><figcaption></figcaption></figure>

2. Review the required CloudFormation stack and its permissions.

<figure><img src="/files/AZCqvUuxw6nsKVWEqgnC" alt=""><figcaption></figcaption></figure>

3. Click Run Cloudshim Stack — this will open a new browser tab with the AWS CloudFormation console (ensure you’re logged into the correct account).
4. Leave all the default values intact.

![](/files/-MkJiwX6e5VZZibTYbY5)

5. Check the box that says:

**“I acknowledge that AWS CloudFormation might create IAM resources.”**

6. Click Create stack to complete the onboarding.

![](/files/-MkJkqMyIdJQqaN2xXNf)

In under a minute, the stack deployment will be complete. Cloudshim will automatically get a confirmation for that and you do not need to set anything else.

{% hint style="info" %}
After onboarding, head over to set your **AWS account name** in the Settings.
{% endhint %}


---

# 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://help.cloudshim.com/getting-started/onboard-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.
