Cross-Account Access via CloudFormation | Dropzone AI Documentation

Deployment of AWS Roles for Dropzone Visibility

There are multiple ways to deploy AWS roles to provide Dropzone visibility into your environment. See the AWS documentation for more info.

Dropzone provides CloudFormation Templates (CFTs) that assist you in creating the IAM Role you need to integrate with Dropzone. The new role includes a custom trust policy, an AWS-managed ReadOnlyAccess policy, and an inline policy granting specific permissions for secure and streamlined Dropzone operations.

Available CFTs

Name CFT Link Purpose
ReadOnly link This policy provides read-only access to all your AWS resources. Use this if you do not want to edit your role if more permissions are required in the future.
Minimum ReadOnly link This policy provides read-only access to only those AWS resources currently needed by Dropzone. Use this if you are prepared to edit your Policies in the future if Dropzone adds new functionality that requires more access.

Both create a Custom Trust Policy that ensures secure role assumption by Dropzone, using the provided External ID and User ARN.

Minimum ReadOnly Access List

The current Minimum ReadOnly access list is as follows:

Find the Dropzone IAM Role Information

Running the CloudFormation Template

You will need to repeat these instructions for each account you want to be visible to Dropzone.

If this is your first stack, then the option will not have "With new resources"

Once done, you may move onto configuring the Dropzone Data and Alert Sources described in the AWS documentation