# Deploy with Cloudformation

To run on AWS, deployment is simplified by using one of our CloudFormation templates.

There are separate templates available for AWS Marketplace deployment and for deployment with Licensed images. Each template gives the user the option of using existing VPC and Subnets or creating new ones. This is also the case for the S3 bucket that the Transformers and Graph Writer use. The templates also include a single container instance of Bitnami Kafka to orchestrate messaging between the Transformers and Graph Writer, so graph data created from executed transformations is automatically written to Neptune.

The containers included to run in the CloudFormation template are:&#x20;

* Studio Node
* Studio UI
* Semi Structured Transformer x1
* SQL Transformer x1
* Graph Writer x1
* Bitnami Kafka

Full Stack Template for Marketplace usage: <https://graphbuild-cf-templates.s3.us-east-1.amazonaws.com/marketplace-latest/marketplace-rootstack.yaml>

There are also a range of templates with different configurations of the platforms components available here (e.g. Studio only, Studio with SQL Transformer,  Studio with Semi-Structured Transformer etc.)

Full Stack Template for bring your own License usage: <https://graphbuild-cf-templates.s3.us-east-1.amazonaws.com/licensed-latest/rootstack.yaml>

[Contact Graph.Build for a direct license](https://graph.build/contact)

1. Navigate to the [AWS console, CloudFormation homepage](https://console.aws.amazon.com/cloudformation/).
2. Select 'Create Stack' and in the popup menu 'with new resources (standard) **N.B. This applies whether you are creating a new VPC or using an existing one.**

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


---

# 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.graph.build/EGeX4aTAJLlpg9Hh8kfl/getting-started-tutorial/installation/aws/deploy-with-cloudformation.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.
