---
title: "aiven-python"
description: "A minimal Aiven Python Pulumi program"
url: "https://www.pulumi.com/dev/templates/aiven-python/"
image: "https://www.pulumi.com/assets/og/dev/templates/aiven-python.png"
---

# aiven-python

A minimal Aiven Python Pulumi program

## Get started

Create a new project from this template with the Pulumi CLI:

```bash
mkdir my-project && cd my-project
pulumi new aiven-python
```

## Configuration

The template prompts for these values during `pulumi new`; adjust them any time with `pulumi config set`.

| Key | Description | Default |
| --- | --- | --- |
| `projectName` | Aiven project name | — |
| `cloudName` | Choice of cloud provider and region | `google-europe-west1` |
| `planName` | An Aiven plan to choose compute, storage, and other features | `business-4` |
| `serviceName` | The name of this Aiven service | `kafka-gcp-eu` |

## Links

- Deploy with Pulumi: https://app.pulumi.com/new?template=https%3A%2F%2Fgithub.com%2Fpulumi%2Ftemplates%2Ftree%2Fmaster%2Faiven-python
- Source on GitHub: https://github.com/pulumi/templates/tree/master/aiven-python
