Skip to content

Platform & Experience

Please use this forum to share your ideas on how we can improve in any of these areas.
Join our forum to discuss your ideas with Aiven community or check out our public roadmap.

JUMP TO ANOTHER FORUM

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

3 results found

  1. As an Aiven User
    I want to lower the service storage to a value below the plan default
    so that I can better adapt my resource utilisation to my workload for services that don't require as much storage

    25 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. As DBA, I want to be able to define a schedule to shutdown and turn on services automatically so that I can save costs on non-production environments.
    Example:
    at 19:00 Monday to Friday power off the instance
    at 06:00 Monday to Friday power on the instance

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    I will leave this open to see if we get more votes over the next 6 months. This can be accomplished easily with a simple shell script and Aiven CLI with a cron job for example:


    0 19 * * 1-5 /path/to/shutdown.sh  # Shutdown at 7:00 PM (19:00), Monday-Friday 0 6 * * 1-5 /path/to/startup.sh   # Startup at 6:00 AM (06:00), Monday-Friday


    #!/bin/bash


    # Replace with your Aiven project and service names

    PROJECT_NAME="your-project-name"

    SERVICE_NAME="your-service-name"


    aiven service stop/start $PROJECT_NAME $SERVICE_NAME



  3. As SRE/FinOps, I want to disable Datadog integration on slave instance (when using active/passive architecture) so that I can reduce costs on Datadog side without degrading my monitoring/observability.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?