> ## Documentation Index
> Fetch the complete documentation index at: https://rasa.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Deploy Infrastructure

> Before you begin, ensure you've completed the Setup Steps to set environment variables and clone a repo that this section requires.

<Warning>
  Before you begin, ensure you've completed the [Setup Steps](/docs/learn/deployment/aws/aws-playbook-setup) to set environment variables and clone a repo that this section requires.
</Warning>

To deploy the required infrastructure into your AWS environment, use the provided script in our [deployment-playbooks](https://github.com/RasaHQ/rasa-deployment-playbooks) repo.

```bash theme={null}
./aws/deploy/deploy-infrastructure.sh
```

If you'd like to understand more about exactly what the script is doing, open it in your IDE of choice and review the comments which explain what is being deployed at each step.


## Related topics

- [Deploy Infrastructure](/docs/learn/deployment/gcp/gcp-playbook-infra.md)
- [Installing on Microsoft Azure](/docs/learn/deployment/azure/azure-playbook-intro.md)
- [Installing on Google Cloud Platform](/docs/learn/deployment/gcp/gcp-playbook-intro.md)
- [Installing on Amazon Web Services (AWS)](/docs/learn/deployment/aws/aws-playbook-intro.md)
