Skip to main content

Create an Inkless Kafka service

Create an Inkless Apache Kafka® service on Aiven Cloud or using Bring Your Own Cloud (BYOC).

Prerequisites

  • Access to the Aiven Console
  • An Aiven project where you can create Kafka services

Create an Inkless service on Aiven Cloud

Inkless services are available on the Professional tier. On Aiven Cloud, configure the service by selecting stream load and retention. Inkless runs on Amazon Web Services (AWS), Google Cloud, and Microsoft Azure.

  1. In the Aiven Console, open the project and select Services.
  2. Click Create service.
  3. Select Apache Kafka®.
  4. In Service tier, select Professional.
  5. In Cluster type, select Inkless.
  6. In Deployment mode, select Aiven cloud.
  7. Under Cloud, select AWS, Google, or Azure, then choose a region.
  8. In Stream load, select the expected traffic for the service. For custom stream load, set the maximum ingress and egress.
  9. Optional: Enable Diskless topics if the option is shown. You can enable diskless topics later in Service settings > Advanced configuration.
  10. Select a Retention period.
  11. In Service basics, enter:
    • Name: Enter a name for the service. You cannot change the service name after creation.
    • Tags: Optional. Add resource tags to organize your services.
  12. Review the cost estimate in the Service summary panel, then click Create service.

Review the cost estimate

Before you create an Inkless Kafka service, review the estimated monthly cost in the Service summary panel.

The estimate is based on your selected plan, cloud and region, expected traffic, and retention.

For Inkless Kafka services with network pricing, the estimate includes compute, storage, and network usage. Network usage is estimated from expected data produced to and consumed from Kafka topics.

For more information, see Network pricing for Aiven for Apache Kafka®.

note

The estimated monthly cost is based on your selected configuration and 730 hours of usage per month. Your final cost depends on actual usage during the billing period.

After you create a service with usage-based pricing, view usage in Overview > Service utilization.

Create an Inkless service on Bring Your Own Cloud (BYOC)

You can run Inkless Kafka clusters in your own cloud account using Bring Your Own Cloud (BYOC). Inkless on BYOC supports classic topics and diskless topics.

Before creating services on BYOC, configure a BYOC environment. For instructions, see Create a custom cloud (BYOC).

  1. In the Aiven Console, open the project and select Services.
  2. Click Create service.
  3. Select Apache Kafka®.
  4. In Service tier, select Professional.
  5. In Cluster type, select Inkless.
  6. In Deployment mode, select Bring your own cloud (BYOC).
  7. In Cloud, select your BYOC environment and region.
  8. Select a plan.
  9. In Service basics, enter:
    • Name: Enter a name for the service. You cannot change the name after creation.
    • Tags: Optional. Add resource tags to organize your services.
  10. Review the Service summary, and click Create service.

After creating the service, create topics to store data streams. To create topics, see Create Kafka topics.

Related pages