Providers

Providers help carbon work with various services.

Providers allow Carbon to interact with external applications to retrieve information about your operating environment.

By default, providers will automatically discover configuration profiles to use. You can disable the auto discovery and force enabled specific profiles.

carbon:
  providers:
    aws:
      auto_discover: false
      profiles:
        default:
          enabled: true

AWS

AWS Provider for Carbon

Multipass

Multpass provider

QEMU

QEMU via LibVirt

VirtualBox

VirtualBox Provider

Last modified October 29, 2024: update (0deef86)