Skip to main content
Each environment in your project should have at least one set of cloud credentials associated with it. This allows you to access account resources on different platforms other than that hosting your project. For example, if your project is on AWS and you want to access resources in Azure, you need to associate your Azure cloud credentials with the environment.
  • In a Matillion Full SaaS project, you must specify a cloud connection to access resources in your own cloud provider account.
  • In a Hybrid SaaS runner project that needs to connect to cloud resources outside the platform hosting your , you need to provide credentials to connect to that platform.
Each credential allows access to a single cloud platform. Supported platforms are:
  • Amazon Web Services
  • Azure
  • Google Cloud
Credentials are configured at the project level and apply to selected environments within the project. They can then be used by any pipelines that use those environments. only uses your cloud provider credentials to connect to the resources specified within your pipeline component configurations. Your credentials are not used to access or retrieve secrets. Each cloud provider credential is created as a Connection at the project level. To create a cloud provider credential, read Add a connection. Follow the process given there, then configure the specific connection as described below.
  • Access key ID: Access key ID for an existing Amazon IAM user.
  • Secret access key: Secret access key for an existing Amazon IAM user.
Obtain these credentials from the AWS console, as described in Manage access keys for IAM users.

Roles and permissions for cloud storage

To load your data directly into your preferred cloud storage destination, such as S3, Azure Blob Storage, or Google Cloud Storage, you’ll need to apply the following roles and permissions to your cloud accounts.

S3

Amazon S3 documentation.
  • Role/policy: An appropriate policy name
    • Permissions:
      • s3:DeleteObject
      • s3:GetObject
      • s3:PutObject
      • s3:ListAllMyBuckets

Azure storage

  • Role/policy: Storage Blob Data Contributor For information about adding this role to your account, read Assign Azure roles using the Azure portal.
    • Permissions:
      • Actions:
        • Microsoft.Storage/storageAccounts/blobServices/containers/delete
        • Microsoft.Storage/storageAccounts/blobServices/containers/read
        • Microsoft.Storage/storageAccounts/blobServices/containers/write
        • Microsoft.Storage/storageAccounts/blobServices/generateUserDelegationKey/action
      • DataActions:
        • Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete
        • Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read
        • Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write
        • Microsoft.Storage/storageAccounts/blobServices/containers/blobs/move/action
        • Microsoft.Storage/storageAccounts/blobServices/containers/blobs/add/action
  • Role/policy: Storage Account Contributor For information about adding this role to your account, read Assign Azure roles using the Azure portal.
    • Permissions:
      • Actions:
        • Microsoft.Authorization//read
        • Microsoft.Insights/alertRules/
        • Microsoft.Insights/diagnosticSettings/
        • Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action
        • Microsoft.ResourceHealth/availabilityStatuses/read
        • Microsoft.Resources/deployments/
        • Microsoft.Resources/subscriptions/resourceGroups/read
        • Microsoft.Storage/storageAccounts/
        • Microsoft.Support/

Google Cloud Storage

Google Cloud Storage documentation.
  • Role/policy: Storage Admin
    • Permissions:
      • storage.buckets.*

Roles and permissions for Amazon Bedrock Prompt

The Amazon Bedrock Prompt component requires permissions to be set to allow access to the Bedrock large language models (LLMs). Coarse-grained permission:
  • AmazonBedrockFullAccess
Fine-grained permission:
  • bedrock:InvokeModel on the models that need to be accessible.
To allow all models, use:
To restrict access to a single model, for example anthropic.claude-3-sonnet-20240229-v1:0, use: