# Quick Start

This QuickStart tutorial guides the end-to-end deployment flow from creating infrastructure to deploying a web application using DuploCloud portal.

This guide will help you to follow listed steps:

* [Create Infrastructure](/docs/~/changes/i1ah7lBvMELea01fsIga/aws/quick-start/step-1-infrastructure.md): This sets up the VPC, Subnets, NAT Gateway, Routes, Kubernetes Cluster and ECS.
* [Create a Tenant](/docs/~/changes/i1ah7lBvMELea01fsIga/aws/quick-start/step-2-tenant.md):  Please read [here ](/docs/~/changes/i1ah7lBvMELea01fsIga/getting-started/application-focussed-interface/tenant.md)for Tenant Concept.
* DuploCloud supports three container orchestration technologies to deploy containerized applications in AWS - EKS, ECS Fargate, and a built-in Container orchestration. Follow the below links for the walk-through:
  * [Using K8s Service](/docs/~/changes/i1ah7lBvMELea01fsIga/aws/quick-start/quick-start-eks-services.md)
  * [Using ECS Service](/docs/~/changes/i1ah7lBvMELea01fsIga/aws/quick-start/quick-start-ecs-services.md)
  * [Using Docker Native Service](/docs/~/changes/i1ah7lBvMELea01fsIga/aws/quick-start/quick-start-duplocloud-docker-services.md)


---

# 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.duplocloud.com/docs/~/changes/i1ah7lBvMELea01fsIga/aws/quick-start.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.
