# Services

A Service could be a Kubernetes Deployment, StatefulSet, or DaemonSet. It can also be a Lambda function or an ECS task or service, capturing a microservice. Each Service (except Lambda) is given a Load Balancer to expose itself and is assigned a DNS name.

{% hint style="info" %}
DuploCloud Services should not be confused with Kubernetes or ECS services. By Service, we mean application components that can be either Docker-based or serverless.
{% endhint %}

## DuploCloud Supported Services

**For information on cloud-specific Services supported by DuploCloud, see:**

* [AWS Services](/docs/automation-platform/overview/aws-services.md)
* [Azure Services](/docs/automation-platform/overview-2/azure-services.md)
* [GCP Services](/docs/automation-platform/overview-1/gcp-services.md)

DuploCloud supports a simple, application-specific interface to configure dozens of cloud services, such as S3, SNS, SQS, Kafka, Elasticsearch, Data Pipeline, EMR, SageMaker, Azure Redis, Azure SQL, Google Redis, etc. Almost all commonly used services are supported, and new ones are constantly added. DuploCloud Engineers fulfill most requests for new Services within days, depending on their complexity.

All Services and cloud features are created within a [Tenant](/docs/automation-platform/application-focused-interface-duplocloud-architecture/tenant.md). While users specify application-level constructs for provisioning cloud resources, DuploCloud implicitly adds all the underlying DevOps and compliance controls.

Below is an image of some properties of a Service:

<figure><img src="/files/PBlS5elwdgoY8So1l6X9" alt=""><figcaption><p>The <strong>Add Service</strong> page in the DuploCloud Platform</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/application-focused-interface-duplocloud-architecture/app-service-and-cloud-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.
