# AWS outposts deployment

## Overview

[AWS Outposts](https://aws.amazon.com/outposts/) is a fully managed service that extends AWS infrastructure, AWS services, APIs, and tools to virtually any data center, co-location space, or on-premises facility for a truly consistent hybrid experience. AWS Outposts is ideal for workloads that require low latency access to on-premises systems, local data processing, or local data storage.

## Deployment of a Weka cluster in AWS outposts

A Weka cluster deployment in AWS Outposts follows the same guidelines as described in the [Deployment Types](/4.0/install/aws/deployment-types.md) section.

To deploy a Weka cluster in AWS Outposts, use a CloudFormation template, which can be obtained as described in the [CloudFormation template Generator](/4.0/install/aws/cloudformation.md) section.

{% hint style="warning" %}
**Note:** AWS Outposts do not currently support placement groups, so the placement group from the template should be removed.
{% endhint %}

This template can be edited to your needs. For further assistance, please contact the Weka Support Team.


---

# 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.weka.io/4.0/install/aws/aws-outposts-deployment.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.
