> For the complete documentation index, see [llms.txt](https://knowledgebase.autorabit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.autorabit.com/product-guides/integral-zone/iz-suite/aws-marketplace/subscription.md).

# Subscription

## Subscribe To IZ Suite

The AWS Marketplace is an online store that makes it easy for customers to start using IZ Suite and its services that run on the Amazon Web Services (AWS) cloud.

IZ Suite is a powerful code scanning tool meticulously crafted to ensure the seamless operation of your Live MuleSoft projects. As your vigilant ally, it continuously monitors active MuleSoft projects in real time, scrutinizing every line of code for potential quality issues.

With IZ Suite by your side, say goodbye to manual code reviews and time consuming inspections. Our cutting-edge tool swiftly identifies code quality issues, potential bugs, and security vulnerabilities, allowing you to address them proactively before they escalate.

### Marketplace Listing

1. Navigate to **`AWS Marketplace`** : <https://aws.amazon.com/marketplace>
2. Search for **`IZ Suite`** <br>

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

### How To Subscribe

1. Click on `Continue to Subscribe` <br>

   <figure><img src="/files/4mrCJQa6BLwcCWD8IUDf" alt=""><figcaption></figcaption></figure>
2. Click on `Continue to Configure` <br>

   <figure><img src="/files/jcvJPwZaRQIV4mhvqVlM" alt=""><figcaption></figcaption></figure>
3. Select the software version, Fulfillment option, region and click on `Continue to Launch` <br>

   <figure><img src="/files/5DTeLGotq9hG3EnvIygR" alt=""><figcaption></figcaption></figure>
4. Select the instance type, VPC Setting, Subnet Setting, Security Group and click on `Launch` <br>

   <figure><img src="/files/59i0rzVFHzRBgNcEvUpO" alt=""><figcaption></figcaption></figure>
5. A new EC2 instance will be created in the selected region.

### Create a Database

{% hint style="info" %}

* This step is required if the instance is being configuring for the first time.
* This step can be ignored if the marketplace product instance is being updated to a new version.
  {% endhint %}

1. Log in to AWS management console. <https://aws.amazon.com/console/>
2. Navigate to **`Services`** -> **`RDS`** and click on **`Create Database`**
3. Select **`PostgreSQL`** engine type, username, password, storage, backup options and click on `Create Database` <br>

   <figure><img src="/files/ABJBFYwoENqWCappdbOq" alt=""><figcaption></figcaption></figure>
4. Click on the created RDS database instance and copy the endpoint\
   &#x20;

   <figure><img src="/files/MSZa7W19dbCNPCkehB3u" alt=""><figcaption></figcaption></figure>
5. Click on **`Actions`** -> **`Setup EC2 Connection`**. Select the EC2 Instance created earlier and click on `Continue` to setup the connection between EC2 and RDS. <br>

   <figure><img src="/files/1gr8avvtzJJMvaIN0Bz4" alt=""><figcaption></figcaption></figure>

### Configure Database details and start the server

1. Log in to the created EC2 instance using the downloaded pem file. Eg: ssh -i \<downloaded.pem> ubuntu@\<publicip>
2. Navigate to **`/home/ubuntu/iz-server`**
3. Open .env.defaults file and update the database connection details
   1. Search for **`DATABASE_URL`** key replace the **`dbhost`**, **`port`**, **`username`**, **`password`** and **`dbname`**
4. Navigate to /home/ubuntu and start the IZ suite server
   1. ./start-falcon-suite.sh
5. This will run the IZ server and cloud agent in background
6. Navigate to **`http://<publicip>:8910`** in the browser

### Configure SSO

{% hint style="info" %}

* This step is required if the instance is being configured for the first time.
* This step can be ignored if the marketplace product instance is being updated to a new version.
  {% endhint %}

1. If the instance is being configured for the first time or to configure IZ Suite with Anypoint SSO follow the documentation here - IZ Initial Setup

### See Also

* Configure Schedule
* Endpoints
* Categories
* Public Status Page
* Private Status Page


---

# 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://knowledgebase.autorabit.com/product-guides/integral-zone/iz-suite/aws-marketplace/subscription.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.
