Add a Sonar Project
If you have already created a project with Dremio, move on to Create a Table & Add Dataset Info.
After you have signed up for Dremio Cloud (see Prerequisites for details), follow these steps to create your first Sonar project:
On your organization homepage, click Add Sonar Project on the Sonar card.
In the Add Sonar Project dialog, for Project name, specify a name to identify your project. You can change the name of the project after creation.
For Arctic catalog name, specify a name to identify the primary catalog in your project. The name cannot be changed once the catalog has been created.
For AWS Region, select the region in which compute resources and the project store will be created. For a list of supported regions, see Supported Regions.
(Optional) For AWS Tags, add one or more AWS tags to help you identify compute resources for this project in your AWS account.
Click Next to continue the configuration.
Click Launch CloudFormation Template, which will open the AWS Console in a new browser tab.
noteThe CloudFormation template is the recommended method for configuring project resources. For more information on the resources being created and the permissions granted to Dremio, see the annotated CloudFormation Template.
To manually create cloud and project resources, click the link at the bottom of the Add Sonar Project dialog and see Configuring Your Cloud Resources Manually.
On the “Quick create stack” page in the AWS Console, for Stack name, enter a name to identify the stack. This name must be unique to your AWS account and cannot include underscores.
For VPC, select the VPC in which compute resources will be created.
For Subnets, select one or more subnets where compute resources will be created.
For Project Store, a unique name has been generated for the S3 bucket that will be created in your AWS account as the metadata store for your project. You can specify a different name here but it must be unique across AWS.
For Encryption Type, SSE-S3 is the default encryption mechanism for the project store S3 bucket. You can select SSE-KMS (AWS Managed Key) or SSE-KMS (Customer Managed Key) for additional encryption. If you select SSE-KMS (Customer Managed Key), specify the KMS Key ARN.
Acknowledge by checking the box: I acknowledge that AWS CloudFormation might create IAM resources.
Click Create stack.
It will take about five minutes to create the required storage and compute resources for the project.
noteIf you encounter errors during resource creation, see Dremio Cloud Troubleshooting for AWS.
When stack creation has completed in the AWS Console, return to the Dremio Console to start querying sample data.