> For the complete documentation index, see [llms.txt](https://docs.duplocloud.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.duplocloud.com/docs/automation-platform/overview/quick-start/quick-start-eks-services/step-9-test-the-application.md).

# Step 9: Test the Application

You can test your application directly from the **Services** page using the **DNS** status card.

*Estimated time to complete Step 9 and finish tutorial: 10 minutes.*

## Prerequisites

Before testing your application, verify that you accomplished the tasks in the previous tutorial steps. Using the DuploCloud Portal, confirm that:

* An [Infrastructure and Plan](/docs/automation-platform/overview/quick-start/step-1-infrastructure.md) exist, both named **NONPROD**.
* The **NONPROD** infrastructure has EKS[ **Enabled**](/docs/automation-platform/overview/quick-start/step-1-infrastructure.md#check-your-work).
* A Tenant named [**dev01** has been created](/docs/automation-platform/overview/quick-start/step-2-tenant.md).
* A Host named [**host01** has been created](/docs/automation-platform/overview/quick-start/quick-start-eks-services/step-3-create-host.md).
* A Service named [**demo-service** has been created](/docs/automation-platform/overview/quick-start/quick-start-eks-services/step-5-create-app-via-k8s.md).
* An [HTTPS Application Load Balancer](/docs/automation-platform/overview/quick-start/quick-start-eks-services/step-6-create-a-load-balancer.md) has been created.

## Testing the Application

{% hint style="info" %}
Note that if you skipped [Step 7](/docs/automation-platform/overview/quick-start/quick-start-eks-services/step-7-secure-the-load-balancer.md) and/or [Step 8](/docs/automation-platform/overview/quick-start/quick-start-eks-services/step-8-create-dns-name.md), the configuration in the **Other Settings** and **DNS** cards appears slightly different from the configuration depicted in the screenshot below. These changes do not impact you in testing your application, as these steps are optional. You can proceed to test your app with no visible change in the output of the deployable application.
{% endhint %}

1. In the **Tenant** list box, select the **dev01** Tenant.
2. In the DuploCloud Portal, navigate to **Kubernetes** -> **Services**. The **Services** page displays.
3. From the **Name** column, select **demo-service**.
4. Click the **Load Balancers** tab.
5. In the **DNS** status card, click the Copy Icon ( <img src="/files/5261gHN3Bqsotzdm7Y86" alt="" data-size="line"> ) to copy the DNS address displayed to your clipboard.<br>

   <figure><img src="/files/s6iGC4May3UWPAY8YKBs" alt=""><figcaption></figcaption></figure>
6. Open a browser instance and **Paste** the DNS in the URL field of your browser.
7. Press **ENTER**. A web page with the text **Hello World!** is displayed, from the JavaScript program residing in your Docker Container running in **demo-service**, which is exposed to the web by your Load Balancer.

<div align="left"><figure><img src="/files/4bEENJ1h9OisOOEOlyJq" alt=""><figcaption><p>Web page with <strong>Hello World!</strong> displayed</p></figcaption></figure></div>

{% hint style="info" %}
It can take from five to fifteen (5-15) minutes for the DNS Name to become active once you launch your browser instance to test your application.
{% endhint %}

Congratulations! You have just launched your first web service on DuploCloud!

## Reviewing What You Learned

In this tutorial, your objective was to create a cloud environment to deploy an application for testing purposes, and to understand how the various components of DuploCloud work together.

The application rendered a simple web page with text, coded in JavaScript, from software application code residing in a Docker container. You can use this same procedure to deploy much more complex cloud applications.

In the previous steps, you:

* [Created a DuploCloud Infrastructure](/docs/automation-platform/overview/quick-start/step-1-infrastructure.md) named **NONPROD**: a Virtual Private Cloud instance backed by an EKS-enabled Kubernetes cluster.
* [Created a Tenant](/docs/automation-platform/overview/quick-start/step-2-tenant.md) named **dev01** in Infrastructure **NONPROD**. While generating the Infrastructure, DuploCloud created a set of templates ([Plan](/docs/automation-platform/overview/quick-start/step-1-infrastructure.md)) to configure multiple AWS and Kubernetes components needed for your environment.
* [Created an EC2 host](/docs/automation-platform/overview/quick-start/quick-start-eks-services/step-3-create-host.md) named **host01**, providing the application with storage resources.
* [Created a Service](/docs/automation-platform/overview/quick-start/quick-start-eks-services/step-5-create-app-via-k8s.md) named **demo-service** to connect the Docker containers and associated images housing your application code to the DuploCloud Tenant environment.
* [Created an ALB Load Balancer Listener](/docs/automation-platform/overview/quick-start/quick-start-eks-services/step-6-create-a-load-balancer.md) to expose your application via ports and backend network configurations.
* [Verified that your web page rendered](#testing-the-application) as expected by testing the DNS Name exposed by the Load Balancer Listener.

## Cleaning Up Your Tutorial Environment

In this tutorial, you created many artifacts for testing purposes. Now that you are finished, clean them up so others can run this tutorial using the same names for Infrastructure and Tenant.

1. To delete the **dev01** tenant [follow these instructions](broken://pages/5Hv1kjjuWKLmR6VU2dKG), then return to this page. As you learned, the Tenant segregates all work in one isolated environment, so deleting the Tenant you created cleans up most of your artifacts.
2. Finish by deleting the **NONPROD** Infrastructure. In the DuploCloud Portal, navigate to **Administrator** -> **Infrastructure**. Click the **Action** menu icon (<img src="/files/OwCtBIhPsyYkJQ1Lne65" alt="" data-size="line">) for the **NONPROD** row and select **Delete**.

The **NONPROD** Infrastructure is deleted and you have completed the clean-up of your test environment.

Thanks for completing this tutorial and proceed to the next section to learn more about [using DuploCloud with AWS](/docs/automation-platform/overview/use-cases.md).


---

# 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://docs.duplocloud.com/docs/automation-platform/overview/quick-start/quick-start-eks-services/step-9-test-the-application.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.
