Blob storage

The Platform Orchestrator is specifically designed to seamlessly integrate with managed file storage solutions such as Amazon S3 and Google Cloud Storage. Although many of the required Drivers are currently in the experimental phase, our team conducts thorough testing before releasing them as out-of-the-box integrations. To gain access to these experimental Drivers, please reach out to us.

The following sections present an overview of the integrations that are readily available as out-of-the-box solutions.

Amazon S3

You can easily connect to an Amazon S3 bucket.

Add your AWS Account

You can add your AWS Account in the Cloud Accounts screen.

  1. Click on the Cloud Accounts item from the navigation bar.
  2. Select Amazon Web Services.
  3. Humanitec will ask you to provide an Account name (a memorable name that will be displayed for this account), an Access key ID, and a Secret access key (see how to create AWS access key under IAM user).
  4. Once the account was authorized, it will show up at the top of the accounts list.

Our CLI is currently in closed beta. Please contact us if you want to learn more.

Accounts can be added via the Create Resource Account endpoint.

Connect S3 bucket to Humanitec

You can easily connect Humanitec to an Aiven managed database instance. The following paragraph explains how.

  1. Start on the Resources Management screen and select Add resource definition. An overlay with all available resource categories and types will be presented to you.
  2. Below Data storages click on s3 Bucket, which opens a dialog box.
  3. Select a resource driver. Based on the selected driver, a form will be shown with the required Driver parameters which will be passed to the Driver on every resource creation.
    • Below Credentials make sure your AWS account is selected.
    • In this use case, the region is a mandatory Driver value and it must match the region that your AWS account has access to.
  4. Fill out the remaining connection parameters.
  5. After clicking on Add S3 Bucket the S3 bucket will be successfully registered in Humanitec and show up at the top of the resource list.

Our CLI is currently in closed beta. Please contact us if you want to learn more.

Resource definitions can be created through the Create Dynamic Resource endpoint.

Define Matching

Next, you can configure matching criteria for your s3 bucket resource. This enables you to define specific environments or Applications to be deployed to this resource.

  1. Click on an existing S3 bucket Resource Definition.
  2. On the Resource Definition details screen select the Matching criteria tab.
  3. Click on Add new criteria.
  4. Define Matching Criteria. Each s3 bucket resource can be matched to specific Environment Types, App IDs, Environment IDs or Resource IDs. Empty fields are automatically resolved to match all values of the given category.

Based on this Resource Definition, during the deployment on any of the matching applications or environments, an Active Resource will be provisioned if required.

Our CLI is currently in closed beta. Please contact us if you want to learn more.

Matching criteria can be created via the Create new Matching Criteria endpoint.

Top