# Creating a Native Docker Service

This section of the tutorial shows you how to deploy a web application with a DuploCloud Docker Service, by leveraging DuploCloud platform in-built container management capability.

{% hint style="info" %}
Instead of creating a DuploCloud Docker Service, you can alternatively finish the tutorial by:

* [Creating an AWS EKS Service in DuploCloud](/docs/automation-platform/overview/quick-start/quick-start-eks-services.md) running Docker containers.
* [Creating an AWS ECS Service in DuploCloud](/docs/automation-platform/overview/quick-start/quick-start-ecs-services.md) running Docker containers.
  {% endhint %}

## Deploying a DuploCloud Docker Service

Instead of creating a DuploCloud Service using EKS or ECS, you can deploy your application with native Docker containers and services.

To deploy your app with a DuploCloud Docker Service in this tutorial, you:

1. Create an EC2 host instance in DuploCloud.
2. Create a native Docker application and Service.
3. Expose the app to the web with an Application Load Balancer in DuploCloud.
4. Complete the tutorial by testing your application.

*Estimated time to complete remaining tutorial steps: 30-40 minutes*

## Network Architecture and Configurations

Behind the scenes, the topology that DuploCloud creates resembles this low-level configuration in AWS.

<figure><img src="/files/PsNVQsMGzp2ixPaf5fQ8" alt=""><figcaption><p>A diagram of the DuploCloud Docker Service topology</p></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.duplocloud.com/docs/automation-platform/overview/quick-start/quick-start-duplocloud-docker-services.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.
